Skip to content

Commit

Permalink
Clean up of Mac OS artifact definitions (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 27, 2022
1 parent 3b401b6 commit 0f657bb
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions data/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- type: FILE
attributes:
paths:
- '/private/var/log/asl/*'
- '/var/log/asl/*'
- '/private/var/log/asl/*.asl'
- '/var/log/asl/*.asl'
labels: [System, Logs]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Logs']
Expand Down Expand Up @@ -37,7 +37,7 @@ sources:
attributes: {paths: ['%%users.homedir%%/Library/Application Support/*']}
labels: [Users, Software]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc.']
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc']
---
name: MacOSAtJobs
doc: MacOS at jobs
Expand Down Expand Up @@ -115,7 +115,7 @@ sources:
- '/usr/lib/cron/tabs/*'
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Info_Misc.']
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Info_Misc']
---
name: MacOSDock
doc: Dock database
Expand Down Expand Up @@ -240,13 +240,13 @@ supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#iDevice_Backup']
---
name: MacOSKeychains
doc: Keychain Directory
doc: User keychain files
sources:
- type: FILE
attributes: {paths: ['%%users.homedir%%/Library/Keychains/*']}
attributes: {paths: ['%%users.homedir%%/Library/Keychains/*.keychain']}
labels: [Users]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc.']
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc']
---
name: MacOSKeyboardLayoutPlistFile
doc: Keyboard layout plist file
Expand Down Expand Up @@ -287,9 +287,9 @@ sources:
- type: FILE
attributes:
paths:
- '/Library/LaunchAgents/*'
- '/System/Library/LaunchAgents/*'
- '%%users.homedir%%/Library/LaunchAgents/*'
- '/Library/LaunchAgents/*.plist'
- '/System/Library/LaunchAgents/*.plist'
- '%%users.homedir%%/Library/LaunchAgents/*.plist'
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Autorun_Locations']
Expand All @@ -300,15 +300,15 @@ sources:
- type: FILE
attributes:
paths:
- '/Library/LaunchDaemons/*'
- '/System/Library/LaunchDaemons/*'
- '%%users.homedir%%/Library/LaunchDaemons/*'
- '/Library/LaunchDaemons/*.plist'
- '/System/Library/LaunchDaemons/*.plist'
- '%%users.homedir%%/Library/LaunchDaemons/*.plist'
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Autorun_Locations']
---
name: MacOSLastlogFile
doc: Mac OS X lastlog file.
doc: Mac OS lastlog file.
sources:
- type: FILE
attributes:
Expand Down Expand Up @@ -338,7 +338,7 @@ sources:
- '/private/etc/localtime'
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Info_Misc.']
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Info_Misc']
---
name: MacOSLoginWindowPlistFile
doc: Log-in Window information plist file
Expand Down Expand Up @@ -611,8 +611,8 @@ sources:
- type: FILE
attributes:
paths:
- '/Library/StartupItems/*'
- '/System/Library/StartupItems/*'
- '/Library/StartupItems/*.plist'
- '/System/Library/StartupItems/*.plist'
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Autorun_Locations']
Expand Down Expand Up @@ -665,7 +665,7 @@ name: MacOSSystemPreferencesPlistFiles
doc: System Preferences plist files
sources:
- type: FILE
attributes: {paths: ['/Library/Preferences/**']}
attributes: {paths: ['/Library/Preferences/**/*.plist']}
labels: [System]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#System_Preferences']
Expand Down Expand Up @@ -866,10 +866,10 @@ sources:
attributes: {paths: ['%%users.homedir%%/.Trash/*']}
labels: [Users]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc.']
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Misc']
---
name: MacOSUtmpFile
doc: Mac OS X utmp and wmtp login record file.
doc: Mac OS utmp and wmtp login record file.
sources:
- type: FILE
attributes:
Expand All @@ -883,7 +883,7 @@ supported_os: [Darwin]
urls: ['https://github.com/libyal/dtformats/blob/main/documentation/Utmp%20login%20records%20format.asciidoc']
---
name: MacOSUtmpxFile
doc: Mac OS X 10.5 utmpx login record file.
doc: Mac OS 10.5 utmpx login record file.
sources:
- type: FILE
attributes:
Expand All @@ -904,7 +904,7 @@ supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Networking']
---
name: MacOSFSEvents
doc: Mac OS X file system event log
doc: Mac OS file system event log
sources:
- type: FILE
attributes: {paths: ['/.fseventsd/*']}
Expand Down

0 comments on commit 0f657bb

Please sign in to comment.