ET WEB_SPECIFIC_APPS PeopleSoft Portal Command with Default Creds


Query · suricata

flow:to_server,established;
http.uri;
content:"cmd="; nocase;
content:"pwd=dayoff"; nocase; fast_pattern;
pcre:"/[&?]pwd=dayoff(?:&|$)/i";
pcre:"/[&?]cmd=/i";
Raw source ET WEB_SPECIFIC_APPS PeopleSoft Portal Command 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_SPECIFIC_APPS PeopleSoft Portal Command with Default Creds";
    flow:to_server,established;
    http.uri;
    content:"cmd="; nocase;
    content:"pwd=dayoff"; nocase; fast_pattern;
    pcre:"/[&?]pwd=dayoff(?:&|$)/i";
    pcre:"/[&?]cmd=/i";
    reference:url,media.blackhat.com/us-13/US-13-Polyakov-Practical-Pentesting-of-ERPs-and-Business-Applications-Slides.pdf;
    classtype:attempted-admin;
    sid:2017801; rev:5;
    metadata:created_at 2013_12_06, signature_severity Major, updated_at 2020_09_22;
)

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.