-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
118 lines (111 loc) · 4.33 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
site_name: The RULER Project
site_description: The Really Useful Logging and Event Repository Project
copyright: Phill Moore, 2023
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: amber
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: amber
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.indexes
extra_css:
- stylesheets/extra.css
nav:
- Home: 'index.md'
- Repository:
# - 'Endpoint Detection and Response':
# - CarbonBlack: 'RULER/edr/CarbonBlack.md'
# - CrowdStrike: 'RULER/edr/CrowdStrike.md'
# - Cybereason: 'RULER/edr/Cybereason.md'
# - Cylance: 'RULER/edr/Cylance.md'
# - 'Kaspersky Endpoint Security for Windows': 'RULER/edr/Kaspersky Endpoint Security for Windows.md'
# - 'Mcafee EPO': 'RULER/edr/Mcafee EPO.md'
# - SentinelOne: 'RULER/edr/SentinelOne.md'
- 'Anti-Virus':
- 'RULER/av/index.md'
- AVG: 'RULER/av/AVG.md'
- Avast: 'RULER/av/Avast.md'
- Avira: 'RULER/av/Avira.md'
- Bitdefender: 'RULER/av/Bitdefender.md'
- Combofix: 'RULER/av/Combofix.md'
- ESET: 'RULER/av/ESET.md'
- Emsisoft: 'RULER/av/Emsisoft.md'
- Fsecure: 'RULER/av/Fsecure.md'
- HitmanPro: 'RULER/av/HitmanPro.md'
- Kaspersky: 'RULER/av/Kaspersky.md'
- Malwarebytes: 'RULER/av/Malwarebytes.md'
- Mcafee: 'RULER/av/Mcafee.md'
- 'Microsoft Defender': 'RULER/av/Microsoft Defender.md'
- 'N-able AVDefender': 'RULER/av/N-able AVDefender.md'
- 'RogueKiller Anti-Malware': 'RULER/av/RogueKiller Anti-Malware.md'
- SUPERAntiSpyware: 'RULER/av/SUPERAntiSpyware.md'
- SecureAge: 'RULER/av/SecureAge.md'
- Sophos: 'RULER/av/Sophos.md'
- 'Symantec endpoint protection': 'RULER/av/Symantec endpoint protection.md'
- 'TotalAV Antivirus': 'RULER/av/TotalAV Antivirus.md'
- 'Trend Micro': 'RULER/av/Trend Micro.md'
- VIPRE: 'RULER/av/VIPRE.md'
- Webroot: 'RULER/av/Webroot.md'
# - 'Mail':
# - 'Microsoft Exchange': 'RULER/mail/Microsoft Exchange.md'
# - 'Web':
# - Apache: 'RULER/web/Apache.md'
# - IIS: 'RULER/web/IIS.md'
# - Tomcat: 'RULER/web/Tomcat.md'
# - 'Sychronisation':
# - Dropbox: 'RULER/sync/Dropbox.md'
# - 'Google Drive': 'RULER/sync/Google Drive.md'
# - Megasync: 'RULER/sync/Megasync.md'
# - OneDrive: 'RULER/sync/OneDrive.md'
- 'Remote Administration/Access applications':
- 'RULER/remote/index.md'
- Action1: 'RULER/remote/Action1.md'
- AmmyAdmin: 'RULER/remote/AmmyAdmin.md'
- AnyDesk: 'RULER/remote/AnyDesk.md'
- Atera: 'RULER/remote/Atera.md'
- 'Citrix GoToMyPC': 'RULER/remote/Citrix GoToMyPC.md'
- Kaseya: 'RULER/remote/Kaseya.md'
- Level: 'RULER/remote/Level.md'
- LogMeIn: 'RULER/remote/LogMeIn.md'
- 'Remote Utilities': 'RULER/remote/Remote_Utilities.md'
- RealVNC: 'RULER/remote/RealVNC.md'
- Splashtop: 'RULER/remote/Splashtop.md'
- SupRemo: 'RULER/remote/SupRemo.md'
- Connectwise/Screenconnect: 'RULER/remote/Connectwise_Screenconnect.md'
- TeamViewer: 'RULER/remote/TeamViewer.md'
- TightVNC: 'RULER/remote/TightVNC.md'
- UltraVNC: 'RULER/remote/UltraVNC.md'
- Ultraviewer: 'RULER/remote/Ultraviewer.md'
- Xeox: 'RULER/remote/Xeox.md'
- ZohoAssist: 'RULER/remote/ZohoAssist.md'
- Resources: 'resources.md'
- Contact: contact.md
plugins:
- search
markdown_extensions:
- footnotes
- admonition
- pymdownx.details
- pymdownx.caret
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true