ET EXPLOIT Possible ELEFANTE/ElephantBeetle WebShell Access Inbound


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:".jsp";
content:"zc="; distance:0; fast_pattern;
Raw source ET EXPLOIT Possible ELEFANTE/ElephantBeetle WebShell Access Inbound · 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 Possible ELEFANTE/ElephantBeetle WebShell Access Inbound";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:".jsp";
    content:"zc="; distance:0; fast_pattern;
    reference:url,blog.sygnia.co/elephant-beetle-an-organized-financial-theft-operation;
    classtype:web-application-attack;
    sid:2034861; rev:1;
    metadata:created_at 2022_01_10, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_01_10;
)

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.