ET WEB_SPECIFIC_APPS e107 CMS backdoor access admin-access cookie and HTTP POST


Query · suricata

flow:established,to_server;
content:"POST "; nocase; depth:5;
content:"|0d 0a|Cookie\: "; nocase;
content:"admin-access=";
content:"e107language_";
pcre:"/Cookie: .*admin-access=/i";
Raw source ET WEB_SPECIFIC_APPS e107 CMS backdoor access admin-access cookie and HTTP POST · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (
    msg:"ET WEB_SPECIFIC_APPS e107 CMS backdoor access admin-access cookie and HTTP POST";
    flow:established,to_server;
    content:"POST "; nocase; depth:5;
    content:"|0d 0a|Cookie\: "; nocase;
    content:"admin-access=";
    content:"e107language_";
    pcre:"/Cookie: .*admin-access=/i";
    reference:url,seclists.org/fulldisclosure/2010/Jan/480;
    reference:url,www.e107.org/news.php;
    classtype:attempted-admin;
    sid:2010719; rev:3;
    metadata:created_at 2010_07_30, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.