alert http $EXTERNAL_NET any -> $HOME_NET any (
msg:"ET WEB_SERVER Possible WebLogic Operator 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=operator";
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-user;
sid:2017806; rev:3;
metadata:created_at 2013_12_06, confidence Medium, signature_severity Minor, updated_at 2020_04_27;
)