CN_Honker_Intersect2_Beta
Description
Script from disclosed CN Honker Pentest Toolset - file Intersect2-Beta.py
Query · yara
strings:
$s1 = "os.system(\"ls -alhR /home > AllUsers.txt\")" fullword ascii /* PEStudio Blacklist: strings */
$s2 = "os.system('getent passwd > passwd.txt')" fullword ascii /* PEStudio Blacklist: strings */
$s3 = "os.system(\"rm -rf credentials/\")" fullword ascii /* PEStudio Blacklist: strings */
condition:
uint16(0) == 0x2123 and filesize < 50KB and 2 of them