This hunt targets the IClickFix exploit, a prevalent browser-based attack that leverages user interaction to execute malicious code without requiring a traditional vulnerability. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, as this technique often bypasses traditional perimeter defenses and can lead to rapid lateral movement within the environment.
Malware Family: IClickFix Total IOCs: 4 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | authshipup.net | botnet_cc | 2026-09-11 | 100% |
| domain | runtimerailbit.com | botnet_cc | 2026-09-11 | 100% |
| domain | servicestatlab.com | botnet_cc | 2026-09-11 | 100% |
| domain | reed-greogzium.life | payload_delivery | 2026-09-11 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["authshipup.net", "runtimerailbit.com", "servicestatlab.com", "reed-greogzium.life"]);
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 |
java.exe for Jenkins, node.exe for npm, or docker.exe) and the file path resides within a standard build workspace directory (e.g., C:\jenkins\workspace\ or /home/gitlab-runner/builds/).iclick.dll or click.exe for UI interaction handling, which matches the IOC filename or hash.
C:\Program Files\InternalApp\bin\iclick.dll) or add a trusted hash exclusion for the specific SHA256 of the legitimate internal binary after verification.PenTest or RedTeam are routed to a separate queue or auto-suppressed during scheduled test windows.