ET MALWARE Bancos/Banker Info Stealer Post


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.user_agent;
content:"Mozilla/3.0 (compatible|3b 20|Indy Library)"; depth:38; nocase;
http.request_body;
content:"op="; nocase;
content:"servidor="; nocase;
content:"senha="; nocase;
content:"usuario="; nocase;
content:"base="; nocase;
content:"sgdb="; nocase;
Raw source ET MALWARE Bancos/Banker Info Stealer Post · 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 Bancos/Banker Info Stealer Post";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.user_agent;
    content:"Mozilla/3.0 (compatible|3b 20|Indy Library)"; depth:38; nocase;
    http.request_body;
    content:"op="; nocase;
    content:"servidor="; nocase;
    content:"senha="; nocase;
    content:"usuario="; nocase;
    content:"base="; nocase;
    content:"sgdb="; nocase;
    reference:url,www.pctools.com/mrc/infections/id/Trojan.Bancos/;
    reference:url,www.threatexpert.com/reports.aspx?find=Trojan.Bancos;
    classtype:trojan-activity;
    sid:2009471; rev:11;
    metadata:created_at 2010_07_30, malware_family Bancos, signature_severity Major, tag Banking_Trojan, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_13;
)

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.