ET MALWARE RedLine - GetArguments Request


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.header;
content:"|0d 0a|SOAPAction|3a 20 22|http://tempuri.org/";
http.request_body;
content:"|3c 73 3a|Body|3e 3c|GetArguments|20|xmlns=|22|http|3a 2f 2f|tempuri|2e|org|2f 22 2f|"; fast_pattern;
Raw source ET MALWARE RedLine - GetArguments 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 RedLine - GetArguments Request";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.header;
    content:"|0d 0a|SOAPAction|3a 20 22|http://tempuri.org/";
    http.request_body;
    content:"|3c 73 3a|Body|3e 3c|GetArguments|20|xmlns=|22|http|3a 2f 2f|tempuri|2e|org|2f 22 2f|"; fast_pattern;
    reference:md5,9a3ac9f18c1222e7a77a47db01b1f597;
    classtype:command-and-control;
    sid:2034361; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2021_04_14, deployment Perimeter, malware_family Redline, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_04_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.