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
4 changes: 2 additions & 2 deletions support/yara_patterns/tools/pe/x86/packers.yara
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ rule AppPacker_1_3_x {
$h01 at pe.overlay.offset
}

rule blizzard_protector {
rule aegis_protector {
meta:
tool = "P"
name = "BlizzardProtector"
name = "Aegis Protector by Blizzard"
version = "1.0"
condition:
filesize > 5MB and
Expand Down
Loading