Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions tools/yara/packer.yara
Original file line number Diff line number Diff line change
Expand Up @@ -10210,16 +10210,6 @@ condition:
}


rule Armadillov171
{
strings:
$a0 = { 55 8B EC 6A FF 68 ?? ?? ?? ?? 68 ?? ?? ?? ?? 64 A1 }

condition:
$a0 at entrypoint
}


rule KBySV022shoooo
{
strings:
Expand Down Expand Up @@ -14517,14 +14507,15 @@ condition:
}


/* false positive - https://www.zscaler.com/blogs/research/your-windows-8-packed
rule Armadillov1xxv2xx
{
strings:
$a0 = { 55 8B EC 53 8B 5D 08 56 8B 75 0C 57 8B 7D 10 85 F6 }

condition:
$a0 at entrypoint
}
}*/


rule HACKSTOPv111c
Expand Down