-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathchapters.json
More file actions
185 lines (185 loc) · 4.68 KB
/
chapters.json
File metadata and controls
185 lines (185 loc) · 4.68 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"title": "Sysmon Community Guide",
"metadata": {
"title": "Sysmon Missing Manual",
"author": "Carlos Perez",
"rights": "TrustedSec LLC, Creative Commons Non-Commercial Share Alike 4.0",
"language": "en-US",
"subtitle": "Open Source Sysinternals Sysmon Community Guide",
"publisher": "TrustedSec Inc.",
"cover_image": "chapters/media/tslogo.png"
},
"chapters": [
{
"title": "What is Sysmon",
"file": "chapters/what-is-sysmon.md",
"level": 1
},
{
"title": "Detection Engineering Fundamentals",
"file": "chapters/detection-engineering.md",
"level": 1
},
{
"title": "Sysmon on Windows",
"level": 1,
"sections": [
{
"title": "The Sysmon Driver",
"file": "chapters/the-sysmon-driver.md",
"level": 2
},
{
"title": "Install and Configuration",
"file": "chapters/install_windows.md",
"level": 2
}
]
},
{
"title": "Sysmon on Linux",
"level": 1,
"sections": [
{
"title": "sysinternalsEBPF",
"file": "chapters/eBPF.md",
"level": 2
},
{
"title": "Install and Configuration",
"file": "chapters/install_linux.md",
"level": 2
}
]
},
{
"title": "Configuration",
"file": "chapters/configuration.md",
"level": 1
},
{
"title": "Sysmon Events",
"level": 1,
"sections": [
{
"title": "Process Events",
"file": "chapters/process-events.md",
"level": 2,
"sections": [
{
"title": "Process Creation",
"file": "chapters/process-creation.md",
"level": 3
},
{
"title": "Process Termination",
"file": "chapters/process-termination.md",
"level": 3
},
{
"title": "Process Access",
"file": "chapters/process-access.md",
"level": 3
}
]
},
{
"title": "File Events",
"level": 2,
"sections": [
{
"title": "File Create",
"file": "chapters/file-create.md",
"level": 3
},
{
"title": "File Create Time Change",
"file": "chapters/file-create-time-change.md",
"level": 3
},
{
"title": "File Stream Creation Hash",
"file": "chapters/file-stream-creation-hash.md",
"level": 3
},
{
"title": "File Delete",
"file": "chapters/file-delete.md",
"level": 3
},
{
"title": "File Delete Detected",
"file": "chapters/file_delete_detected.md",
"level": 3
},
{
"title": "File Block EXE",
"file": "chapters/file-block-exe.md",
"level": 3
},
{
"title": "File Block Shredding",
"file": "chapters/file-blockshredding.md",
"level": 3
}
]
},
{
"title": "Named Pipes",
"file": "chapters/named-pipes.md",
"level": 2
},
{
"title": "Driver Loading",
"file": "chapters/driver-loading.md",
"level": 2
},
{
"title": "Registry Actions",
"file": "chapters/registry-actions.md",
"level": 2
},
{
"title": "Image Loading",
"file": "chapters/image-loading.md",
"level": 2
},
{
"title": "Network Connections",
"file": "chapters/network-connections.md",
"level": 2
},
{
"title": "Create Remote Thread",
"file": "chapters/create-remote-thread.md",
"level": 2
},
{
"title": "Raw Access Read",
"file": "chapters/raw-access-read.md",
"level": 2
},
{
"title": "DNS Query",
"file": "chapters/dns-query.md",
"level": 2
},
{
"title": "WMI Events",
"file": "chapters/WMI-events.md",
"level": 2
},
{
"title": "Clipboard Capture",
"file": "chapters/clipboard-capture.md",
"level": 2
},
{
"title": "Process Image Tampering",
"file": "chapters/process-tampering.md",
"level": 2
}
]
}
]
}