-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
140 lines (135 loc) · 5.08 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Project information
site_name: 'Cyber Playbook'
site_description: 'Playbooks are used by cybersecurity professionals to store or encapsulate knowledge on cybersecurity topics and tactics.'
site_author: 'Randy Rowland'
site_url: 'https://rowland007.github.io/Cyber-Playbook/'
# Repository
repo_name: 'Randy Rowland'
repo_url: 'https://github.com/rowland007/'
# Copyright
copyright: 'Copyright © 2021-2024 Randall Rowland<br>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
# Navigation Menu
nav:
- Overview: 'index.md'
- Approach: 'overview/approaches.md'
- Component Security:
'Overview': 'component/index.md'
'Yubikey for GPG': 'component/yubikey.md'
- Connection Security:
'Overview': 'connection/index.md'
'IPv4 Subnets': 'connection/ip4-subnets.md'
'IPv6 References': 'connection/ip6-references.md'
'VPNs': 'connection/vpn.md'
'nzyme | WiFi Defense System': 'connection/nzyme.md'
'CrowdSec Collaborative IPS': 'connection/crowdsec.md'
- Data Security:
'Overview': 'data/index.md'
'Data Management Life Cycle': 'data/data-manage-life.md'
'Data Classification': 'data/data-classification.md'
'Techniques, Tactics and Procedures': 'data/ttp.md'
- Human Factors:
'Overview': 'human/index.md'
'Access Control Models': 'human/controls.md'
'Mindful Emotion Awareness': 'human/mindful.md'
- Organizational Security:
'Overview': 'organizational/index.md'
'Risk Matrix': 'organizational/risk.md'
'Policy Implementation': 'organizational/policy-implementation.md'
'A Common Language for Computer Security Incidents': 'organizational/common-language-for-computer-security-incidents.md'
'Creating a Cybersecurity Strategy': 'organizational/cybersecurity-strategy.md'
'Cyber Threat Intelligence': 'organizational/cti.md'
'Incident Response Tracker': 'organizational/incident-response.md'
'Yubico Logins Overview': 'organizational/yubico/index.md'
'YubiKey Smart Card Deployment Guide': 'organizational/yubico/smart-card-deployment.md'
'Yubico Login for Windows Configuration Guide': 'organizational/yubico/windows-config-guide.md'
- Societal Security:
'Overview': 'societal/index.md'
'The Six Dumbest Ideas in Computer Security': 'societal/six-dumb-ideas.md'
- Software Security:
'Overview': 'software/index.md'
'OWASP Top 10 Proactive Controls': 'software/owasp-top-ten-pro-cntrls.md'
'Supply Chain Levels for Software Artifacts': 'software/slsa.md'
- System Security:
'Overview': 'system/index.md'
'CIS Controls': 'system/cis-controls.md'
'PowerShell Example Scripts': 'system/ps-sample-scripts.md'
'Protecting CUI': 'system/nist-800-18.md'
'OWASP Best Practices: Use of WAF': 'system/owasp-waf.md'
'10 Things Auditors Should Know': 'system/10-things-auditors.md'
- Glossary:
'Cybersecurity Terms': 'glossary.md'
'Basic Cryptography': 'cryptography.md'
'Basic Scripting and Programming': 'programming.md'
'Policy and Compliance': 'compliance.md'
'Privacy': 'privacy.md'
- Appendix 1 - Resources: 'resources.md'
- Appendix 2 - Quick Reference Guide: 'quick-reference.md'
# Configuration
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
admonition:
cite: octicons/link-external-16
logo: static/images/logo.png
favicon: static/images/favicon.png
# Customization
extra:
social:
- icon: material/cloud
link: https://randyrowland.me
- icon: fontawesome/brands/github
link: https://github.com/rowland007
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/randall-rowland-jr
- icon: fontawesome/brands/reddit-alien
link: https://www.reddit.com/user/rowland007
# Extensions
markdown_extensions:
- abbr
- pymdownx.critic
- pymdownx.caret
- md_in_html
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- attr_list
- tables
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js