-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathproperdocs.yml
More file actions
109 lines (109 loc) · 3.96 KB
/
Copy pathproperdocs.yml
File metadata and controls
109 lines (109 loc) · 3.96 KB
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
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: Aptos
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:
module_name: wasoc
- 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'
'guidelines/observables-gap-analysis.md': 'baselines/data-sources.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
- Connecting to the WASOC:
- SOC Onboarding: onboarding.md
- Sentinel Guidance: onboarding/sentinel-guidance.md
- Honey Traps: onboarding/honey-traps.md
- DMARC (Pilot): onboarding/dmarc.md
- Advisories (TLP:CLEAR): advisories.md
- ACSC Strategies to Mitigate: guidelines/further-five.md
- Threat Hunting (TTPs): guidelines/TTP_Hunt/ttp-detection-guidelines.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
- Cyber Security Playbooks: 'guidelines/playbooks.md'
- Network Management: guidelines/network-management.md
- Patch Management: guidelines/patch-management.md
- Configuration Assessment: guidelines/secure-configuration.md
- Annual Implementation Report: guidelines/annual-implementation-reporting.md
- Essential Eight: guidelines/e8-assessment.md
- Training:
- Security Analyst Induction: training/analyst-induction.md
- Azure Basics: training/azure-basics.md
- DevSecOps Induction: training/devsecops-induction.md
- Sentinel 101: training/sentinel-101.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
not_in_nav: |
threat-activity.md
onboarding/sentinel-guidance.md
advisories/*
guidelines/*
markdown-templates/*