This hunt detects adversary activity involving four specific indicators of compromise (IOCs) linked to the IClickFix platform, which may signal unauthorized access or data exfiltration attempts targeting this critical business application. SOC teams should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain potential threats before they escalate into significant security incidents affecting organizational operations.
Malware Family: IClickFix Total IOCs: 4 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | skiy.mountpopclickgetnow.monster | payload_delivery | 2026-08-11 | 100% |
| domain | leappoploaderinstantly.monster | payload_delivery | 2026-08-11 | 100% |
| domain | verif-key-code.info | payload_delivery | 2026-08-11 | 100% |
| domain | moniskk.live | payload_delivery | 2026-08-11 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["skiy.mountpopclickgetnow.monster", "leappoploaderinstantly.monster", "verif-key-code.info", "moniskk.live"]);
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 Helpdesk Ticket Synchronization Job
*TicketSync-Server and restrict the alert trigger to non-business hours (e.g., 01:00–05:00) or exclude specific scheduled task IDs associated with IClickFix integration.Scenario: Admin Deployment of IClickFix Updates via SCCM
ccmsetup.exe or wuauserv.exe (Windows Update Agent) and the destination IP belongs to the IClickFix CDN range, specifically filtering out events tagged with “Application Deployment” in the SCCM logs.Scenario: Automated Browser Extension Provisioning for New Hires