Merge pull request #306 from tstromberg/apt36-desktop

Improve base64/crontab detection
This commit is contained in:
Thomas Strömberg 2023-09-14 16:43:47 -04:00 committed by GitHub
commit e97f2fd344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,8 @@ WHERE
OR p0_cmd LIKE '%rm -rf /boot%'
OR p0_cmd LIKE '%nohup /bin/bash%'
OR p0_cmd LIKE '%echo%|%base64 --decode %|%'
OR p0_cmd LIKE '%echo%|%base64 -d %|%'
OR p0_cmd LIKE '%@reboot%crontab%'
OR p0_cmd LIKE '%UserKnownHostsFile=/dev/null%' -- Crypto miners
OR p0_cmd LIKE '%monero%'
OR p0_cmd LIKE '%nanopool%'

View File

@ -128,6 +128,7 @@ WHERE
AND p0_cmd NOT LIKE '% history'
)
OR p0_cmd LIKE '%echo%|%base64 --decode %|%'
OR p0_cmd LIKE '%echo%|%base64 -d %|%'
OR p0_cmd LIKE '%launchctl bootout%'
OR p0_cmd LIKE '%chflags uchg%'
OR (