← 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-09-22T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the IClickFix social engineering technique, where adversaries exploit browser clickjacking to execute malicious payloads without user awareness. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, as this method often bypasses traditional perimeter defenses and leads to rapid initial access.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaintrackerredirect.onlinepayload_delivery2026-09-22100%
domaincampaigntracker.icupayload_delivery2026-09-22100%
domaincampaigntracker.runpayload_delivery2026-09-22100%
domaincampaigntracker.toppayload_delivery2026-09-22100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["trackerredirect.online", "campaigntracker.icu", "campaigntracker.run", "campaigntracker.top"]);
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/