Last active
May 4, 2017 17:11
-
-
Save keithmccammon/c49efcba4c63df9b97ff68351e5fd233 to your computer and use it in GitHub Desktop.
A cb-response-surveyor (https://github.com/redcanaryco/cb-response-surveyor) definition file to look for Snake malware as seen in https://blog.fox-it.com/2017/05/03/snake-coming-soon-in-mac-os-x-flavour/.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Snake Files": { | |
"filemod": [".gdm-selinux", | |
".gdm-socket", | |
".ur-*", | |
"/Library/Scripts/queue", | |
"/Library/Scripts/installd.sh", | |
"/Library/LaunchDaemons/com.adobe.update.plist"] | |
}, | |
"Snake Network": { | |
"domain": ["car-service.effers.com"] | |
}, | |
"Snake IP": { | |
"ipaddr": ["83.229.87.11"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment