ET CHAT IRC PONG response


Query · suricata

flow:from_client,established;
content:"PONG|20|"; depth:5;
flowbits:set,is_proto_irc;

Rule dependencies

Feeds into

  • 15 rules read is_proto_irc · view all
Raw source ET CHAT IRC PONG 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 any any -> any 6666:7000 (
    msg:"ET CHAT IRC PONG response";
    flow:from_client,established;
    content:"PONG|20|"; depth:5;
    flowbits:set,is_proto_irc;
    classtype:misc-activity;
    sid:2002028; rev:20;
    metadata:created_at 2010_07_30, signature_severity Informational, updated_at 2020_08_19;
)

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.