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 enterprise maintenance workflows. A proactive search in Azure Sentinel is critical because these high-severity IOCs can reveal early-stage compromises that standard automated alerts might miss, allowing the SOC team to rapidly isolate affected assets and mitigate potential lateral movement before broader impact occurs.
Malware Family: IClickFix Total IOCs: 5 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | a1-analytics.sbs | botnet_cc | 2026-08-08 | 50% |
| domain | b2-analytics.xyz | botnet_cc | 2026-08-08 | 50% |
| domain | a2-analytics.xyz | botnet_cc | 2026-08-08 | 50% |
| domain | lps.edu.sg | payload_delivery | 2026-08-08 | 50% |
| domain | career.cityu.edu.gr | payload_delivery | 2026-08-08 | 50% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["a1-analytics.sbs", "b2-analytics.xyz", "a2-analytics.xyz", "lps.edu.sg", "career.cityu.edu.gr"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: IClickFix IOCs detection rule in an enterprise environment:
Scenario: Scheduled Backup of IClickFix Configuration Files
C:\ProgramData\IClickFix directory, which contains configuration manifests and cached assets matching the rule’s IOCs. This triggers a file access alert on legitimate system files.VeeamAgent.exe or svchost.exe (specifically the “Task Scheduler” service) accessing directories under C:\ProgramData\IClickFix.Scenario: Admin Deployment via SCCM/Intune
ccmsetup.exe (SCCM) or IntuneManagementExtension.exe, specifically when the file path contains \IClickFix\.Scenario: Automated Health Check by Monitoring Tools