ET MALWARE ShellBot.C retrieval


Query · suricata

flow:from_server,established;
file_data;
content:"my $processo";
content:"my @adms="; distance:0;
content:"my @canais="; distance:0;
content:"|23|gh|30|sts"; within:10;
Raw source ET MALWARE ShellBot.C retrieval · 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 ShellBot.C retrieval";
    flow:from_server,established;
    file_data;
    content:"my $processo";
    content:"my @adms="; distance:0;
    content:"my @canais="; distance:0;
    content:"|23|gh|30|sts"; within:10;
    reference:md5,3e44252394078c8fd792da1583525d0c;
    reference:url,pastebin.com/0dAciksC;
    reference:url,pastebin.com/C0arvGxU;
    classtype:trojan-activity;
    sid:2018953; rev:3;
    metadata:created_at 2014_08_19, signature_severity Major, updated_at 2020_08_19;
)

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.