ET MALWARE Filename svchost.exe Download - Common Hostile Filename


Query · suricata

flow:established,to_client;
http.header;
content:"filename=";
content:"svchost.exe"; nocase; fast_pattern; within:11;
pcre:"/^Content-Disposition\x3a attachment\x3b filename=[\x27\x22]svchost\.exe[\x22\x27]\r\n/mi";
Raw source ET MALWARE Filename svchost.exe Download - Common Hostile Filename · 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 Filename svchost.exe Download - Common Hostile Filename";
    flow:established,to_client;
    http.header;
    content:"filename=";
    content:"svchost.exe"; nocase; fast_pattern; within:11;
    pcre:"/^Content-Disposition\x3a attachment\x3b filename=[\x27\x22]svchost\.exe[\x22\x27]\r\n/mi";
    classtype:trojan-activity;
    sid:2020198; rev:6;
    metadata:created_at 2015_01_16, signature_severity Major, updated_at 2020_05_14;
)

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.