ET EXPLOIT TrendMicro node.js HTTP RCE Exploit Inbound (openUrlInDefaultBrowser)


Query · suricata

flow:from_server,established;
file_data;
content:"XMLHttpRequest"; nocase;
content:"|3a|49155/api/openUrlInDefaultBrowser?"; fast_pattern;
Raw source ET EXPLOIT TrendMicro node.js HTTP RCE Exploit Inbound (openUrlInDefaultBrowser) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT TrendMicro node.js HTTP RCE Exploit Inbound (openUrlInDefaultBrowser)";
    flow:from_server,established;
    file_data;
    content:"XMLHttpRequest"; nocase;
    content:"|3a|49155/api/openUrlInDefaultBrowser?"; fast_pattern;
    reference:url,code.google.com/p/google-security-research/issues/detail?id=693;
    classtype:attempted-user;
    sid:2022352; rev:3;
    metadata:created_at 2016_01_13, confidence Medium, signature_severity Major, updated_at 2019_10_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.