ET MALWARE Linux/dtool IRC Command (EXEC)


Query · suricata

flow:established,from_server;
content:"PRIVMSG";
content:"{EXEC}"; fast_pattern; nocase;
content:"Executing command|3a|"; distance:0;
Raw source ET MALWARE Linux/dtool IRC Command (EXEC) · 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 (EXEC)";
    flow:established,from_server;
    content:"PRIVMSG";
    content:"{EXEC}"; fast_pattern; nocase;
    content:"Executing command|3a|"; distance:0;
    reference:url,kernelmode.info/forum/viewtopic.php?f=16&t=4048&p=26845#p26845;
    reference:md5,a60b96a2cf4b979968fe5ac6259fb197;
    classtype:trojan-activity;
    sid:2021877; rev:3;
    metadata:created_at 2015_10_01, 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.