An index of chapters organized by topic. Each top-level directory is a section; files inside are individual chapters or pages.
Topics on information security, defensive practices, and core security concepts.
| Chapter | File | Summary |
|---|---|---|
| CIA Triad | CIA-Triad.md | Confidentiality, integrity, and availability—the three foundational principles of information security. |
| DAD Triad | DAD-Triad.md | Disclosure, alteration, and denial—the attacker's counterpart to CIA and a framework for understanding threat goals. |
Short stories and creative writing.
| Chapter | File | Summary |
|---|---|---|
| The Parrot | The-Parrot.md | A morning at the park and a conversation with a free parrot among the trees. |
Chapters live in topic folders at the repo root. Open any file linked above, or browse the directories directly:
Book/
├── Chapters.md ← you are here
├── Security/
│ ├── CIA-Triad.md
│ └── DAD-Triad.md
└── Story/
└── The-Parrot.md
New sections will show up here as folders and files are added to the book. If you notice something missing, feel free to open an issue to let us know!