← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-iclickfixthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-05-31T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: IClickFix IOCs rule detects potential adversary activity associated with the IClickFix threat group, which is known for deploying malicious payloads and exfiltrating data. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced persistent threats that leverage these IOCs to compromise endpoints and networks.

IOC Summary

Malware Family: IClickFix Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaincodex.gr.combotnet_cc2026-05-31100%
domainprotonvpn.co.combotnet_cc2026-05-31100%
domainnotebooklm.gr.combotnet_cc2026-05-31100%
domaindeepseek.gr.combotnet_cc2026-05-31100%
domainqwen.co.combotnet_cc2026-05-31100%
domainzai.gr.combotnet_cc2026-05-31100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["codex.gr.com", "protonvpn.co.com", "notebooklm.gr.com", "deepseek.gr.com", "qwen.co.com", "zai.gr.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/js.iclickfix/