Skip to content

Commit

Permalink
Split InternetExplorerHistory definition (ForensicArtifacts#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Apr 1, 2024
1 parent 3707afd commit 35735a5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
2 changes: 1 addition & 1 deletion artifacts/data/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sources:
- WindowsActivitiesCacheDatabase
- WindowsRDPClientBitmapCache
- WindowsRecycleBinMetadata
- WindowsSearchDatabase
- WindowsSearchDatabaseFile
- WindowsUserAutomaticDestinationsJumpLists
- WindowsUserCustomDestinationsJumpLists
- WindowsUserRecentFiles
Expand Down
22 changes: 21 additions & 1 deletion artifacts/data/webbrowser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,27 @@ doc: |
* MSIE 4 - 9 Cache files (index.dat);
* MSIE 10 WebCacheV*.dat files.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- 'InternetExplorerHistoryDatabaseFile'
- 'InternetExplorerIndexDatFiles'
supported_os: [Windows]
urls: ['https://forensics.wiki/internet_explorer']
---
name: InternetExplorerHistoryDatabaseFile
doc: Microsoft Internet Explorer (MSIE) 10 browser history database file (WebCacheV*.dat).
sources:
- type: FILE
attributes:
paths: ['%%users.localappdata%%\Microsoft\Windows\WebCache\WebCacheV*.dat']
separator: '\'
supported_os: [Windows]
urls: ['https://forensics.wiki/internet_explorer']
---
name: InternetExplorerIndexDatFiles
doc: Microsoft Internet Explorer (MSIE) 4 - 9 cache and history files (index.dat).
sources:
- type: FILE
attributes:
paths:
Expand All @@ -1355,7 +1376,6 @@ sources:
- '%%users.localappdata%%\Microsoft\Windows\History\Low\History.IE5\index.dat'
- '%%users.localappdata%%\Microsoft\Windows\Temporary Internet Files\Content.IE5\index.dat'
- '%%users.localappdata%%\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5\index.dat'
- '%%users.localappdata%%\Microsoft\Windows\WebCache\WebCacheV*.dat'
- '%%users.userprofile%%\Local Settings\History\History.IE5\index.dat'
separator: '\'
supported_os: [Windows]
Expand Down
23 changes: 19 additions & 4 deletions artifacts/data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@ sources:
supported_os: [Windows]
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/ActiveDesktop.html']
---
name: WindowsActiveDirectoryDatabase
doc: Windows Active Directory data store file.
name: WindowsActiveDirectoryDatabaseFile
aliases: [WindowsActiveDirectoryDatabase]
doc: Windows Active Directory database file (ntds.dit).
sources:
- type: FILE
attributes:
paths: ['%%environ_systemroot%%\ntds\ntds.dit']
paths:
- '%%environ_systemroot%%\ntds\ntds.dit'
- '%%environ_systemroot%%\ServicePackFiles\*\ntds.dit*'
- '%%environ_systemroot%%\SoftwareDistribution\Download\*\*\ntds.dit*'
- '%%environ_systemroot%%\System32\ntds.dit'
separator: '\'
supported_os: [Windows]
urls: ['https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc772829(v=ws.10)']
Expand Down Expand Up @@ -1488,6 +1493,15 @@ supported_os: [Windows]
urls:
- 'https://www.microsoftpressstore.com/articles/article.aspx?p=2762082&seqNum=2'
---
name: WindowsHelpCenterDatabaseFile
doc: Windows Help Center database file (HCdata.edb).
sources:
- type: FILE
attributes:
paths: ['%%environ_systemroot%%\PCHEALTH\HELPCTR\Database\HCdata.edb']
separator: '\'
supported_os: [Windows]
---
name: WindowsHostsFiles
doc: The Windows hosts and lmhosts file.
sources:
Expand Down Expand Up @@ -2220,7 +2234,8 @@ urls:
- 'https://technet.microsoft.com/en-us/library/cc737855(v=ws.10).aspx'
- 'https://technet.microsoft.com/en-us/library/cc957840.aspx'
---
name: WindowsSearchDatabase
name: WindowsSearchDatabaseFile
aliases: [WindowsSearchDatabase]
doc: Windows Search database (Windows.edb).
sources:
- type: FILE
Expand Down

0 comments on commit 35735a5

Please sign in to comment.