Skip to content

Commit

Permalink
Extended sources of MacOS startup and login definitions (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spferical authored Jan 19, 2024
1 parent f595e50 commit b43c274
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions artifacts/data/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,18 @@ name: MacOSLoginWindowPlistFile
doc: Log-in window information property list (plist) file
sources:
- type: FILE
attributes: {paths: ['/Library/Preferences/com.apple.loginwindow.plist']}
attributes:
paths:
- '/Library/Preferences/com.apple.loginwindow.plist'
- '%%users.homedir%%/Library/Preferences/ByHost/com.apple.loginwindow.plist'
- '%%users.homedir%%/Library/Preferences/ByHost/com.apple.loginwindow.*.plist'
- '/var/root/Library/Preferences/com.apple.loginwindow.plist'
- '/private/var/root/Library/Preferences/com.apple.loginwindow.plist'
supported_os: [Darwin]
urls: ['https://forensics.wiki/mac_os_x_10.9_artifacts_location#system-preferences']
urls:
- 'https://forensics.wiki/mac_os_x_10.9_artifacts_location#system-preferences'
- 'https://taomm.org/PDFs/vol1/CH%200x02%20Persistence.pdf'
- 'https://developer.apple.com/documentation/devicemanagement/loginwindowscripts'
---
name: MacOSMailAccounts
doc: Mail Accounts. Until now only V2, V3 and V5 have been observed.
Expand Down Expand Up @@ -756,10 +765,12 @@ sources:
- type: FILE
attributes:
paths:
- '/Library/StartupItems/*.plist'
- '/System/Library/StartupItems/*.plist'
- '/Library/StartupItems/**/*.plist'
- '/System/Library/StartupItems/**/*.plist'
supported_os: [Darwin]
urls: ['https://forensics.wiki/mac_os_x_10.9_artifacts_location#autorun-locations']
urls:
- 'https://forensics.wiki/mac_os_x_10.9_artifacts_location#autorun-locations'
- 'https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/StartupItems.html'
---
name: MacOSSwapFile
aliases: [MacOSSwapFiles]
Expand Down Expand Up @@ -954,9 +965,17 @@ aliases: [MacOSUserLoginItems]
doc: User login items property list (plist) file.
sources:
- type: FILE
attributes: {paths: ['%%users.homedir%%/Library/Preferences/com.apple.loginitems.plist']}
attributes:
paths:
- '%%users.homedir%%/Library/Preferences/com.apple.loginitems.plist'
- '%%users.homedir%%/Library/Application Support/com.apple.backgroundtaskmanagementagent/backgrounditems.btm'
- '/private/var/db/com.apple.backgroundtaskmanagement/BackgroundItems-v*.btm'
- '/var/db/com.apple.backgroundtaskmanagement/BackgroundItems-v*.btm'

supported_os: [Darwin]
urls: ['https://forensics.wiki/mac_os_x_10.9_artifacts_location#autorun-locations-2']
urls:
- 'https://forensics.wiki/mac_os_x_10.9_artifacts_location#autorun-locations-2'
- 'https://objective-see.org/blog/blog_0x31.html'
---
name: MacOSUserMoviesDirectory
doc: Contents of the user Movies directories.
Expand Down

0 comments on commit b43c274

Please sign in to comment.