ET MALWARE Faked Russian Opera UA without Accept - probable downloader


Query · suricata

flow:established,to_server;
flowbits:set,et.exploitkitlanding;
http.header_names;
content:!"Accept|0d 0a|";
http.user_agent;
content:"Opera/9.80"; depth:10;
content:"Edition Yx|3b| ru"; fast_pattern; distance:0;

Rule dependencies

Feeds into

  • 7 rules read et.exploitkitlanding · view all
Raw source ET MALWARE Faked Russian Opera UA without Accept - probable downloader · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Faked Russian Opera UA without Accept - probable downloader";
    flow:established,to_server;
    flowbits:set,et.exploitkitlanding;
    http.header_names;
    content:!"Accept|0d 0a|";
    http.user_agent;
    content:"Opera/9.80"; depth:10;
    content:"Edition Yx|3b| ru"; fast_pattern; distance:0;
    classtype:trojan-activity;
    sid:2016034; rev:4;
    metadata:created_at 2012_12_14, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_24;
)

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.