ET POLICY Radmin Remote Control Session Authentication Initiate


Query · suricata

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

Rule dependencies

Feeds into

  • 1 rule read BE.Radmin.Auth.Challenge · view all
Raw source ET POLICY Radmin Remote Control Session Authentication Initiate · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 1024:65535 (
    msg:"ET POLICY Radmin Remote Control Session Authentication Initiate";
    flow:established,to_server;
    dsize:<20;
    content:"|01 00 00 00 05 00 00 02 27 27 02 00 00 00|";
    flowbits:set,BE.Radmin.Auth.Challenge;
    reference:url,www.radmin.com;
    classtype:not-suspicious;
    sid:2003481; rev:5;
    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.