ET EXPLOIT Open MGate Device


Query · suricata

flow:established,from_server;
content:"Model name|20|";
pcre:"/^\x20+\x3a\x20MGate/R";
content:"|0d 00 0a|MAC address|20|"; distance:0;
pcre:"/^\x20+\x3a\x20(?:[0-9A-F]{2}\x3a){5}[0-9A-F]{2}\x0d\x00\x0a/R";
Raw source ET EXPLOIT Open MGate Device · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any !80 -> $HOME_NET any (
    msg:"ET EXPLOIT Open MGate Device";
    flow:established,from_server;
    content:"Model name|20|";
    pcre:"/^\x20+\x3a\x20MGate/R";
    content:"|0d 00 0a|MAC address|20|"; distance:0;
    pcre:"/^\x20+\x3a\x20(?:[0-9A-F]{2}\x3a){5}[0-9A-F]{2}\x0d\x00\x0a/R";
    classtype:successful-admin;
    sid:2022732; rev:2;
    metadata:created_at 2016_04_14, signature_severity Major, updated_at 2019_07_26;
)

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.