Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable PEiD Armadillo packer false positive #350

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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: 3 additions & 1 deletion packers/packer.yar
Original file line number Diff line number Diff line change
Expand Up @@ -17191,6 +17191,8 @@ condition:
}


/* false positive - https://www.zscaler.com/blogs/research/your-windows-8-packed

rule Armadillov1xxv2xx
{
meta:
Expand All @@ -17200,7 +17202,7 @@ strings:

condition:
$a0 at pe.entry_point
}
}*/


rule HACKSTOPv111c
Expand Down
6 changes: 4 additions & 2 deletions packers/peid.yar
Original file line number Diff line number Diff line change
Expand Up @@ -5928,14 +5928,15 @@ rule Armadillo_v310: PEiD

}

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

}
}*/

rule DOS32_v33_DOS_Extender_and_Loader_Hint_DOS_EP: PEiD
{
Expand Down Expand Up @@ -39949,14 +39950,15 @@ rule MCLOCK_13: PEiD

}

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

}
}*/

rule Lattice_C_v101: PEiD
{
Expand Down