ET MALWARE SockRacket/KANDYKORN Client Challenge


Query · suricata

flow:established,to_client;
flowbits:set,ET.SockRacketClientChallenge;
stream_size:server,<,10;
dsize:4;
content:"|6a d9 58 28|";

Rule dependencies

Feeds into

  • 1 rule read ET.SockRacketClientChallenge · view all
Raw source ET MALWARE SockRacket/KANDYKORN Client Challenge · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp-pkt $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE SockRacket/KANDYKORN Client Challenge";
    flow:established,to_client;
    flowbits:set,ET.SockRacketClientChallenge;
    stream_size:server,<,10;
    dsize:4;
    content:"|6a d9 58 28|";
    reference:url,elastic.co/security-labs/elastic-catches-dprk-passing-out-kandykorn;
    classtype:trojan-activity;
    sid:2049036; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2023_11_01, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_11_01, reviewed_at 2023_11_01;
)

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.