ET MALWARE Mint Stealer Injection Request


Query · suricata

flow:established,to_server;
flowbits:set,ET.MintStealer.Inject;
http.method;
content:"GET";
http.uri; bsize:14;
content:"/api/injection"; fast_pattern;
target:src_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.MintStealer.Inject · view all
Raw source ET MALWARE Mint Stealer Injection Request · 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 Mint Stealer Injection Request";
    flow:established,to_server;
    flowbits:set,ET.MintStealer.Inject;
    http.method;
    content:"GET";
    http.uri; bsize:14;
    content:"/api/injection"; fast_pattern;
    reference:url,x.com/Gi7w0rm/status/1805182838473437312;
    reference:md5,e6e620e5cac01f73d0243dc9cf684193;
    classtype:trojan-activity;
    sid:2053840; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, affected_product Windows_11, attack_target Client_and_Server, tls_state TLSDecrypt, created_at 2024_06_24, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Mint_Stealer, updated_at 2024_06_24;
    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.