← 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-07-17T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the execution of unknown loader components that may indicate early-stage malware staging or command-and-control infrastructure deployment within the network. Proactively hunting these specific ThreatFox IOCs in Azure Sentinel is critical to identify and isolate potential threats before they establish persistence, thereby reducing dwell time for sophisticated attacks leveraging this loader framework.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainearthweight.xyzbotnet_cc2026-07-17100%
domaindrive-search-id84192.infopayload_delivery2026-07-17100%
domainphoto-check93123.propayload_delivery2026-07-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["earthweight.xyz", "drive-search-id84192.info", "photo-check93123.pro"]);
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 recommended filters or exclusions:

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