ET MALWARE DLoader File Download Request Activity


Query · suricata

flow:established,to_server;
http.uri;
content:"/load.php?file=";
pcre:"/^(?:\d+|(?:\w+)?grabbers?|uploader)(?:&luck=\d)?$/R";
Raw source ET MALWARE DLoader File Download Request Activity · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE DLoader File Download Request Activity";
    flow:established,to_server;
    http.uri;
    content:"/load.php?file=";
    pcre:"/^(?:\d+|(?:\w+)?grabbers?|uploader)(?:&luck=\d)?$/R";
    reference:md5,12554e7f2e78daf26e73a2f92d01e7a7;
    reference:url,about-threats.trendmicro.com/malware.aspx?language=us&name=TROJ_VBKRYPT.CB;
    reference:md5,3310259795b787210dd6825e7b6d6d28;
    reference:url,www.f-secure.com/v-descs/trojan-downloader_w32_kdv176347.shtml;
    reference:md5,7af2097d75869aa5aa656cd6e523c8b3;
    classtype:trojan-activity;
    sid:2013045; rev:3;
    metadata:created_at 2011_06_16, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_20;
)

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.