ET CHAT IRC PING command


Query · suricata

flow:from_server,established;
content:"PING|20|";
flowbits:set,is_proto_irc;

Rule dependencies

Feeds into

  • 15 rules read is_proto_irc · view all
Raw source ET CHAT IRC PING command · 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 6666:7000 -> any any (
    msg:"ET CHAT IRC PING command";
    flow:from_server,established;
    content:"PING|20|";
    flowbits:set,is_proto_irc;
    classtype:misc-activity;
    sid:2002027; rev:16;
    metadata:created_at 2010_07_30, 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.