ET WEB_SERVER PHPMyAdmin BackDoor Access


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/server_sync.php?"; fast_pattern;
content:"c=";
pcre:"/\/server_sync.php\?(?:.+?&)?c=/i";
Raw source ET WEB_SERVER PHPMyAdmin BackDoor Access · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER PHPMyAdmin BackDoor Access";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/server_sync.php?"; fast_pattern;
    content:"c=";
    pcre:"/\/server_sync.php\?(?:.+?&)?c=/i";
    reference:url,www.phpmyadmin.net/home_page/security/PMASA-2012-5.php;
    classtype:attempted-admin;
    sid:2015737; rev:8;
    metadata:created_at 2012_09_26, signature_severity Major, updated_at 2020_09_25;
)

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.