SUSP_PY_PYInstaller_Swiper_Jun25
Description
Detects suspicious Python based executable with similarities to a known disk wiper
Query · yara
strings:
$a1 = "bzlib1.dll" ascii fullword
$a2 = "VCRUNTIME140_1.dll" wide fullword
$a3 = "%s%c%s.exe" ascii fullword
$sc1 = { 73 77 69 70 65 72 00 00 00 } // "swiper\0\0\0"
condition:
uint16(0) == 0x5a4d
and filesize < 40000KB
and all of them