ET EXPLOIT XXL-Job RCE


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/run";
http.request_body;
content:"GLUE_SHELL"; nocase; fast_pattern;
content:"glueSource"; nocase;
content:"glueUpdatetime"; nocase;
Raw source ET EXPLOIT XXL-Job RCE · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT XXL-Job RCE";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/run";
    http.request_body;
    content:"GLUE_SHELL"; nocase; fast_pattern;
    content:"glueSource"; nocase;
    content:"glueUpdatetime"; nocase;
    reference:url,github.com/jas502n/xxl-job;
    reference:url,blogs.juniper.net/en-us/threat-research/sysrv-botnet-expands-and-gains-persistence;
    classtype:attempted-admin;
    sid:2033115; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2021_06_08, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_06_08;
)

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.