ET MALWARE Linux/dtool IRC Command (STOP)


Query · suricata

flow:established,from_server;
content:"PRIVMSG";
content:"{STOP} Stop command ->"; fast_pattern; nocase;
Raw source ET MALWARE Linux/dtool IRC Command (STOP) · 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 any (
    msg:"ET MALWARE Linux/dtool IRC Command (STOP)";
    flow:established,from_server;
    content:"PRIVMSG";
    content:"{STOP} Stop command ->"; fast_pattern; nocase;
    reference:url,kernelmode.info/forum/viewtopic.php?f=16&t=4048&p=26845#p26845;
    reference:md5,a60b96a2cf4b979968fe5ac6259fb197;
    classtype:trojan-activity;
    sid:2021879; rev:4;
    metadata:created_at 2015_10_01, signature_severity Major, updated_at 2019_10_08;
)

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.