-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
153 lines (147 loc) · 5.73 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
141
142
143
144
145
146
147
148
149
150
151
152
153
site_name: CloudSec.Cybr
theme:
logo: assets/cloudsec.cybr-logo-300px.jpg
name: material
custom_dir: overrides
palette:
scheme: slate
primary: indigo
accent: light blue
font:
text: Roboto
language: en
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.expand
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- header.autohide
- announce.dismiss
- navigation.footer
- content.code.copy
- content.code.select
- content.code.annotate
icon:
annotation: material/plus-circle
plugins:
- search
- social
- tags
extra:
generator: false
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/christophelimpalair/
- icon: fontawesome/brands/discord
link: https://cybr.com/discord
copyright: Copyright © 2024 Cybr, Inc.
markdown_extensions:
- md_in_html
- pymdownx.betterem
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- tables
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
guess_lang: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
nav:
- Home: 'index.md'
- 'AWS Security':
- 'AWS Security Services': 'aws/aws-native-security-services.md'
- 'IAM':
- 'About IAM': 'aws/iam/about-iam.md'
- 'Identity Center': 'aws/iam/identity-center.md'
- 'Roles': 'aws/iam/roles.md'
- 'Achieve Least Privilege': 'aws/iam/least-privilege.md'
- 'IAM Permissions Boundaries': 'aws/iam/permissions-boundaries.md'
- 'Getting rid of access keys': 'aws/iam/get-rid-of-access-keys.md'
- 'Open Source Tools': 'aws/iam/open-source-tools.md'
- 'Incident Response':
- 'Real World Case Studies': 'aws/incident-response/real-world-case-studies.md'
- 'Stolen Credentials Playbook': 'aws/incident-response/stolen-credentials-playbook.md'
- 'Cryptomining Playbook': 'aws/incident-response/cryptomining-playbook.md'
- 'Open Source Tools': 'aws/incident-response/open-source-tools.md'
- 'Monitoring, Logging, Alerting':
- 'AWS-Native Services': 'aws/monitoring-logging-alerting/aws-native-services.md'
- 'Open Source Tools': 'aws/monitoring-logging-alerting/open-source-tools.md'
- 'Events to Monitor & Alert': 'aws/monitoring-logging-alerting/events-to-monitor-alert.md'
- 'How to setup': 'aws/monitoring-logging-alerting/setup-monitoring-logging-alerting.md'
- 'Threat Detection':
- 'About Threat Detection': 'aws/threat-detection/threat-detection.md'
- 'GuardDuty': 'aws/threat-detection/guard-duty.md'
- 'Detective': 'aws/threat-detection/detective.md'
- 'Threat Databases': 'aws/threat-detection/threat-databases.md'
- 'Simulate Attacks': 'aws/threat-detection/simulate-attacks.md'
- 'Open Source Tools': 'aws/threat-detection/open-source-tools.md'
- 'Security Assessments':
- 'Pentesting & Red Teaming':
- 'Open Source Tools': 'aws/security-assessments/pentesting-red-teaming/open-source-tools.md'
- 'Enumeration':
- 'IAM': 'aws/security-assessments/pentesting-red-teaming/enumeration/iam-enumeration.md'
- 'Secrets Manager': 'aws/security-assessments/pentesting-red-teaming/enumeration/secrets-manager-enumeration.md'
- 'S3 Enumeration': 'aws/security-assessments/pentesting-red-teaming/enumeration/s3-enumeration.md'
- 'Privilege Escalation':
- 'IAM PrivEsc': 'aws/security-assessments/pentesting-red-teaming/privilege-escalation/iam-privilege-escalation.md'
- 'Audits and Compliance': 'aws/security-assessments/audits-and-compliance/audits-and-compliance.md'
- 'Open Source Tools': 'aws/security-assessments/open-source-tools.md'
- 'Network & App Protection':
- 'Open Source Tools': 'aws/network-and-application-protection/open-source-tools.md'
- 'Certifications':
- 'Certified Security Specialty': 'aws/certifications/certified-security-specialty.md'
- 'Latest AWS Security News': 'aws/latest-news.md'
- 'Communities': 'aws/communities.md'
- 'Sources': 'aws/sources.md'
- 'Azure Security':
- 'Azure Security': 'azure/about-azure.md'
- 'Security Assessments':
- 'Open Source Tools': 'azure/security-assessments/open-source-tools.md'
- 'Pentesting & Red Teaming':
- 'Open Source Tools': 'azure/security-assessments/pentesting-red-teaming/open-source-tools.md'
- 'Threat Detection':
- 'Open Source Tools': 'azure/threat-detection/open-source-tools.md'
- 'Simulate Attacks': 'azure/threat-detection/simulate-attacks.md'
- 'Threat Databases': 'azure/threat-detection/threat-databases.md'
- 'Google Cloud Security':
- 'Google Cloud Security': 'google-cloud/about-google-cloud.md'
- 'Security Assessments':
- 'Audits and Compliance': 'google-cloud/security-assessments/audits-and-compliance/audits-and-compliance.md'
- 'Career Paths': 'career-paths/cloudsec-career-paths.md'
- About:
- 'About': 'about.md'
- 'License': 'license.md'
- 'Contributing': 'contributing.md'
- Sponsors: 'sponsors.md'
repo_name: CloudSec
repo_url: https://github.com/Cybr-Inc/CloudSec
site_url: https://cloudsec.cybr.com