gen_python_encoded_adware
Description
Encoded Python payload for adware
Query · yara
strings:
$r1 = "=__import__(\"base64\").b64decode"
/* $r2 = ")))))" */
$s1 = "bytes(map(lambda"
$s2 = "[1]^"
condition:
filesize < 100KB
and @r1 < 100
// and @r2 > (filesize - 30)
and all of them