Skip to content

Commit

Permalink
Added new detection for hacking team
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbutter committed Mar 1, 2016
1 parent 58635e3 commit 7b77288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packs/osx-attacks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
"description" : "Detect RAT used by Hacking Team",
"value" : "Artifact used by this malware"
},
"HackingTeam_Mac_Persistence": {
"query": "select * from file where directory like '/Users/%/Library/Preferences/8pHbqThW%';",
"interval": "86400",
"description": "Detection persistency by Hacking Team",
"value": "Artifact used by Hacking Team"
},
"xprotect_reports": {
"query": "select * from xprotect_reports;",
"interval": 1200,
Expand Down

0 comments on commit 7b77288

Please sign in to comment.