ET MALWARE Tinba Server Response


Query · suricata

flow:established,to_client;
flowbits:isset,ET.Tinba.Checkin;
file_data;
content:"|64 b4 dc a4|"; within:4;

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

Raw source ET MALWARE Tinba Server Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Tinba Server Response";
    flow:established,to_client;
    flowbits:isset,ET.Tinba.Checkin;
    file_data;
    content:"|64 b4 dc a4|"; within:4;
    reference:md5,1e644fe146f62bd2fc585b8df6712ff6;
    classtype:trojan-activity;
    sid:2019169; rev:4;
    metadata:created_at 2014_09_12, signature_severity Major, 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.