← Back to SOC feed Coverage →

ThreatFox: MintsLoader IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-mints_loaderthreatfox
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-14T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the MintsLoader malware by searching for specific indicators of compromise (IOCs) that signal potential initial access or lateral movement within the environment. The SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage infections and prevent the execution of malicious payloads before they escalate into broader security incidents.

IOC Summary

Malware Family: MintsLoader Total IOCs: 9 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaincloudcrypt7069.combotnet_cc2026-08-14100%
domaincloudguard3537.lolbotnet_cc2026-08-14100%
domaincoretoken8476.topbotnet_cc2026-08-14100%
domaindatapass8636.topbotnet_cc2026-08-14100%
domainlinkcast1961.combotnet_cc2026-08-14100%
domainlinkmail5768.combotnet_cc2026-08-14100%
domainteleupdate6573.topbotnet_cc2026-08-14100%
domainnodemetrics3379.combotnet_cc2026-08-14100%
domainapiupdate3921.lolbotnet_cc2026-08-14100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - MintsLoader
let malicious_domains = dynamic(["cloudcrypt7069.com", "cloudguard3537.lol", "coretoken8476.top", "datapass8636.top", "linkcast1961.com", "linkmail5768.com", "teleupdate6573.top", "nodemetrics3379.com", "apiupdate3921.lol"]);
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 5 specific false positive scenarios and corresponding filters for the ThreatFox: MintsLoader IOCs detection rule in an enterprise environment:

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