ET MALWARE Mint Stealer Data Exfiltration Attempt


Query · suricata

flow:established,to_server;
flowbits:set,ET.MintStealer.Exfil;
http.method;
content:"POST";
http.uri; bsize:8;
content:"/api/won"; fast_pattern;
http.request_body;
content:"|7b 22|hostname|22 3a 20 22|"; startswith;
content:"|22 2c 20 22|ip|22 3a 20 22|"; within:60;
content:"|22 2c 20 22|passwords|22 3a 20|"; within:50;
content:"|2c 20 22|cookies|22 3a 20|"; within:40;
content:"|20 22|path|22 3a 20 22|https|3a 2f 2f|gofile.io"; distance:0;
target:src_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.MintStealer.Exfil · view all
Raw source ET MALWARE Mint Stealer Data Exfiltration Attempt · 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 Data Exfiltration Attempt";
    flow:established,to_server;
    flowbits:set,ET.MintStealer.Exfil;
    http.method;
    content:"POST";
    http.uri; bsize:8;
    content:"/api/won"; fast_pattern;
    http.request_body;
    content:"|7b 22|hostname|22 3a 20 22|"; startswith;
    content:"|22 2c 20 22|ip|22 3a 20 22|"; within:60;
    content:"|22 2c 20 22|passwords|22 3a 20|"; within:50;
    content:"|2c 20 22|cookies|22 3a 20|"; within:40;
    content:"|20 22|path|22 3a 20 22|https|3a 2f 2f|gofile.io"; distance:0;
    reference:url,x.com/Gi7w0rm/status/1805182838473437312;
    reference:md5,e6e620e5cac01f73d0243dc9cf684193;
    classtype:trojan-activity;
    sid:2053838; 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.