ET WEB_SPECIFIC_APPS Jenkins Script Console Authenticated Session


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/script"; nocase;
http.cookie;
content:"remember-me|3d|"; fast_pattern;
content:"JSESSIONID|3d|";
http.content_type;
content:"application/x-www-form-urlencoded";
http.header;
content:"Jenkins-Crumb|3a 20|";
http.request_body;
content:"script|3d|";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Jenkins Script Console Authenticated Session · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS Jenkins Script Console Authenticated Session";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/script"; nocase;
    http.cookie;
    content:"remember-me|3d|"; fast_pattern;
    content:"JSESSIONID|3d|";
    http.content_type;
    content:"application/x-www-form-urlencoded";
    http.header;
    content:"Jenkins-Crumb|3a 20|";
    http.request_body;
    content:"script|3d|";
    reference:url,www.jenkins.io/doc/book/managing/script-console/;
    classtype:web-application-activity;
    sid:2055761; rev:1;
    metadata:affected_product Jenkins, attack_target Web_Server, tls_state plaintext, created_at 2024_09_06, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, updated_at 2024_09_06, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    target:dest_ip;
)

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.