xDedic_SysScan_unpacked
Description
Detects SysScan APT tool
Query · yara
strings:
$a1 = "/c ping -n 2 127.0.0.1 & del \"SysScan.exe\"" ascii wide
$a2 = "SysScan DEBUG Mode!!!" ascii wide
$a3 = "This rechecking? (set 0/1 or press enter key)" ascii wide
$a4 = "http://37.49.224.144:8189/manual_result" ascii wide
$b1 = "Checker end work!" ascii wide
$b2 = "Trying send result..." ascii wide
condition:
uint16(0) == 0x5A4D and filesize < 5000000 and ( any of ($a*) or all of ($b*) )