ET HUNTING GET MSP360 .exe from AWS


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/MBS";
content:"Source/MultiBrands/"; fast_pattern; distance:0;
content:".exe"; distance:0;
http.host;
content:"amazonaws.com"; endswith;
Raw source ET HUNTING GET MSP360 .exe from AWS · 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 GET MSP360 .exe from AWS";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/MBS";
    content:"Source/MultiBrands/"; fast_pattern; distance:0;
    content:".exe"; distance:0;
    http.host;
    content:"amazonaws.com"; endswith;
    classtype:misc-activity;
    sid:2067835; rev:1;
    metadata:created_at 2026_02_18, signature_severity Unknown, tag RMM, tag MSP360, updated_at 2026_02_18;
)

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.