ET WEB_SPECIFIC_APPS Jenkins Script Console Usage (Can be Used to Spawn Shell)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/script"; nocase;
pcre:"/^\/?$/R";
http.request_body;
content:"script"; nocase;
content:"Submit"; nocase;
content:"Runtime"; nocase;
content:"getRuntime"; nocase; distance:0;
content:".exec"; nocase;
Raw source ET WEB_SPECIFIC_APPS Jenkins Script Console Usage (Can be Used to Spawn Shell) · 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 Jenkins Script Console Usage (Can be Used to Spawn Shell)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/script"; nocase;
    pcre:"/^\/?$/R";
    http.request_body;
    content:"script"; nocase;
    content:"Submit"; nocase;
    content:"Runtime"; nocase;
    content:"getRuntime"; nocase; distance:0;
    content:".exec"; nocase;
    classtype:attempted-user;
    sid:2016294; rev:11;
    metadata:created_at 2013_01_25, signature_severity Major, updated_at 2020_04_23;
)

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.