ET EXPLOIT Possible Misfortune Cookie RomPager Server banner


Query · suricata

flow:established,from_server;
flowbits:isset,ET.Misfortune_Cookie;
http.server;
content:"RomPager"; nocase; startswith;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Possible Misfortune Cookie RomPager Server banner · 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 [$HTTP_PORTS,7547] -> any any (
    msg:"ET EXPLOIT Possible Misfortune Cookie RomPager Server banner";
    flow:established,from_server;
    flowbits:isset,ET.Misfortune_Cookie;
    http.server;
    content:"RomPager"; nocase; startswith;
    reference:url,mis.fortunecook.ie/too-many-cooks-exploiting-tr069_tal-oppenheim_31c3.pdf;
    classtype:trojan-activity;
    sid:2020101; rev:3;
    metadata:created_at 2015_01_06, confidence Medium, 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.