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.
Malware Family: IClickFix Total IOCs: 6 IOC Types: url, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | housemill9911.digital | payload_delivery | 2026-08-07 | 100% |
| url | hxxps://fsdmkfskdojyttt.pro/uuee.js | payload_delivery | 2026-08-07 | 100% |
| domain | checkinguscapgo.com | payload_delivery | 2026-08-07 | 100% |
| url | hxxps://roofvo.com/wp-links-cat.php | payload_delivery | 2026-08-07 | 100% |
| domain | providercommunications.com.au | payload_delivery | 2026-08-07 | 100% |
| domain | roofvo.com | payload_delivery | 2026-08-07 | 100% |
// 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
// 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
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
UrlClickEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding filters for the ThreatFox: IClickFix IOCs detection rule:
Scheduled Helpdesk Ticket Sync Job
10.20.5.45) and restrict the rule trigger to business hours only (08:00–18:00) or exclude traffic originating from the “Service_Account_Sync” user identity.ITSM Integration with Microsoft Teams
iclickfix.com from the Teams Gateway IP).Admin User Performing Bulk Asset Onboarding