This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathfilter_windows.txt
274 lines (248 loc) · 12 KB
/
filter_windows.txt
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
# Filter file for log2timeline for triaging Windows systems.
#
# I am unsure of the Genesis of this file but I originally came across it in the
# SANS FOR508 Class authored by Rob Lee and Chad Tilbury. I have started
# maintaining / updating this file as part of my ongoing research of Plaso.
# Additions to SANS 508 config file by Mark Hallman Version 1.04 - 2018-12-10
#
# This file can be used by image_export or log2timeline to selectively export
# few key files of a Windows system. This file will collect:
# * The MFT file, LogFile and the UsnJrnl
# * Contents of the Recycle Bin/Recycler.
# * Windows Registry files, e.g. SYSTEM and NTUSER.DAT.
# * Shortcut (LNK) files from recent files.
# * Jump list files, automatic and custom destination.
# * Windows Event Log files.
# * Prefetch files.
# * SetupAPI file.
# * Application Compatibility files, the Recentfilecache and AmCachefile.
# * Windows At job files.
# * Browser history: IE, Firefox and Chrome.
# * Browser cookie files: IE.
# * Flash cookies, or LSO/SOL files from the Flash player.
###############
# File system artifacts.
###############
/[$]MFT
/[$]LogFile
/[$]Extend/[$]UsnJrnl
###############
# Memory artifacts - Include for image_export, log2timeline currently does not
# process these artifacts.
###############
# /hiberfil.sys
# /pagefile.sys
# /swapfile.sys
# /Windows/memory.dmp
###############
# File System artifacts - Include for image_export, log2timeline currently does not
# process these artifacts.
###############
/[$]Secure
/[$]Boot
/[$]Extend/[$]RmMetadata/[$]TxfLog/[$]Tops
###############
# Windows System Registry hives
###############
/Windows/ServiceProfiles/LocalService/ntuser[.]dat
/Windows/ServiceProfiles/LocalService/ntuser[.]dat[.]LOG[1-9]
/Windows/ServiceProfiles/NetworkService/ntuser[.]dat
/Windows/ServiceProfiles/NetworkService/ntuser[.]dat[.]LOG[1-9]
/Windows/System32/config/RegBack/*[.]LOG[1-9]
/Windows/System32/config/RegBack/SAM
/Windows/System32/config/RegBack/SECURITY
/Windows/System32/config/RegBack/SOFTWARE
/Windows/System32/config/RegBack/SYSTEM
/Windows/System32/config/RegBack/SYSTEM1
/Windows/System32/config/SAM
/Windows/System32/config/SAM[.]LOG[1-9]
/Windows/System32/config/SECURITY
/Windows/System32/config/SECURITY[.]LOG[1-9]
/Windows/System32/config/SOFTWARE
/Windows/System32/config/SOFTWARE[.]LOG[1-9]
/Windows/System32/config/SYSTEM
/Windows/System32/config/SYSTEM[.]LOG[1-9]
/Windows/System32/config/systemprofile/ntuser[.]dat
/Windows/System32/config/systemprofile/ntuser[.]dat[.]LOG[1-9]
###############
# Recycle Bin and Recycler
###############
/[$]Recycle.Bin
/[$]Recycle.Bin/.+
/[$]Recycle.Bin/.+/.+
/[$]Recycle.Bin/.+/.+/.+
/[$]Recycle.Bin/.+/.+/.+/.+
/RECYCLER
/RECYCLER/.+
/RECYCLER/.+/.+
/RECYCLER/.+/.+/.+
/RECYCLER/.+/.+/.+/.+
###############
# Windows Event Logs
###############
/Windows/System32/winevt/Logs/.+[.]evtx
/Windows/System32/config/.+[.]evt
###############
# Windows Event Trace Logs (ETL)
###############
#/Windows/System32/WDI/[{].+/
/Windows/System32/WDI/LogFiles/.+[.]etl
/Windows/System32/LogFles/WMI/.+[.]etl
/Windows/System32/LogFles/WMI/RtBackup/.+[.]etl
/Windows/System32/SleepStudy/.+[.]etl
/ProgramData/Microsoft/Windows/PowerEfficiency Diagnostics/energy-ntkl.etl
###############
# USB Devices log files
###############
/Windows/inf/setupapi[.]dev[.]log
/Windows/setupapi[.]log
###############
# Various log files
###############
/Windows/System32/LogFiles/.+/.+[.]log
/Windows/System32/LogFiles/.+/.+[.]log[.]old
###############
# Anti-Virus Log and Quarantine files
###############
# Symantec
/ProgramData/Symantec/Symantec Endpoint Protection/CurrentVersion/Data/Logs/.+[.]log
/ProgramData/Symantec/Symantec Endpoint Protection/CurrentVersion/Data/Logs/AV/.+[.]log
/ProgramData/Symantec/Symantec Endpoint Protection/CurrentVersion/Data/Quarantine/.+[.]VBN
/ProgramData/Symantec/Symantec Endpoint Protection/CurrentVersion/Data/Quarantine/.+/.+[.]VBN
/ProgramData/Symantec/Symantec Endpoint Protection/PersistedData/sephwid.xml
/Users/.+/AppData/Local/Symantec/Symantec Endpoint Protection/Logs/.+[.]log
###############
# Prefetch files
###############
/Windows/Prefetch/.+
###############
# Windows Execution Artifacts
###############
/Windows/Tasks/.+[.]job
/Windows/System32/Tasks/.+
/Windows/System32/Tasks/.+/.+
/Windows/System32/Tasks/.+/.+/.+
/Windows/System32/Tasks/.+/.+/.+/.+
/Windows/Appcompat/Programs/RecentFileCache[.]bcf
/Windows/Appcompat/Programs/Amcache[.]hve
/Windows/appcompat/Programs/Amcache[.]hve[.]LOG[1-9]
/Windows/System32/wbem/Repository/.+
/Windows/SchedLgU.txt
###############
# SRUM
###############
/Windows/System32/SRU
###############
# Windows Search Index
###############
/programdata/microsoft/search/data/applications/windows/Windows.edb
###############
# Browser history artifacts
###############
###############
# Internet Explorer Browser history artifacts
###############
/Documents and Settings/.+/Application Data/Microsoft/Internet Explorer/UserData/index.dat
/Documents and Settings/.+/Application Data/Microsoft/Office/Recent/index.dat
/Documents and Settings/.+/Cookies/index.dat
/Documents and Settings/.+/Local Settings/History/History.IE5/.+/index.dat
/Documents and Settings/.+/Local Settings/History/History.IE5/index.dat
/Documents and Settings/.+/Local Settings/Temporary Internet Files/Content.IE5/index.dat
/Documents And Settings/.+/Local Settings/Temporary Internet Files/Content.IE5/index[.]dat
/Users/.+/AppData/Local/Microsoft/Internet Explorer/Recovery/.+/.+[.]dat
/Users/.+/AppData/Local/Microsoft/Internet Explorer/Recovery/Immersive/.+/.+[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/History/Low/History.IE5/index[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/History/Low/History.IE5/MSHist.+/index[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/index[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/index[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/WebCache/.+[.]dat
/Users/.+/AppData/Local/Microsoft/Windows/WebCache/WebCacheV01.dat
/Users/.+/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/AC/MicrosoftEdge/User/Default/DataStore/Data/nouser1/120712-0049/DBStore/spartan.edb
/Users/.+/AppData/Roaming/Macromedia/FlashPlayer/#SharedObjects/.+[.]sol
/Users/.+/AppData/Roaming/Microsoft/Office/Recent/index.dat
/Users/.+/AppData/Roaming/Microsoft/Windows/Cookies/index[.]dat
/Users/.+/AppData/Roaming/Microsoft/Windows/Cookies/Low/index[.]dat
/Users/.+/MicrosoftEdgeBackups/backups/.+/DatastoreBackup/spartan.edb
/Windows/System32/config/systemprofile/AppData/Local/Microsoft/Internet Explorer/Recovery/.+/.+[.]dat
/Windows/System32/config/systemprofile/AppData/Local/Microsoft/Internet Explorer/Recovery/Immersive/.+/.+[.]dat
/Windows/System32/config/systemprofile/AppData/Local/Microsoft/Windows/History/.+
/Windows/System32/config/systemprofile/AppData/Local/Microsoft/Windows/Temporary Internet Files/.+
/Windows/System32/config/systemprofile/AppData/Local/Microsoft/Windows/WebCache/.+[.]dat
/Windows/System32/config/systemprofile/AppData/Roaming/Microsoft/Windows/Cookies/index[.]dat
/Windows/System32/config/systemprofile/AppData/Roaming/Microsoft/Windows/Cookies/Low/index[.]dat
###############
# Chrome Browser history artifacts
###############
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Bookmarks.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Cookies.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Current Session.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Current Tabs.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Favicons.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/History.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Last Session.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Last Tabs.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Preferences.+_
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Shortcuts.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Top Sites.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Visited Links.+
/Documents and Settings/.+/Local Settings/Application Data/Google/Chrome/User Data/Default/Web Data.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Cookies.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Current Session.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Current Tabs.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Favicons.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/History.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Last Session.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Last Tabs.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Preferences.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Shortcuts.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Top Sites.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Bookmarks.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Visited Links.+
/Users/.+/AppData/Local/Google/Chrome/User Data/Default/Web Data.+
###############
# Firefox Browser history artifacts
###############
/Documents And Settings/.+/Application Data/Mozilla/Firefox/Profiles/.+/.+[.]sqlite
/Users/.+/AppData/Roaming/Mozilla/Firefox/Profiles/.+/.+[.]sqlite
###############
# Users Registry hives & associated logs
###############
/Documents and Settings/*/ntuser[.]dat
/Users/*/AppData/Local/Microsoft/Windows/UsrClass[.]dat
/Users/*/AppData/Local/Microsoft/Windows/UsrClass[.]dat[.]LOG[1-9]
/Users/*/ntuser[.]dat
/Users/*/ntuser[.]dat[.]LOG[1-9]
###############
# Recent file activity
###############
/Documents And Settings/.+/Recent/.+[.]LNK
/Documents And Settings/.+/Desktop/.+[.]LNK
/Users/.+/AppData/Local/ConnectedDevicesPlatform/.+/ActivitiesCache.db
/Users/.+/AppData/Local/Microsoft/Windows/Explorer/thumbcache_.+.db
/Users/.+/AppData/Roaming/Microsoft/Office/Recent/.+[.]LNK
/Users/.+/AppData/Roaming/Microsoft/Windows/Recent/.+[.]LNK
/Users/.+/AppData/Roaming/Microsoft/Windows/Recent/Automaticdestinations/.+[.]automaticDestinations-ms
/Users/.+/AppData/Roaming/Microsoft/Windows/Recent/Customdestinations/.+[.]customDestinations-ms
/Users/.+/Desktop/.+[.]LNK
###############
# Chat client artifacts
###############
###############
# Skype client artifacts
###############
/Users/.+/AppData/Local/Packages/Microsoft.SkypeApp_.+/LocalState/.+/main.db
/Documents and Settings/.+/Application Data/Skype/.+/main.db
###############
# Email - currently only Outlook
###############
/Documents and Settings/.+/Local Settings/Application Data/Microsoft/Outlook/.+[.]pst
/Documents and Settings/.+/Local Settings/Application Data/Microsoft/Outlook/.+[.]ost
/Users/.+/AppData/Local/Microsoft/Outlook/.+[.]pst
/Users/.+/AppData/Local/Microsoft/Outlook/.+[.]ost
###############
# User Documents
###############
/Users/.+/Desktop/.+
/Users/.+/Documents/.+
/Users/.+/Downloads/.+
/Users/.+/Dropbox.+/.+