ET POLICY Radmin Remote Control Session Authentication Response


Query · suricata

flowbits:isset,BE.Radmin.Auth.Challenge;
flow:established,from_server;
dsize:<20;
content:"|01 00 00 00 05 00 00 00 27 27 00 00 00 00|";

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET POLICY Radmin Remote Control Session Authentication Response · 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 1024:65535 -> $EXTERNAL_NET any (
    msg:"ET POLICY Radmin Remote Control Session Authentication Response";
    flowbits:isset,BE.Radmin.Auth.Challenge;
    flow:established,from_server;
    dsize:<20;
    content:"|01 00 00 00 05 00 00 00 27 27 00 00 00 00|";
    reference:url,www.radmin.com;
    classtype:not-suspicious;
    sid:2003482; rev:6;
    metadata:created_at 2010_07_30, confidence High, signature_severity Informational, 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.