GPL CHAT IRC DCC chat request


Query · suricata

flow:to_server,established;
content:"PRIVMSG "; depth:8; nocase;
content:" |3A|.DCC CHAT chat"; nocase;
flowbits:set,is_proto_irc;

Rule dependencies

Feeds into

  • 15 rules read is_proto_irc · view all
Raw source GPL CHAT IRC DCC chat request · 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 any -> $EXTERNAL_NET 6666:7000 (
    msg:"GPL CHAT IRC DCC chat request";
    flow:to_server,established;
    content:"PRIVMSG "; depth:8; nocase;
    content:" |3A|.DCC CHAT chat"; nocase;
    flowbits:set,is_proto_irc;
    classtype:policy-violation;
    sid:2101640; rev:10;
    metadata:created_at 2010_09_23, 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.