ET MALWARE [ANY.RUN] WhiteSnake Stealer HTTP Request


Query · suricata

flow:established, to_server;
http.method;
content:"POST";
http.uri;
content:"/sendData?pk="; fast_pattern;
content:"&ta="; distance:0;
content:"&un="; distance:0;
content:"&pc="; distance:0;
content:"&co="; distance:0;
content:"&wa="; distance:0;
content:"&be="; distance:0;
http.header_names;
content:"|0d 0a|Host|0d 0a|Content-Length|0d 0a|Expect|0d 0a|Connection|0d 0a 0d 0a|"; startswith;
Raw source ET MALWARE [ANY.RUN] WhiteSnake Stealer HTTP 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 [ANY.RUN] WhiteSnake Stealer HTTP Request";
    flow:established, to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/sendData?pk="; fast_pattern;
    content:"&ta="; distance:0;
    content:"&un="; distance:0;
    content:"&pc="; distance:0;
    content:"&co="; distance:0;
    content:"&wa="; distance:0;
    content:"&be="; distance:0;
    http.header_names;
    content:"|0d 0a|Host|0d 0a|Content-Length|0d 0a|Expect|0d 0a|Connection|0d 0a 0d 0a|"; startswith;
    reference:url,community.emergingthreats.net/t/whitesnake/1338;
    reference:md5,5302fff6311dab7554eaf7902c2aaa61;
    reference:url,app.any.run/tasks/5dc1cfaa-5470-4708-92d8-b8703b47c1f7;
    classtype:trojan-activity;
    sid:2050601; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2024_01_30, deployment Perimeter, malware_family WhiteSnake, confidence High, signature_severity Major, tag Stealer, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_01_31, reviewed_at 2024_10_14;
)

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.