Skip to content

Hide Navigation Hide TOC

Login Item - T1162 (36675cd3-fe00-454c-8516-aebecacbe9d9)

MacOS provides the option to list specific applications to run when a user logs in. These applications run under the logged in user's context, and will be started every time the user logs in. Login items installed using the Service Management Framework are not visible in the System Preferences and can only be removed by the application that created them (Citation: Adding Login Items). Users have direct control over login items installed using a shared file list which are also visible in System Preferences (Citation: Adding Login Items). These login items are stored in the user's ~/Library/Preferences/ directory in a plist file called com.apple.loginitems.plist (Citation: Methods of Mac Malware Persistence). Some of these applications can open visible dialogs to the user, but they don’t all have to since there is an option to ‘Hide’ the window. If an adversary can register their own login item or modified an existing one, then they can use it to execute their code for a persistence mechanism each time the user logs in (Citation: Malware Persistence on OS X) (Citation: OSX.Dok Malware). The API method SMLoginItemSetEnabled can be used to set Login Items, but scripting languages like AppleScript can do this as well (Citation: Adding Login Items).

Cluster A Galaxy A Cluster B Galaxy B Level
Login Item - T1162 (36675cd3-fe00-454c-8516-aebecacbe9d9) Attack Pattern Plist Modification - T1547.011 (6747daa2-3533-4e78-8fb8-446ebb86448a) Attack Pattern 1
Plist File Modification - T1647 (7d20fff9-8751-404e-badd-ccd71bda0236) Attack Pattern Plist Modification - T1547.011 (6747daa2-3533-4e78-8fb8-446ebb86448a) Attack Pattern 2