ET MALWARE Glove Stealer C2 Response


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.response_body;
content:"|7b 22|ok|22 3a|true|2c 22|result|22 3a 7b 22|message_id|22 3a|";
content:"|2c 22|caption|22 3a 22|IP|3a 20|"; distance:0;
content:"Cookies|20 2d 20|"; distance:0;
content:"Google Tokens|20 2d 20|"; distance:0;
content:"2FA Secrets|20 2d 20|"; distance:0;
content:"Added To BD"; fast_pattern; distance:0;
target:dest_ip;
Raw source ET MALWARE Glove Stealer C2 Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Glove Stealer C2 Response";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"|7b 22|ok|22 3a|true|2c 22|result|22 3a 7b 22|message_id|22 3a|";
    content:"|2c 22|caption|22 3a 22|IP|3a 20|"; distance:0;
    content:"Cookies|20 2d 20|"; distance:0;
    content:"Google Tokens|20 2d 20|"; distance:0;
    content:"2FA Secrets|20 2d 20|"; distance:0;
    content:"Added To BD"; fast_pattern; distance:0;
    reference:url,www.gendigital.com/blog/insights/research/glove-stealer;
    classtype:trojan-activity;
    sid:2057789; 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_11_22, deployment Perimeter, deployment SSLDecrypt, malware_family Glove_Stealer, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_11_22;
    target:dest_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.