ET WEB_SERVER Possible WebLogic Admin Login With Default Creds


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/console/j_security_check"; nocase;
http.request_body;
content:"j_username=system";
content:"j_password=password";
Raw source ET WEB_SERVER Possible WebLogic Admin Login With Default Creds · 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 -> $HOME_NET any (
    msg:"ET WEB_SERVER Possible WebLogic Admin Login With Default Creds";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/console/j_security_check"; nocase;
    http.request_body;
    content:"j_username=system";
    content:"j_password=password";
    reference:url,media.blackhat.com/us-13/US-13-Polyakov-Practical-Pentesting-of-ERPs-and-Business-Applications-Slides.pdf;
    classtype:attempted-admin;
    sid:2017804; rev:4;
    metadata:created_at 2013_12_06, confidence Medium, signature_severity Minor, updated_at 2020_04_27;
)

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.