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;
)