This hunt detects adversary activity involving known indicators of compromise from the IClickFix threat intelligence feed to identify potential malicious network connections or file executions within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel because early detection of high-severity threats allows for rapid containment before adversaries can establish persistence or exfiltrate sensitive data.
Malware Family: IClickFix Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | seal[.]369bbqsifangonline.com | payload_delivery | 2026-08-26 | 100% |
| domain | king[.]369bbqsifangonline.com | payload_delivery | 2026-08-26 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - IClickFix
let malicious_domains = dynamic(["seal.369bbqsifangonline.com", "king.369bbqsifangonline.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 the documented false positive scenarios and corresponding filters for the ThreatFox: IClickFix IOCs detection rule:
Scenario: Scheduled Patching and Update Deployment
10.20.50.x) or filter out processes where the parent executable is ccmexec.exe or ansible-runner.Scenario: Automated Helpdesk Ticket Resolution
svc-iclickfix or where the command line arguments contain keywords like --auto-ticket-id.Scenario: Endpoint Security Integration Scans
FalconSensor.exe (CrowdStrike) or `SentinelOne