ET WEB_SPECIFIC_APPS Blind Server-Side Request Forgery


Query · suricata

flow:established,to_server;
http.uri;
content:"/xmlrpc/pingback"; endswith;
http.request_body;
content:"<methodCall>";
content:"<methodName>pingback.ping</methodName>"; fast_pattern;
content:"<value>http://";
content:"<value>http://"; distance:0;
Raw source ET WEB_SPECIFIC_APPS Blind Server-Side Request Forgery · 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_SPECIFIC_APPS Blind Server-Side Request Forgery";
    flow:established,to_server;
    http.uri;
    content:"/xmlrpc/pingback"; endswith;
    http.request_body;
    content:"<methodCall>";
    content:"<methodName>pingback.ping</methodName>"; fast_pattern;
    content:"<value>http://";
    content:"<value>http://"; distance:0;
    reference:url,exploit-db.com/raw/44945/;
    classtype:attempted-user;
    sid:2025759; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2018_06_27, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_09_16;
)

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.