ET MALWARE J-Spy JSP webshell response


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.response_body;
content:"File Manager";
content:"Database Manager";
content:"Port Scan";
content:"Execute Command";
content:"J-spy Root"; fast_pattern;
Raw source ET MALWARE J-Spy JSP webshell response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE J-Spy JSP webshell response";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"File Manager";
    content:"Database Manager";
    content:"Port Scan";
    content:"Execute Command";
    content:"J-spy Root"; fast_pattern;
    reference:url,github.com/dingody/jspy;
    classtype:trojan-activity;
    sid:2036647; rev:1;
    metadata:attack_target Web_Server, created_at 2022_05_20, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_05_20;
)

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.