ET MALWARE AntiVirus exe Download Likely FakeAV Install


Query · suricata

flow:established,from_server;
http.header;
content:"|0D 0A|Content-Disposition|3a| attachment|3B| filename=|22|";
content:"AntiVirus"; within:24; nocase;
content:".exe"; within:24;
Raw source ET MALWARE AntiVirus exe Download Likely FakeAV Install · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE AntiVirus exe Download Likely FakeAV Install";
    flow:established,from_server;
    http.header;
    content:"|0D 0A|Content-Disposition|3a| attachment|3B| filename=|22|";
    content:"AntiVirus"; within:24; nocase;
    content:".exe"; within:24;
    classtype:trojan-activity;
    sid:2013827; rev:7;
    metadata:created_at 2011_11_05, confidence Medium, signature_severity Major, updated_at 2020_04_22;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.