mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-20 12:30:44 +00:00
Add TTP details from https://www.sentinelone.com/blog/backdoor-activator-malware-running-rife-through-torrents-of-macos-apps/
This commit is contained in:
parent
23a0e572df
commit
25c579aa1d
@ -109,6 +109,7 @@ WHERE
|
||||
OR p0_cmd LIKE '%touch%acmr%'
|
||||
OR p0_cmd LIKE '%touch -r%'
|
||||
OR p0_cmd LIKE '%ld.so.preload%'
|
||||
OR p0_cmd LIKE 'killall%NotificationCenter'
|
||||
OR p0_cmd LIKE '%urllib.urlopen%'
|
||||
OR p0_cmd LIKE '%nohup%tmp%'
|
||||
OR p0_cmd LIKE '%killall Terminal%'
|
||||
|
@ -86,6 +86,7 @@ WHERE
|
||||
'/usr/bin/openssl',
|
||||
'/usr/bin/security',
|
||||
'/usr/bin/sqlite3',
|
||||
'/usr/sbin/spctl',
|
||||
'/usr/bin/sw_vers',
|
||||
'/usr/bin/unzip',
|
||||
'/usr/bin/uuidgen',
|
||||
|
Loading…
Reference in New Issue
Block a user