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;
)