-
Notifications
You must be signed in to change notification settings - Fork 29
/
Build.ACQ
315 lines (315 loc) · 10.7 KB
/
Build.ACQ
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
********************************************************
** Live Acquisition Downloading Script (2.0) *
** This script uses cURL to get the AChoir Utilities *
** from the owners websites - These are not my utilities *
** I just use them in the Live Acquisition script. *
** - Created by D0n Quix0te/OMENScan (May 2015) *
**********************************************************
SAY:
SAY: Welcome to AChoir Builder.
SAY:
SAY: AChoir is a framework for building and running Forensic Collection scripts
SAY: to gather telemetry and artifacts from both Live Windows Systems and
SAY: Mounted images.
SAY:
SAY: Along with its buit in functions, AChoir uses many other FOSS utilities.
SAY: AChoir can script these utilities to provide a consistent way of gathering.
SAY: artifacts and telemetry.
SAY:
SAY: This AChoir script goes out to the Internets and downloads them.
SAY:
SAY: IMPORTANT NOTE: This script CURRENTLY REQUIRES CURL and UNZIP
SAY: to be in the same directory
SAY:
SAY: I encourage you to explore each of these utilities to understand more
SAY: about them, and their authors.
SAY:
SAY: Press enter if you want this script to go get these utilities and
SAY: Install them on this machine.
SAY:
PZZ: Press any key to continue (or q to quit)...
REQ:&Dir\cURL.exe
REQ:&Dir\unzip.exe
SAY:
SAY: --- Getting WinPMem (from GitHub/Rekall & Velocidex) ---
SAY:
DIR:\MEM
FIL:WinPmem40x64.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPMem40x64.txt https://github.com/Velocidex/WinPmem/releases/download/v4.0.rc1/winpmem_mini_x64_rc2.exe
FIL:WinPmem40x86.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPMem40x86.txt https://github.com/Velocidex/WinPmem/releases/download/v4.0.rc1/winpmem_mini_x86_rc2.exe
FIL:WinPmem320.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPMem320.txt https://github.com/Velocidex/c-aff4/releases/download/3.2/winpmem_3.2.exe
FIL:WinPmem201.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPMem201.txt https://github.com/google/rekall/releases/download/v1.3.2/winpmem_2.0.1.exe
Fil:WinPmem.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPMem.txt https://github.com/google/rekall/releases/download/v1.3.1/winpmem_1.6.2.exe
SAY:
SAY: --- Getting RawCopy (From GitHub/JSchicht) ---
SAY:
DIR:\DSK
FIL:Rawcopy.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RawCopy32.txt https://github.com/jschicht/RawCopy/blob/master/RawCopy.exe?raw=true
FIL:Rawcopy64.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RawCopy64.txt https://github.com/jschicht/RawCopy/blob/master/RawCopy64.exe?raw=true
SAY:
SAY: --- Getting MFTDump (From The Malware Hunters) ---
SAY:
FIL:MFTDump.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\MFTDump.txt http://malware-hunters.net/wp-content/downloads/MFTDump_V.1.3.0.zip
SAY:
SAY: --- Unzipping MFTDump ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting ExtractUSNJrnl (From GitHub/JSchicht) ---
SAY:
FIL:ExtractUsnJrnl.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\ExtractUsnJrnl.txt https://github.com/jschicht/ExtractUsnJrnl/blob/master/ExtractUsnJrnl.exe?raw=true
FIL:ExtractUsnJrnl64.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\ExtractUsnJrnl64.txt https://github.com/jschicht/ExtractUsnJrnl/blob/master/ExtractUsnJrnl64.exe?raw=true
SAY:
SAY: --- Getting USNJrnl2Csv (From GitHub/JSchicht) ---
SAY:
FIL:UsnJrnl2Csv.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\UsnJrnl2Csv.txt https://github.com/jschicht/UsnJrnl2Csv/blob/master/UsnJrnl2Csv.exe?raw=true
FIL:UsnJrnl2Csv64.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\UsnJrnl2Csv64.txt https://github.com/jschicht/UsnJrnl2Csv/blob/master/UsnJrnl2Csv64.exe?raw=true
SAY:
SAY: --- Getting PSTools (from Microsoft SysInternals) ---
SAY:
DIR:\SYS
FIL:PSTools.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\PSTools.txt https://download.sysinternals.com/files/PSTools.zip
SAY:
SAY: --- Unzipping PSTools ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKN:&Dir\PsLogList.exe
SAY:
SAY: --- PSTools Did Not Download Correctly - Trying a Different (blob) Name ---
SAY:
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\PSTools2.txt https://download.sysinternals.com/files/pstools.zip
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKN:&Dir\PsLogList.exe
SAY:
SAY: --- PSTools STILL Did Not Download Correctly - Just Letting You Know ---
SAY:
END:
CKY:&Dir\PsLogList.exe
SAY:
SAY: --- PSTools Downloaded Correctly ---
SAY:
END:
END:
*** SAY:
*** SAY: --- Getting Prefetch Parser (From Red Wolf) --- No Longer Available (08/07/2020)
*** SAY:
*** FIL:PrefetchParser.zip
*** EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\PrefetchParser.txt http://redwolfcomputerforensics.com/downloads/parse_prefetch_info_v1.4.zip
*** SAY:
*** SAY: --- Unzipping Prefetch Parser ---
*** SAY:
*** EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting WinPreFetchView - 32bit (From Nirsoft) ---
SAY:
FIL:winprefetchview.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPreFetchView.txt http://www.nirsoft.net/utils/winprefetchview.zip
SAY:
SAY: --- Unzipping WinPreFetchView ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting AutoRuns (from Microsoft SysInternals) ---
SAY:
FIL:AutoRuns.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\AutoRuns.txt https://download.sysinternals.com/files/Autoruns.zip
SAY:
SAY: --- Unzipping AutoRuns ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKN:&Dir\AutoRuns.exe
SAY:
SAY: --- Autoruns Did Not Download Correctly - Trying a Different (blob) Name ---
SAY:
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\AutoRuns2.txt https://download.sysinternals.com/files/autoruns.zip
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKY:&Dir\Autoruns.exe
SAY:
SAY: --- Autoruns Downloaded Correctly ---
SAY:
END:
CKN:&Dir\Autoruns.exe
SAY:
SAY: --- Autoruns STILL Did Not Download Correctly - Just Letting You Know ---
SAY:
END:
END:
SAY:
SAY: --- Getting Handle (from Microsoft SysInternals) ---
SAY:
FIL:Handle.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\Handle.txt https://download.sysinternals.com/files/Handle.zip
SAY:
SAY: --- Unzipping Handle ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKN:&Dir\Handle.exe
SAY:
SAY: --- Handle Did Not Download Correctly - Trying a Different (blob) Name ---
SAY:
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\Handle2.txt https://download.sysinternals.com/files/handle.zip
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
CKY:&Dir\Handle.exe
SAY:
SAY: --- Handle Downloaded Correctly ---
SAY:
END:
CKN:&Dir\Handle.exe
SAY:
SAY: --- Handle STILL Did Not Download Correctly - Just Letting You Know ---
SAY:
END:
END:
SAY:
SAY: --- Getting CurrPorts (From NirSoft) ---
SAY:
FIL:CPorts.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\CPorts.txt http://www.nirsoft.net/utils/cports.zip
SAY:
SAY: --- Unzipping CurrPorts ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting LastActivityView (From NirSoft) ---
SAY:
FIL:LastActivity.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\LastActivity.txt http://www.nirsoft.net/utils/lastactivityview.zip
SAY:
SAY: --- Unzipping LastActivityView ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting UserAssistView (From NirSoft) ---
SAY:
FIL:UserAssist.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\UserAssist.txt http://www.nirsoft.net/utils/userassistview.zip
SAY:
SAY: --- Unzipping UserAssistView ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting RegFileExport (From NirSoft) ---
SAY:
FIL:RegExport.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RegExport.txt http://www.nirsoft.net/utils/regfileexport.zip
SAY:
SAY: --- Unzipping RegFileExport (From NirSoft) ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Unzipping UserAssistView ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting BrowsingHistoryView (From NirSoft) ---
SAY:
FIL:BrowseHist.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\BrowseHist.txt http://nirsoft.net/utils/browsinghistoryview.zip
SAY:
SAY: --- Unzipping BrowsingHistoryView (32 Bit) ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting Winaudit (From Parmavex Services) ---
SAY:
FIL:Winaudit.exe
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\Winaudit.txt https://github.com/OMENScan/AChoir/blob/master/Tools/WinAudit.exe?raw=true
SAY:
SAY: --- Getting Recycle Bin artifact (INFO2/$I) parser (From Eric Zimmerman) ---
SAY:
FIL:RBCmd.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RBCmd.txt https://f001.backblazeb2.com/file/EricZimmermanTools/RBCmd.zip
SAY:
SAY: --- Unzipping RBCmd ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
DIR:\SYS\64Bit
SAY:
SAY: --- Getting CurrPorts (From NirSoft) ---
SAY:
FIL:CPorts-x64.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\CPorts-64.txt http://www.nirsoft.net/utils/cports-x64.zip
SAY:
SAY: --- Unzipping CurrPorts ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting BrowsingHistoryView (From NirSoft) ---
SAY:
FIL:BrowseHist64.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\BrowseHist64.txt http://nirsoft.net/utils/browsinghistoryview-x64.zip
SAY:
SAY: --- Unzipping BrowsingHistoryView (64 Bit) ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting WinPreFetchView - 64bit (From Nirsoft) ---
SAY:
FIL:winprefetchview-x64.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinPreFetchView-x64.txt http://www.nirsoft.net/utils/winprefetchview-x64.zip
SAY:
SAY: --- Unzipping WinPrefetchView (64 Bit) ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
DIR:\RRV
SAY:
SAY: --- Getting RegRipper 3.0 (from GitHub/Keydet89) ---
SAY:
FIL:master.zip
***: Regripper 2.8 - No Longer Available (08/07/2020)
***:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RegRip.txt https://github.com/keydet89/RegRipper2.8/archive/master.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\RegRip.txt https://github.com/omenscan/RegRipper3.0/archive/master.zip
SAY:
SAY: --- Unzipping RegRipper 3.0 ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: --- Getting OSFMount 32 and 64 Bit (from GitHub/OMENScan) ---
SAY:
DIR:\EWF
FIL:OSFMount32.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\OSFMount32.txt https://github.com/OMENScan/AChoir/blob/master/Tools/osfmount32.zip?raw=true
SAY:
SAY: --- Unzipping OSFMount 32 Bit ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir\32Bit
FIL:OSFMount64.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\OSFMount64.txt https://github.com/OMENScan/AChoir/blob/master/Tools/osfmount64.zip?raw=true
SAY:
SAY: --- Unzipping OSFMount 64 Bit ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir\64Bit
SAY:
SAY: --- Getting WinSCP Portable (from WinSCP.net) ---
SAY:
DIR:\XFR
FIL:WinSCP-5.17.6-Portable.zip
EXE:\cURL.exe -L -s -k -o &Dir\&Fil -D &Dir\WinScp.txt https://winscp.net/download/WinSCP-5.17.6-Portable.zip
SAY:
SAY: --- Unzipping WinSCP Portable ---
SAY:
EXE:\unzip.exe -o &Dir\&Fil -d &Dir
SAY:
SAY: Download and Build Complete...
SAY:
SAY: Now Hashing The Files...
SAY:
HSH:DIR
SAY:
SAY: All Done...
SAY:
PZZ: Press any key to continue...