This hunt detects adversary activity by monitoring for network connections and process executions matching the specific indicators of compromise (IOCs) associated with the IClickFix threat landscape. A SOC team should proactively hunt for these signals in Azure Sentinel to rapidly identify potential compromises from this high-severity campaign before they escalate into broader incidents within the organization’s cloud environment.
Malware Family: IClickFix Total IOCs: 121 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | dth.travel | payload_delivery | 2026-07-31 | 100% |
| domain | ecosweetbaby.es | payload_delivery | 2026-07-31 | 100% |
| domain | cooperacionescolar.org | payload_delivery | 2026-07-31 | 100% |
| domain | cscreate.com | payload_delivery | 2026-07-31 | 100% |
| domain | d-privacy.de | payload_delivery | 2026-07-31 | 100% |
| domain | codeman.nz | payload_delivery | 2026-07-31 | 100% |
| domain | codeman.ru | payload_delivery | 2026-07-31 | 100% |
| domain | luma-film.de | payload_delivery | 2026-07-31 | 100% |
| domain | lunasnailsbeauty.com | payload_delivery | 2026-07-31 | 100% |
| domain | luneoulautre.be | payload_delivery | 2026-07-31 | 100% |
| domain | luxeaminos.is | payload_delivery | 2026-07-31 | 100% |
| domain | lvidrado.com.br | payload_delivery | 2026-07-31 | 100% |
| domain | longtrantrui.com | payload_delivery | 2026-07-31 | 100% |
| domain | lotaautomotive.com | payload_delivery | 2026-07-31 | 100% |
| domain | lowandhigh.xyz | payload_delivery | 2026-07-31 | 100% |
| domain | lpointiers.com | payload_delivery | 2026-07-31 | 100% |
| domain | lsc-canfranc.es | payload_delivery | 2026-07-31 | 100% |
| domain | ltchelmond.nl | payload_delivery | 2026-07-31 | 100% |
| domain | lubospospisil.cz | payload_delivery | 2026-07-31 | 100% |
| domain | luciebalit.fr | payload_delivery | 2026-07-31 | 100% |
| domain | lucienbordes.com | payload_delivery | 2026-07-31 | 100% |
| domain | lukechisholm.com.au | payload_delivery | 2026-07-31 | 100% |
| domain | kik-kreuzlingen.ch | payload_delivery | 2026-07-31 | 100% |
| domain | koolyom.fr | payload_delivery | 2026-07-31 | 100% |
| domain | gokayaknow.com | payload_delivery | 2026-07-31 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["dth.travel", "ecosweetbaby.es", "cooperacionescolar.org", "cscreate.com", "d-privacy.de", "codeman.nz", "codeman.ru", "luma-film.de", "lunasnailsbeauty.com", "luneoulautre.be", "luxeaminos.is", "lvidrado.com.br", "longtrantrui.com", "lotaautomotive.com", "lowandhigh.xyz", "lpointiers.com", "lsc-canfranc.es", "ltchelmond.nl", "lubospospisil.cz", "luciebalit.fr", "lucienbordes.com", "lukechisholm.com.au", "kik-kreuzlingen.ch", "koolyom.fr", "gokayaknow.com", "recbf.fr", "reciclarpelobrasil.com.br", "recyclablellc.com", "q3creative.com", "qinov8.com", "qtts.ipcms.fr", "quarryoaks.ca", "quickquartz.ca", "quinnebogfishingclub.com", "radioelmiradordelgallo.cl", "radiolauncion.net", "rado-design.at", "raheemsoft.com", "rainfond.com", "raspberrypiforschools.com", "rcssolar.co.il", "rcssolar.com", "rebuildingtogetherdca.org", "primebuilderswallc.com", "prinmor.co.za", "printtex.pl", "probsts.com", "producegood.com", "proindivisosgestionpropiedades.com", "promosalutgirona.org"]);
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 and their corresponding filters/exclusions for the ThreatFox: IClickFix IOCs detection rule:
Scenario: The IT Helpdesk team performs a bulk update of the IClickFix application via Microsoft Endpoint Configuration Manager (SCCM/MECM), triggering network traffic to known IClickFix CDN endpoints that match the IOC list.
ccmexec.exe or wuauserv) when communicating with IClickFix domains (e.g., *.iclickfix.com).Scenario: The automated nightly backup job executed by Veeam Backup & Replication scans the IClickFix SQL database, generating outbound connections to IClickFix cloud services for version verification and license validation.
Veeam.Backup.Service.exe.Scenario: The Identity and Access Management team runs a scheduled PowerShell script to synchronize user attributes between Active Directory and IClickFix, utilizing the IClickFix REST API which hits multiple IOCs in the detection package.
svc-iclickfix-sync) running the custom PowerShell script (powershell.exe with a unique command line argument containing “IClickFixSync”) on the designated application server.Scenario: The Security Operations Center deploys a new agent policy using CrowdStrike Falcon, which includes a health check module that pings IClickFix endpoints to verify service availability for the helpdesk ticketing system