ET MALWARE PureCrypter Requesting Injector - Known Campaign ID M1


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/Belcuesth_"; fast_pattern;
pcre:"/\.(?:bmp|png|jpe?g)$/";
Raw source ET MALWARE PureCrypter Requesting Injector - Known Campaign ID M1 · 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 PureCrypter Requesting Injector - Known Campaign ID M1";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/Belcuesth_"; fast_pattern;
    pcre:"/\.(?:bmp|png|jpe?g)$/";
    reference:url,blog.netlab.360.com/purecrypter/;
    classtype:command-and-control;
    sid:2038691; rev:1;
    metadata:created_at 2022_08_31, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_08_31;
)

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.