ET MALWARE Soraya Credit Card Exfiltration


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php";
http.request_body;
content:"&ccnum="; fast_pattern;
content:"mode="; depth:5;
content:"&compinfo="; distance:0;
content:"&type="; distance:0;
content:"&track="; distance:0;
http.header_names;
content:!"Accept";
content:!"Connection|0d 0a|";
Raw source ET MALWARE Soraya Credit Card Exfiltration · 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 Soraya Credit Card Exfiltration";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php";
    http.request_body;
    content:"&ccnum="; fast_pattern;
    content:"mode="; depth:5;
    content:"&compinfo="; distance:0;
    content:"&type="; distance:0;
    content:"&track="; distance:0;
    http.header_names;
    content:!"Accept";
    content:!"Connection|0d 0a|";
    reference:url,fortinet.com/sites/default/files/whitepapers/soraya_WP.pdf;
    classtype:trojan-activity;
    sid:2018680; rev:4;
    metadata:created_at 2014_07_16, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_24;
)

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.