Fix broken updates to exotic-commands-macos
This commit is contained in:
parent
a8ed058d4d
commit
a1105fec93
|
@ -74,7 +74,7 @@ WHERE
|
||||||
OR REGEX_MATCH (p.name, "(pwn|xig|xmr)", 1) != "" -- malicious processes
|
OR REGEX_MATCH (p.name, "(pwn|xig|xmr)", 1) != "" -- malicious processes
|
||||||
OR REGEX_MATCH (
|
OR REGEX_MATCH (
|
||||||
p.cmdline,
|
p.cmdline,
|
||||||
"(sshd|bitspin|lushput|incbit|traitor|msfvenom|urllib.urlopen|nohup.*tmp|chrome.*--load-extension|tail -f /dev/null|)",
|
"(bitspin|lushput|incbit|traitor|msfvenom|urllib.urlopen|nohup.*tmp|chrome.*--load-extension|tail -f /dev/null|)",
|
||||||
1
|
1
|
||||||
) != "" -- suspicious things
|
) != "" -- suspicious things
|
||||||
OR REGEX_MATCH (
|
OR REGEX_MATCH (
|
||||||
|
|
|
@ -189,7 +189,7 @@ WHERE
|
||||||
'Software Signing'
|
'Software Signing'
|
||||||
) -- Locally built executables
|
) -- Locally built executables
|
||||||
AND NOT (
|
AND NOT (
|
||||||
signature.identifier = "a.out"
|
s.identifier = "a.out"
|
||||||
AND homedir LIKE '~/%'
|
AND homedir LIKE '~/%'
|
||||||
AND pp.name LIKE '%sh'
|
AND p1.name LIKE '%sh'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue