diff --git a/atomics/T1168/T1168.md b/atomics/T1168/T1168.md index bad88389..8d0c11da 100644 --- a/atomics/T1168/T1168.md +++ b/atomics/T1168/T1168.md @@ -85,39 +85,9 @@ This test adds persistence via a plist to execute via the macOS Event Monitor Da **Supported Platforms:** macOS, Linux -#### Run it with these steps! 1. Place this file in /etc/emond.d/rules/atomicredteam.plist - - - - - - name - atomicredteam - enabled - - eventTypes - - startup - - actions - - - command - /usr/bin/say - user - root - arguments - - -v Tessa - I am a persistent startup item. - - type - RunCommand - - - - - +#### Run it with these steps! + +1. Copy src/atomicredteam.plist into /etc/emond.d/rules/atomicredteam.plist 2. Place an empty file in /private/var/db/emondClients/ diff --git a/atomics/T1168/src/atomicredteam.plist b/atomics/T1168/src/atomicredteam.plist new file mode 100644 index 00000000..62bdcff4 --- /dev/null +++ b/atomics/T1168/src/atomicredteam.plist @@ -0,0 +1,32 @@ + + + + + + name + atomicredteam + enabled + + eventTypes + + startup + + actions + + + command + /usr/bin/say + user + root + arguments + + -v Tessa + I am a persistent startup item. + + type + RunCommand + + + + +