← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-25T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving specific indicators of compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts targeting this critical business application. Proactively hunting for these IOCs within Azure Sentinel is essential because early identification of IClickFix-related threats allows the SOC team to rapidly contain potential breaches before they escalate into significant operational disruptions.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainfan[.]369bbqsifangonline.compayload_delivery2026-08-25100%
urlhxxps://cdn.jsdelivr.net/gh/Patricia-38674/ret74kfd98j/nam1o0tychpayload_delivery2026-08-25100%
domaindock.yourbodybydesign.mepayload_delivery2026-08-25100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["fan.369bbqsifangonline.com", "dock.yourbodybydesign.me"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - IClickFix
let malicious_urls = dynamic(["https://cdn.jsdelivr.net/gh/Patricia-38674/ret74kfd98j/nam1o0tych"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the documented false positive scenarios and corresponding filters for the ThreatFox: IClickFix IOCs detection rule:

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