# Launch Agent MITRE ATT&CK Technique: [T1159](https://attack.mitre.org/wiki/Technique/T1159) Input: Filename: .client (Place within any directory, it will need to be referenced in the plist) osascript -e 'tell app "Finder" to display dialog "Hello World"' Place the following in a new file under ~/Library/LaunchAgents as com.atomicredteam.plist KeepAlive Label com.client.client ProgramArguments /Users//.client RunAtLoad NSUIElement 1 Launch: launchctl load -w ~/Library/LaunchAgents/com.atomicredteam.plist