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

Hunt Hypothesis

This hunt detects adversary activity consistent with the MintsLoader malware by identifying specific indicators of compromise (IOCs) that signal potential initial access or lateral movement within the environment. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly identify and contain this high-severity threat before it establishes persistence or exfiltrates sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainlogintrust5845.lolbotnet_cc2026-07-2175%
domainsyshash4392.topbotnet_cc2026-07-2175%
domainauthservice6020.combotnet_cc2026-07-2175%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - MintsLoader
let malicious_domains = dynamic(["logintrust5845.lol", "syshash4392.top", "authservice6020.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 specific false positive scenarios for the ThreatFox: MintsLoader IOCs detection rule, tailored for an enterprise environment:

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