ET MALWARE Warzone RAT Response (Inbound)


Query · suricata

flow:established,to_client;
content:"|05 38 6b f4 62 f4 9f 3f 35 2f 6e e6|"; fast_pattern; startswith;
Raw source ET MALWARE Warzone RAT Response (Inbound) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Warzone RAT Response (Inbound)";
    flow:established,to_client;
    content:"|05 38 6b f4 62 f4 9f 3f 35 2f 6e e6|"; fast_pattern; startswith;
    reference:url,go.recordedfuture.com/hubfs/reports/cta-2022-0919.pdf;
    classtype:trojan-activity;
    sid:2038897; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2022_09_19, deployment Perimeter, malware_family WarzoneRAT, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_09_19;
)

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.