ET EXPLOIT_KIT Observed ClickFix Domain (main-connection .click) in DNS Lookup


Query · suricata

dns.query; dotprefix;
content:".main-connection.click"; nocase; endswith;
Raw source ET EXPLOIT_KIT Observed ClickFix Domain (main-connection .click) in DNS Lookup · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert dns $HOME_NET any -> any any (
    msg:"ET EXPLOIT_KIT Observed ClickFix Domain (main-connection .click) in DNS Lookup";
    dns.query; dotprefix;
    content:".main-connection.click"; nocase; endswith;
    classtype:trojan-activity;
    sid:2060848; rev:2;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2025_03_13, deployment Perimeter, former_category MALWARE, malware_family ClickFix, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2025_03_14, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1102, mitre_technique_name Web_Service;
)

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.