← 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-08-19T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving known malicious indicators from the IClickFix threat intelligence feed to identify potential compromises within the Azure Sentinel environment. The SOC team should proactively search for these IOCs because their high severity rating suggests an immediate risk of active threats that could evade standard automated detections if not explicitly investigated.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainiocriotao.icupayload_delivery2026-08-19100%
domaintriapfog.compayload_delivery2026-08-19100%
domainmioiooo.icupayload_delivery2026-08-19100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["iocriotao.icu", "triapfog.com", "mioiooo.icu"]);
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

Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: IClickFix IOCs detection rule in an enterprise environment:

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