ET EXPLOIT Possible Misfortune Cookie - SET


Query · suricata

flow:established,to_server;
content:"Cookie|3a| C"; nocase;
pcre:"/^[0-9][^=]/R";
flowbits:set,ET.Misfortune_Cookie;
flowbits:noalert;

Rule dependencies

Feeds into

  • 1 rule read ET.Misfortune_Cookie · view all
Raw source ET EXPLOIT Possible Misfortune Cookie - SET · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> any [$HTTP_PORTS,7547] (
    msg:"ET EXPLOIT Possible Misfortune Cookie - SET";
    flow:established,to_server;
    content:"Cookie|3a| C"; nocase;
    pcre:"/^[0-9][^=]/R";
    flowbits:set,ET.Misfortune_Cookie;
    flowbits:noalert;
    reference:url,mis.fortunecook.ie/too-many-cooks-exploiting-tr069_tal-oppenheim_31c3.pdf;
    classtype:trojan-activity;
    sid:2020100; rev:3;
    metadata:created_at 2015_01_06, performance_impact Significant, confidence Medium, signature_severity Major, updated_at 2024_04_08;
)

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.