Skip to content

Commit

Permalink
Add Linux triage artifact groups (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Aug 22, 2022
1 parent bb24595 commit dbebd81
Showing 1 changed file with 214 additions and 8 deletions.
222 changes: 214 additions & 8 deletions data/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
name: TriageApplicationConfigsAndLogs
doc: Group of configuration files and logs of installed applications.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- ApacheAccessLogs
- ApacheConfigurationFolder
- ApacheDefaultSiteConfigurationFile
- ApacheErrorLogs
- ApacheKafkaLogFiles
- ElasticsearchAccessLog
- ElasticsearchAuditLog
- ElasticsearchGCLog
- ElasticsearchLogs
- ElasticsearchServerLog
- HadoopAppLogs
- HadoopAppRoot
- HadoopYarnLogs
- HAProxyLogFiles
- JenkinsLogFile
- NginxAccessLogs
- NginxErrorLogs
- OsqueryLogFiles
- TomcatLogFiles
- TomcatPasswordFile
- WordpressConfigFile
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
Expand All @@ -11,7 +36,26 @@ sources:
- RedisConfigFile
- TomcatFiles
- TomcatPasswordFile
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageDatabaseConfigsAndLogs
doc: Group of configuration files and logs of installed databases.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- MongoDBConfigurationFile
- MongoDBLogFiles
- MySQLConfigurationFiles
- MySQLLogFiles
- OpenSearchLogFiles
- PostgreSQLConfigurationFiles
- PostgreSQLLogFiles
- RedisConfigFile
- RedisConfigurationFile
- RedisLogFiles
supported_os: [Linux]
---
name: TriageExecution
doc: Group of process/command execution related artifacts.
Expand Down Expand Up @@ -53,17 +97,46 @@ supported_os: [Windows]
name: TriageHistoryFiles
doc: Group of history files related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- BashShellHistoryFile
- BourneShellHistoryFile
- FishShellHistoryFile
- MySQLHistoryFile
- PostgreSQLHistoryFile
- PythonHistoryFile
- RootUserShellHistory
- SQLiteHistoryFile
- ZShellHistoryFile
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
- ShellConfigurationFile
- ShellHistoryFile
- WindowsPowerShellHistory
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageInteractiveActivity
doc: Group of interactive user activity related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- DropboxClient
- FreeDesktopTrashInfoFiles
- GnomeApplicationState
- GnomeTracker
- GTKRecentlyUsedDatabase
- SignalDatabase
- ThumbnailCacheFolder
- Viminfo
- WgetHSTSdatabase
- XChatLogs
- ZeitgeistDatabase
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
Expand All @@ -76,21 +149,49 @@ sources:
- WindowsUserAutomaticDestinationsJumpLists
- WindowsUserCustomDestinationsJumpLists
- WindowsUserRecentFiles
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageNetwork
doc: Group of network related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- DNSResolvConfFile
- HostAccessPolicyConfiguration
- LinuxHostnameFile
- LinuxIgnoreICMPBroadcasts
- LinuxNetworkIpForwardingState
- LinuxNetworkPathFilteringSettings
- LinuxNetworkRedirectState
- LinuxProcArp
- LinuxSyncookieState
- UFWConfigFiles
- UnixHostsFile
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsFirewallLogFile
- WindowsHostsFiles
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriagePersistence
doc: Group of persistence mechanism related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- AnacronFiles
- LinuxAtJobs
- LinuxCronTabs
- LinuxSystemdServices
- LinuxSystemdTimers
- LinuxSysVInit
- XDGAutostartEntries
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
Expand All @@ -105,7 +206,8 @@ sources:
- WindowsScheduledTasks
- WindowsStartupFolders
- WindowsWinstart
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageSecurityAgents
doc: Group of endpoint detection and response related artifacts.
Expand All @@ -125,22 +227,126 @@ supported_os: [Windows]
name: TriageSystemConfiguration
doc: Group of configuration files related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- APTSources
- APTTrustKeys
- CronAtAllowDenyFiles
- DebianPackagesStatus
- DebianVersion
- KernelModules
- LinuxASLREnabled
- LinuxCACertificates
- LinuxDHCPConfigurationFile
- LinuxDSDTTable
- LinuxFstab
- LinuxGrubConfiguration
- LinuxInitrdFiles
- LinuxIssueFile
- LinuxKernelBootloader
- LinuxKernelModuleRestrictions
- LinuxKernelModuleTaintStatus
- LinuxLoaderSystemPreloadFile
- LinuxLocalTime
- LinuxLSBInit
- LinuxLSBRelease
- LinuxNetworkManager
- LinuxPamConfigs
- LinuxPasswdFile
- LinuxProcMounts
- LinuxRelease
- LinuxRestrictedDmesgReadPrivileges
- LinuxRestrictedKernelPointerReadPrivileges
- LinuxRsyslogConfigs
- LinuxSecureFsLinks
- LinuxSecureSuidCoreDumps
- LinuxSSDTTables
- LinuxSysctlConfigurationFiles
- LinuxSyslogNgConfigs
- LinuxSystemdJournalConfig
- LinuxSystemdOSRelease
- LinuxTimezoneFile
- LinuxXinetd
- LocateDatabase
- LoginPolicyConfiguration
- NetgroupConfiguration
- NfsExportsFile
- NtpConfFile
- PCIDevicesInfoFiles
- SambaConfigFile
- SecretsServiceDatabaseFile
- SshdConfigFile
- SSHHostPubKeys
- UnixGroupsFile
- UnixLocalTimeConfigurationFile
- UnixPasswdFile
- UnixShadowFile
- UnixSudoersConfigurationFile
- YumSources
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsRegistryFilesAndTransactionLogs
- WindowsSystemRegistryFilesAndTransactionLogsBackup
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageSystemLogs
doc: Group of system logs related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- DebianPackagesLogFiles
- LinuxAuditLogs
- LinuxAuthLogs
- LinuxCronLogs
- LinuxDaemonLogFiles
- LinuxKernelLogFiles
- LinuxLastlogFile
- LinuxMessagesLogFiles
- LinuxSudoReplayLogs
- LinuxSysLogFiles
- LinuxSystemdJournalLogs
- LinuxUtmpFiles
- LinuxWtmp
- SambaLogFiles
- UFWLogFile
- UnixUtmpFile
supported_os: [Linux]
- type: ARTIFACT_GROUP
attributes:
names:
- WindowsUserAccessLogging
- WindowsEventLogs
supported_os: [Windows]
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageUserConfiguration
doc: Group of user configuration related artifacts.
sources:
- type: ARTIFACT_GROUP
attributes:
names:
- BashShellConfigurationFile
- ChromePreferences
- CShellConfigurationFile
- FishShellConfigurationFile
- JupyterConfigFile
- KornShellConfigurationFile
- RHostsFile
- RootUserShellConfigs
- ShellLogoutFile
- ShellProfileFile
- SignalApplicationContent
- SSHAuthorizedKeysFiles
- SSHKnownHostsFiles
- SshUserConfigFile
- TeeShellConfigurationFile
- ZShellConfigurationFile
supported_os: [Linux]
---
name: TriageWebBrowserExtensions
doc: Group of web browser extensions related artifacts.
Expand All @@ -152,7 +358,7 @@ sources:
- ChromiumBasedBrowsersExtensionActivitySQLiteDatabaseFile
- ChromePreferences
- FirefoxAddOns
supported_os: [Windows]
supported_os: [Linux, Windows]
---
name: TriageWebBrowserHistory
doc: Group of web browser history related artifacts.
Expand Down

0 comments on commit dbebd81

Please sign in to comment.