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

Hunt Hypothesis

This hunt detects adversary activity involving six specific indicators of compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts. A SOC team should proactively search for these IOCs within Azure Sentinel to rapidly identify and contain potential threats before they escalate into broader security incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainhousemill9911.digitalpayload_delivery2026-08-07100%
urlhxxps://fsdmkfskdojyttt.pro/uuee.jspayload_delivery2026-08-07100%
domaincheckinguscapgo.compayload_delivery2026-08-07100%
urlhxxps://roofvo.com/wp-links-cat.phppayload_delivery2026-08-07100%
domainprovidercommunications.com.aupayload_delivery2026-08-07100%
domainroofvo.compayload_delivery2026-08-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["housemill9911.digital", "checkinguscapgo.com", "providercommunications.com.au", "roofvo.com"]);
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://fsdmkfskdojyttt.pro/uuee.js", "https://roofvo.com/wp-links-cat.php"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: IClickFix IOCs detection rule:

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