ET HUNTING Gamaredon APT Style jpeg Request (GET)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
pcre:"/^\/[a-z]{2}\/[^\r\n]+\/[0-9]{2}\.[0-9]{2}\//";
content:".jpeg"; endswith; fast_pattern;
http.host;
pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/";
http.header_names;
content:!"Referer";
target:src_ip;
Raw source ET HUNTING Gamaredon APT Style jpeg Request (GET) · 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 HUNTING Gamaredon APT Style jpeg Request (GET)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    pcre:"/^\/[a-z]{2}\/[^\r\n]+\/[0-9]{2}\.[0-9]{2}\//";
    content:".jpeg"; endswith; fast_pattern;
    http.host;
    pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/";
    http.header_names;
    content:!"Referer";
    reference:md5,a92c520c99b0c626b43ba4b3bd754ccc;
    classtype:bad-unknown;
    sid:2045046; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_04_19, deployment Perimeter, performance_impact Significant, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_19;
    target:src_ip;
)

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.