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 within the organization’s ecosystem. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate potential threats before they escalate into broader security incidents affecting sensitive business operations.
Malware Family: IClickFix Total IOCs: 5 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | yamin4d.org | payload_delivery | 2026-08-12 | 100% |
| domain | aaa.akoraofficial.com | payload_delivery | 2026-08-12 | 100% |
| domain | analysis-id-fmd.info | payload_delivery | 2026-08-12 | 100% |
| domain | maletosr.world | payload_delivery | 2026-08-12 | 100% |
| domain | brusketaa.lol | payload_delivery | 2026-08-12 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["yamin4d.org", "aaa.akoraofficial.com", "analysis-id-fmd.info", "maletosr.world", "brusketaa.lol"]);
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 4 specific false positive scenarios for the ThreatFox: IClickFix IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:
Scenario: Automated Patch Deployment via SCCM/Intune
IClickFixSetup.exe) generates network traffic matching the rule’s IOCs as it contacts the update server and registers with the backend.IClickFixSetup.exe executable located in the standard installation directory (e.g., C:\Program Files\IClickFix\). Additionally, exclude traffic originating from the SCCM Management Point server IP range during the defined maintenance window (e.g., 02:00–04:00 UTC).Scenario: Scheduled Data Synchronization Job
Sync-IClickFixData.ps1), initiates outbound HTTPS connections that match the IOCs for “data exfiltration” or “cloud connectivity.”svchost.exe (specifically the TaskScheduler service) or powershell.exe running under a dedicated service account (e.g., svc-iclickfix-sync). Ensure the destination URL matches the official IClickFix domain (*.iclickfix.com) and restricts the alert to the specific time window of 01:00–03:00 local time.**Scenario: Admin Manual