ET MALWARE [PTsecurity] TR/Spy.Banker.agdtw Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"page";
http.content_type;
content:"multipart"; startswith;
http.header_names;
content:!"Referer|0d 0a|";
content:"|0d 0a|Connection|0d 0a|";
content:"|0d 0a|Content-Type|0d 0a|"; nocase; distance:-2;
content:"|0d 0a|Content-Length|0d 0a|"; nocase; distance:-2;
content:"|0d 0a|Accept|0d 0a|"; distance:-2;
content:"|0d 0a|Accept-Encoding|0d 0a|"; nocase; distance:-2;
content:"|0d 0a|User-Agent|0d 0a|"; distance:-2;
http.request_body;
content:"name=|22|ing|22|"; fast_pattern; depth:300;
content:"name=|22|AT|22|"; within:300;
content:"ver"; within:300;
content:"name=|22|MD|22|"; within:300;
Raw source ET MALWARE [PTsecurity] TR/Spy.Banker.agdtw Checkin · 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 [PTsecurity] TR/Spy.Banker.agdtw Checkin";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"page";
    http.content_type;
    content:"multipart"; startswith;
    http.header_names;
    content:!"Referer|0d 0a|";
    content:"|0d 0a|Connection|0d 0a|";
    content:"|0d 0a|Content-Type|0d 0a|"; nocase; distance:-2;
    content:"|0d 0a|Content-Length|0d 0a|"; nocase; distance:-2;
    content:"|0d 0a|Accept|0d 0a|"; distance:-2;
    content:"|0d 0a|Accept-Encoding|0d 0a|"; nocase; distance:-2;
    content:"|0d 0a|User-Agent|0d 0a|"; distance:-2;
    http.request_body;
    content:"name=|22|ing|22|"; fast_pattern; depth:300;
    content:"name=|22|AT|22|"; within:300;
    content:"ver"; within:300;
    content:"name=|22|MD|22|"; within:300;
    classtype:command-and-control;
    sid:2024780; rev:3;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2017_09_28, deployment Perimeter, performance_impact Moderate, confidence High, signature_severity Major, updated_at 2024_03_11;
)

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.