Fix broken updates to exotic-commands-macos

This commit is contained in:
Thomas Stromberg 2023-02-09 17:06:09 -05:00
parent a8ed058d4d
commit a1105fec93
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ WHERE
OR REGEX_MATCH (p.name, "(pwn|xig|xmr)", 1) != "" -- malicious processes
OR REGEX_MATCH (
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
) != "" -- suspicious things
OR REGEX_MATCH (

View File

@ -189,7 +189,7 @@ WHERE
'Software Signing'
) -- Locally built executables
AND NOT (
signature.identifier = "a.out"
s.identifier = "a.out"
AND homedir LIKE '~/%'
AND pp.name LIKE '%sh'
AND p1.name LIKE '%sh'
)