ET HUNTING Possible Node.js REPL Shell Banner - Bind Shell


Query · suricata

flow:established,to_client;
content:"Welcome to Node.js";
target:src_ip;
Raw source ET HUNTING Possible Node.js REPL Shell Banner - Bind Shell · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> any any (
    msg:"ET HUNTING Possible Node.js REPL Shell Banner - Bind Shell";
    flow:established,to_client;
    content:"Welcome to Node.js";
    reference:url,nodejs.dev/en/learn/how-to-use-the-nodejs-repl/;
    classtype:bad-unknown;
    sid:2046628; rev:1;
    metadata:attack_target Client_and_Server, created_at 2023_06_22, deployment Perimeter, performance_impact Low, confidence Low, signature_severity Major, tag Node_Bind_Shell, updated_at 2023_06_22;
    target:src_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.