forked from DFIR-ORC/dfir-orc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutline.html
376 lines (367 loc) · 16.4 KB
/
outline.html
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DFIR-ORC Execution Outline — DFIR ORC documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/solar.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /><link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<link href="_static/solarized-dark.css" rel="stylesheet">
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">DFIR ORC documentation</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.jpg" alt="Logo"/>
</a></p>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="index.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="tuto.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="platforms.html">Requirements</a></li>
<li class="toctree-l1"><a class="reference internal" href="intro_to_data_collection.html">Design and Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="embedded_tool_suite.html">Embedded Tool Suite</a></li>
<li class="toctree-l1"><a class="reference internal" href="licenses.html">Licenses</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="dfir-orc-execution-outline">
<h1>DFIR-ORC Execution Outline<a class="headerlink" href="#dfir-orc-execution-outline" title="Permalink to this headline">¶</a></h1>
<p>The DFIR-ORC Execution Outline (introduced in dfir-orc v10.0.14) is a json file to summarize the dfir-orc execution context:</p>
<div class="section" id="dfir-orc-binary-executed">
<h2>DFIR-ORC binary executed<a class="headerlink" href="#dfir-orc-binary-executed" title="Permalink to this headline">¶</a></h2>
<blockquote>
<div><ul class="simple">
<li><p>version: The schema version of the outline file</p></li>
<li><p>dfir_orc_id: The identifier of the binary version run</p></li>
</ul>
</div></blockquote>
<div class="section" id="example">
<h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>"dfir-orc": {
"version": "1.0",
"dfir_orc_id": "v10.0.14",
}
</pre></div>
</div>
</div>
</div>
<div class="section" id="dfir-orc-execution-context">
<h2>DFIR-ORC execution context<a class="headerlink" href="#dfir-orc-execution-context" title="Permalink to this headline">¶</a></h2>
<blockquote>
<div><ul class="simple">
<li><p>time: The time of DFIR-ORC execution UTC</p></li>
<li><p>timestamp: The timestamp replacement string used throughout this DFIR-ORC execution in the following form: YYYYMMDD_HHMMSS (cf <a class="reference internal" href="wolf_config.html"><span class="doc">WolfLauncher configuration</span></a>)</p></li>
<li><p>command: The command line that started ORC execution</p></li>
<li><p>output: The configured output directory</p></li>
<li><p>temp: The configured directory fot temp files</p></li>
<li><p>archives: The archives collected and their active commands (cf <a class="reference internal" href="configuration.html"><span class="doc">Configuration</span></a>)</p></li>
<li><p>process: Detailed WolfLauncher process information (command line, environment, user context, …)</p></li>
</ul>
</div></blockquote>
<div class="section" id="id1">
<h3>Example<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>"dfir-orc": {
"time": "2020-07-31 10:51:20.937",
"timestamp": "20200731_105120",
"command": "\"C:\\temp\\dir-orc.exe\"",
"output": "C:\\temp",
"temp": "C:\\Users\\Jean\\AppData\\Local\\Temp\\WorkingTemp",
"archives": [
{
"keyword": "ORC_Archive",
"file": "ORC_WorkStation_Machine_Archive.7z",
"commands": [
... list of commands run in this archive (by their keyword)
]
}
],
"process": {
"binary": "C:\\Users\\Jean\\AppData\\Local\\Temp\\DFIR-Orc_x64.exe",
"syswow64": false,
"command_line": "\"C:\\Users\\Jean\\AppData\\Local\\Temp\\DFIR-Orc_x64.exe\" WolfLauncher",
"user": {
"username": "MachineName\\UserName",
"SID": "S-1-5-21-164153534902-4134548383802-265243332323-1001",
"elevated": true,
"locale": "en-US",
"language": "English (United States)"
},
"environment": [
{
"Name": "COMPUTERNAME",
"Value": "MachineName"
},
...
]
},
}
</pre></div>
</div>
</div>
</div>
<div class="section" id="system-s-hardware-and-configuration-information">
<h2>System’s hardware and configuration information<a class="headerlink" href="#system-s-hardware-and-configuration-information" title="Permalink to this headline">¶</a></h2>
<blockquote>
<div><ul class="simple">
<li><p>name, fullname: This machine’s names</p></li>
<li><p>type: This machine’s type (WorkStation, Server, DomainController)</p></li>
<li><p>architecture: This’s machine architecture (x64, x86)</p></li>
<li><dl class="simple">
<dt>operating_system: Detailed information about the operating system currently running DFIR-ORC:</dt><dd><ul>
<li><p>description</p></li>
<li><p>version</p></li>
<li><p>language</p></li>
<li><p>locale</p></li>
<li><p>tag</p></li>
<li><p>time_zone</p></li>
<li><p>qfe</p></li>
<li><p>physical_drives</p></li>
<li><p>mounted_volumes</p></li>
<li><p>physical_memory</p></li>
<li><p>cpu</p></li>
<li><p>network</p></li>
</ul>
</dd>
</dl>
</li>
</ul>
</div></blockquote>
<div class="section" id="id2">
<h3>Example<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>"dfir-orc": {
"system": {
"name": "MachineName",
"fullname": "MachineName.Domain.com",
"type": "WorkStation",
"architecture": "x64",
"operating_system": {
"description": "Microsoft Windows 10 Enterprise Edition (build 19041), 64-bit",
"version": "10.0",
"locale": "en-US",
"language": "English (United States)",
"tag": [
"OSBuild#19041",
"RTM",
"Release#2004",
"Windows10",
"WorkStation",
"x64"
],
"time_zone": {
"daylight": "Romance Daylight Time",
"daylight_bias": -60,
"standard": "Romance Standard Time",
"standard_bias": 0,
"current_bias": -60,
"current": "daylight"
},
"qfe": [
{
"hotfix_id": "KB4565627",
"installed_on": "7/14/2020"
},
...
]
},
"physical_drives": [
{
"path": "\\\\.\\PHYSICALDRIVE0",
"type": "Fixed hard disk media",
"serial": 0,
"size": 512105932800,
"status": "OK"
},
...
],
"mounted_volumes": [
{
"path": "C:\\",
"label": "Windows",
"serial": 3471674564,
"file_system": "NTFS",
"device_id": "\\\\?\\Volume{214de6b9-8fa1-4b0e-9e83-3b41cdb194f9}\\",
"is_boot": true,
"is_system": false,
"size": 128178376704,
"freespace": 15089700864,
"type": "Fixed"
},
...
],
"physical_memory": {
"current_load": 56,
"physical": 17097428992,
"pagefile": 22244237312,
"available_physical": 7437279232,
"available_pagefile": 8191057920
},
"cpu": [
{
"name": "Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz",
"description": "Intel64 Family 6 Model 142 Stepping 10",
"cores": 4,
"enabled_cores": 4,
"logical_processors": 8
}
],
"network": {
"adapter": [
{
"name": "{AB41C39A-E91B-4DA1-B697-74FF38F4BEA0}",
"friendly_name": "Wi-Fi",
"description": "Marvell AVASTAR Wireless-AC Network Controller",
"physical": "F0-6E-B-CF-9D-56",
"dns_suffix": "home",
"address": [
{
"ipv6": "2a01:cb04:119:5600:b475:1fbb:8110:8dd1",
"mode": "unicast"
},
{
"ipv6": "2a01:cb04:119:5600:d77:2a0:bdd8:6835",
"mode": "unicast"
},
{
"ipv6": "fe80::b475:1fbb:8110:8dd1%22",
"mode": "unicast"
},
{
"ipv4": "192.168.1.46",
"mode": "unicast"
}
],
"dns_server": [
{
"ipv6": "fe80::a21b:29ff:feff:4300%22"
},
{
"ipv4": "192.168.1.1"
}
]
},
...
]
}
}
}
</pre></div>
</div>
</div>
</div>
<div class="section" id="user-profile-information">
<h2>User Profile information<a class="headerlink" href="#user-profile-information" title="Permalink to this headline">¶</a></h2>
<blockquote>
<div><ul class="simple">
<li><p>default_profile: The default profile location</p></li>
<li><p>profiles_directory: The directory where user profiles ares created by default</p></li>
<li><p>program_data: ProgramData location</p></li>
<li><p>public_path: Public file libraries</p></li>
<li><dl class="simple">
<dt>profiles: List of currently system’s known profiles (per HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList)</dt><dd><ul>
<li><p>sid</p></li>
<li><p>path</p></li>
<li><p>user: resolved user name</p></li>
<li><p>key_last_write</p></li>
</ul>
</dd>
</dl>
</li>
</ul>
</div></blockquote>
<div class="section" id="id3">
<h3>Example<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>"dfir-orc": {
"profile_list": {
"default_profile": "C:\\Users\\Default",
"profiles_directory": "C:\\Users",
"program_data": "C:\\ProgramData",
"public_path": "C:\\Users\\Public",
"profile": [
{
"sid": "S-1-5-18",
"path": "C:\\WINDOWS\\system32\\config\\systemprofile",
"user": "NT AUTHORITY\\SYSTEM",
"key_last_write": "2019-12-07 09:17:27.256"
},
{
"sid": "S-1-5-19",
"path": "C:\\WINDOWS\\ServiceProfiles\\LocalService",
"user": "NT AUTHORITY\\LOCAL SERVICE",
"key_last_write": "2019-12-07 09:17:27.256"
},
{
"sid": "S-1-5-20",
"path": "C:\\WINDOWS\\ServiceProfiles\\NetworkService",
"user": "NT AUTHORITY\\NETWORK SERVICE",
"key_last_write": "2019-12-07 09:17:27.256"
},
{
"sid": "S-1-5-21-16443543502-41343243243202-264324343432-1001",
"path": "C:\\Users\\UserName",
"user": "MachineName\\UserName",
"local_load_time": "2020-07-26 15:42:47.209",
"local_unload_time": "2020-07-25 19:06:05.433",
"key_last_write": "2020-07-26 15:42:47.209"
},
...
]
}
}
</pre></div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">DFIR ORC documentation</a> »</li>
</ul>
</div>
<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
</script>
</body>
</html>