ET MALWARE Backdoor Win32/Hupigon.CK Server Checkin


Query · suricata

flow:to_client,established;
content:"|00 00 00 01 00 00 00|"; offset:1; depth:7; fast_pattern;
content:"|78 9c|"; distance:5; within:2;
content:"|00 00 01 00 01|"; distance:2; within:5;
Raw source ET MALWARE Backdoor Win32/Hupigon.CK Server Checkin · 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 Backdoor Win32/Hupigon.CK Server Checkin";
    flow:to_client,established;
    content:"|00 00 00 01 00 00 00|"; offset:1; depth:7; fast_pattern;
    content:"|78 9c|"; distance:5; within:2;
    content:"|00 00 01 00 01|"; distance:2; within:5;
    classtype:command-and-control;
    sid:2014956; rev:1;
    metadata:created_at 2012_06_26, malware_family Win32_Hupigon_CK, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.