This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts within the organization’s ecosystem. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly validate potential compromises and mitigate risks associated with compromised third-party integrations before they escalate into broader security incidents.
Malware Family: IClickFix Total IOCs: 3 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | bolerkas.shop | payload_delivery | 2026-08-17 | 100% |
| domain | pokarse.online | payload_delivery | 2026-08-17 | 100% |
| domain | bolerkas.sbs | payload_delivery | 2026-08-17 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["bolerkas.shop", "pokarse.online", "bolerkas.sbs"]);
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 the specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: IClickFix IOCs detection rule:
Scheduled Maintenance & Patching Jobs
02:00 – 04:00 UTC) or add a specific process filter to exclude WUAHandler.exe and ccmsetup.exe when they initiate connections to known IClickFix update endpoints.Help Desk Ticket Resolution Workflows
icfixagent.exe) to scan system health and deploy specific scripts or tools (like Sysinternals Suite utilities) requested by the Service Desk team. This legitimate script execution triggers the IOCs associated with tool deployment.icfixagent.exe AND the user context belongs to the “HelpDesk” or “ServiceAccount” group, specifically when the action type is marked as “Scheduled Script Execution.”Automated Onboarding of New Hardware