ET MALWARE BPFDoor V2 SCTP Magic Packet Inbound


Query · suricata

ip_proto:132;
content:"|44 30 cd 9f 5e 14 27 66|";
target:dest_ip;
Raw source ET MALWARE BPFDoor V2 SCTP Magic Packet Inbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert ip $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE BPFDoor V2 SCTP Magic Packet Inbound";
    ip_proto:132;
    content:"|44 30 cd 9f 5e 14 27 66|";
    reference:url,www.deepinstinct.com/blog/bpfdoor-malware-evolves-stealthy-sniffing-backdoor-ups-its-game;
    classtype:trojan-activity;
    sid:2045674; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_05_11, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_05_11;
    target:dest_ip;
)

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.