← Back to SOC feed Coverage →

ThreatFox: Unknown Loader IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxunknown_loader
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-06-30T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis posits that adversaries are utilizing the Unknown Loader framework to execute initial command-and-control communications or payload delivery via specific network indicators of compromise (IOCs). Proactive hunting for these five IOCs within Azure Sentinel is critical to identify early-stage lateral movement and potential data exfiltration before the malware fully establishes persistence on endpoints.

IOC Summary

Malware Family: Unknown Loader Total IOCs: 5 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaincleardig477.icupayload_delivery2026-06-30100%
domainsuperfirewallprotection.compayload_delivery2026-06-30100%
domainmoderncloudprotection.compayload_delivery2026-06-30100%
domainpublicwebprotection.compayload_delivery2026-06-30100%
domainpageimagebook.infopayload_delivery2026-06-29100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["cleardig477.icu", "superfirewallprotection.com", "moderncloudprotection.com", "publicwebprotection.com", "pageimagebook.info"]);
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 4 specific false positive scenarios for the ThreatFox: Unknown Loader IOCs rule, along with targeted filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/unknown_loader/