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"; nocase;
content:"j_password=Passw0rd";
reference:url,media.blackhat.com/us-13/US-13-Polyakov-Practical-Pentesting-of-ERPs-and-Business-Applications-Slides.pdf;
classtype:attempted-admin;
sid:2017803; rev:5;
metadata:created_at 2013_12_06, confidence Medium, signature_severity Major, updated_at 2020_04_27;
)