ET CHAT GaduGadu Chat Client Login Packet


Query · suricata

flowbits:isset,ET.gadu.welcome;
flow:established,to_server;
dsize:<50;
content:"|15 00 00 00|"; depth:4;
flowbits:set,ET.gadu.loginsent;

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

Feeds into

  • 2 rules read ET.gadu.loginsent · view all
Raw source ET CHAT GaduGadu Chat Client Login Packet · 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 8074 (
    msg:"ET CHAT GaduGadu Chat Client Login Packet";
    flowbits:isset,ET.gadu.welcome;
    flow:established,to_server;
    dsize:<50;
    content:"|15 00 00 00|"; depth:4;
    flowbits:set,ET.gadu.loginsent;
    reference:url,piotr.trzcionkowski.pl/default.asp?load=/programy/pppgg_protokol.html;
    classtype:policy-violation;
    sid:2008298; rev:3;
    metadata:created_at 2010_07_30, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, 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.