This hunt hypothesis detects adversaries leveraging IClickFix malware to exfiltrate sensitive data by exploiting compromised credentials delivered through phishing campaigns with malicious links. Proactive hunting in Azure Sentinel is essential to identify early indicators of this command-and-control activity and prevent unauthorized access before significant data loss occurs.
Malware Family: IClickFix Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | mole.albaikmenuonline.com | payload_delivery | 2026-09-01 | 100% |
| domain | rain.afghankabobgrill.com | payload_delivery | 2026-09-01 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["mole.albaikmenuonline.com", "rain.afghankabobgrill.com"]);
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 5 specific false positive scenarios for the ThreatFox: IClickFix IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:
Legitimate Help Desk Ticketing System Integration
iclickfix.com domain to update ticket statuses, it triggers the rule due to outbound DNS queries matching the IOC domains.svc-it-integration) and restrict the exclusion to traffic originating from the “Help Desk” subnet or specific IP ranges associated with the IT operations server cluster.Scheduled Endpoint Management Agent Updates
IntuneAgent.exe, ccmexec.exe) when communicating with the known IClickFix IP addresses. Additionally, apply a time-based filter to suppress alerts outside the defined maintenance window if the activity is purely update-related.Phishing Simulation Platform Traffic