← 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-09-09T23:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the execution of known IOCs associated with the “Unknown Loader,” a mechanism adversaries use to establish initial footholds or stage payloads within Azure environments. Proactively hunting for these indicators allows the SOC to identify compromised workloads or identity theft vectors before they progress to lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainbitfundedxcryptobanter.compayload_delivery2026-09-09100%
domainbutecoemcasacampinas.com.brpayload_delivery2026-09-09100%
domainclinicaveterinarialescampes.compayload_delivery2026-09-09100%
domaindeshrxpharmacy.compayload_delivery2026-09-09100%
domainradiology-technician.compayload_delivery2026-09-09100%
domainthefestivevillas.compayload_delivery2026-09-09100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["bitfundedxcryptobanter.com", "butecoemcasacampinas.com.br", "clinicaveterinarialescampes.com", "deshrxpharmacy.com", "radiology-technician.com", "thefestivevillas.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

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