Skip to content

Commit

Permalink
Added Windows triage group artifact definitions (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
binglot committed May 5, 2022
1 parent 47cb315 commit 7488ef4
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 0 deletions.
165 changes: 165 additions & 0 deletions data/triage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
# Triage specific artifacts.
---
name: TriageApplicationConfigsAndLogs
doc: Group of configuration files and logs of installed applications.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- MicrosoftIISLogs
- MicrosoftSqlServerErrorLogs
- RedisConfigFile
- TomcatFiles
- TomcatPasswordFile
supported_os: [Windows]
---
name: TriageExecution
doc: Group of process/command execution related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- JavaCacheFiles
- WindowsAMCacheHveFile
- WindowsCIMRepositoryFiles
- WindowsCrashDumps
- WindowsPrefetchFiles
- WindowsRecentFileCacheBCF
- WindowsStartupInfo
- WindowsSuperFetchFiles
- WindowsSystemResourceUsageMonitorDatabaseFile
- WMICCMRUA
supported_os: [Windows]
---
name: TriageExternalMedia
doc: Group of external media data or events related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsSetupApiLogs
supported_os: [Windows]
---
name: TriageFileSystem
doc: Group of file system related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- NTFSLogFile
- NTFSMFTFiles
supported_os: [Windows]
---
name: TriageHistoryFiles
doc: Group of history files related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- ShellConfigurationFile
- ShellHistoryFile
- WindowsPowerShellHistory
supported_os: [Windows]
---
name: TriageInteractiveActivity
doc: Group of interactive user activity related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- MicrosoftOfficeAutosave
- MicrosoftOfficeMRU
- WindowsActivitiesCacheDatabase
- WindowsRDPClientBitmapCache
- WindowsRecycleBinMetadata
- WindowsSearchDatabase
- WindowsUserAutomaticDestinationsJumpLists
- WindowsUserCustomDestinationsJumpLists
- WindowsUserRecentFiles
supported_os: [Windows]
---
name: TriageNetwork
doc: Group of network related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsFirewallLogFile
- WindowsHostsFiles
supported_os: [Windows]
---
name: TriagePersistence
doc: Group of persistence mechanism related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- WMIEnumerateASEC
- WMIEnumerateCLEC
- WindowsApplicationCompatibilityInstalledShimDatabases
- WindowsAutoexecBat
- WindowsAutorun
- WindowsBITSQueueManagerDatabases
- WindowsGroupPolicyScripts
- WindowsPowerShellDefaultProfiles
- WindowsScheduledTasks
- WindowsStartupFolders
- WindowsWinstart
supported_os: [Windows]
---
name: TriageSecurityAgents
doc: Group of endpoint detection and response related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- EsetAVQuarantine
- MicrosoftAVLogs
- MicrosoftAVQuarantine
- SophosAVLogs
- SophosAVQuarantine
- SymantecAVLogs
- SymantecAVQuarantine
supported_os: [Windows]
---
name: TriageSystemConfiguration
doc: Group of configuration files related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsRegistryFilesAndTransactionLogs
- WindowsSystemRegistryFilesAndTransactionLogsBackup
supported_os: [Windows]
---
name: TriageSystemLogs
doc: Group of system logs related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsUserAccessLogging
- WindowsEventLogs
supported_os: [Windows]
---
name: TriageWebBrowserExtensions
doc: Group of web browser extensions related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- ChromiumBasedBrowsersExtensions
- ChromiumBasedBrowsersExtensionActivitySQLiteDatabaseFile
- ChromePreferences
- FirefoxAddOns
supported_os: [Windows]
---
name: TriageWebBrowserHhistory
doc: Group of web browser history related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- BrowserHistory
- WindowsCryptnetUrlCacheMetadata
supported_os: [Windows]
10 changes: 10 additions & 0 deletions data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3010,6 +3010,16 @@ sources:
supported_os: [Windows]
urls: ['https://www.microsoftpressstore.com/articles/article.aspx?p=2762082&seqNum=2']
---
name: WindowsRDPClientBitmapCache
doc: Artifacts of RDP connection contents
sources:
- type: FILE
attributes:
paths: ['%%users.localappdata%%\Microsoft\Terminal Server Client\Cache\*.*']
separator: '\'
supported_os: [Windows]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Windows#RDP_Bitmap_Cache']
---
name: WindowsActiveSyncAutoStart
doc: Windows ActiveSync AutoStart entries
sources:
Expand Down

0 comments on commit 7488ef4

Please sign in to comment.