← Back to SOC feed Coverage →

ThreatFox: IClickFix IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-iclickfixthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-26T11:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: IClickFix Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainseal[.]369bbqsifangonline.compayload_delivery2026-08-26100%
domainking[.]369bbqsifangonline.compayload_delivery2026-08-26100%

KQL: Domain Hunt

// 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

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the documented false positive scenarios and corresponding filters for the ThreatFox: IClickFix IOCs detection rule:

Original source: https://threatfox.abuse.ch/browse/malware/js.iclickfix/