forked from wagov/wasocshared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (97 loc) · 3.51 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
site_name: WA Cyber Security Unit (DGOV Technical)
site_url: https://soc.cyber.wa.gov.au
repo_url: https://github.com/wagov/wasocshared
edit_uri: blob/main/docs
extra_css:
- stylesheets/extra.css
copyright: '<strong>Acknowledgement of Country</strong><br>The Government of Western Australia acknowledges the traditional custodians throughout Western Australia and their continuing connection to the land, waters and community. We pay our respects to all members of the Aboriginal communities and their cultures; and to Elders both past and present.<br><small style="float: right;">© Government of Western Australia</small>'
theme:
name: material
font:
text: Heebo,Arial,Helvetica,sansserif
code: Roboto Mono
features:
- navigation.sections
- navigation.path
- navigation.tracking
- toc.integrate
- toc.follow
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
- search.share
icon:
logo: material/security
palette:
- media: "(prefers-color-scheme: dark)"
primary: custom
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: custom
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
plugins:
- search
- macros
- git-revision-date-localized:
enable_creation_date: true
- redirects:
redirect_maps:
'onboarding/baseline-event-ingestion.md': 'baselines/data-sources.md'
'docs/incident-reporting.md': 'guidelines/incident-reporting.md'
'docs/workstations.md': 'guidelines/workstations.md'
'docs/playbooks.md': 'guidelines/playbooks.md'
'docs/collecting-evidence.md': 'guidelines/collecting-evidence.md'
'docs/analyst-induction.md': 'training/analyst-induction.md'
'docs/azure-basics.md': 'training/azure-basics.md'
markdown_extensions:
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- admonition
- abbr
- attr_list
- def_list
- footnotes
- tables
- toc:
permalink: true
nav:
- Home: README.md
- Sentinel Connector Guidance: onboarding/sentinel-guidance.md
- SOC Onboarding: onboarding.md
- Advisories (TLP:CLEAR): advisories.md
- ACSC Strategies to Mitigate: guidelines/further-five.md
- Baselines:
- Data Sources: baselines/data-sources.md
- Security Operations: baselines/security-operations.md
- Vulnerability Management: baselines/vulnerability-management.md
- Guidelines:
- Incident Reporting: guidelines/incident-reporting.md
- Workstations: guidelines/workstations.md
- Playbooks: guidelines/playbooks.md
- Collecting Evidence: guidelines/collecting-evidence.md
- Patch Management: guidelines/patch-management.md
- Top 20 TTP's - Observables Gap Analysis: guidelines/Top20_TTPs-Observables_Gap_Analysis.md
- Training:
- Security Analyst Induction: training/analyst-induction.md
- Azure Basics: training/azure-basics.md
- WA Gov Links:
- Incident Reporting Portal (IRP): https://irp.dpc.wa.gov.au
- Digital Government (DGOV): https://www.wa.gov.au/organisation/department-of-the-premier-and-cabinet/office-of-digital-government
- Cyber Security Policy (WA CSP): https://www.wa.gov.au/government/publications/wa-government-cyber-security-policy