Unverified Commit 2ebbfd2c by mmorenog Committed by GitHub

Create MALW_Volgmer.yar

parent be86d299
rule volgmer
{
meta:
description = "Malformed User Agent"
ref = "https://www.us-cert.gov/ncas/alerts/TA17-318B"
strings:
$s = "Mozillar/"
condition:
(uint16(0) == 0x5A4D and uint16(uint32(0x3c)) == 0x4550) and $s
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment