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.
Malware Family: MintsLoader Total IOCs: 3 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | logintrust5845.lol | botnet_cc | 2026-07-21 | 75% |
| domain | syshash4392.top | botnet_cc | 2026-07-21 | 75% |
| domain | authservice6020.com | botnet_cc | 2026-07-21 | 75% |
// 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
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios for the ThreatFox: MintsLoader IOCs detection rule, tailored for an enterprise environment:
Endpoint Protection Policy Updates via Microsoft Intune/SCCM
C:\Program Files\Microsoft Intune Management Extension or C:\Windows\CCM (SCCM), specifically filtering out traffic destined for known Microsoft Azure Update IPs and whitelisting the specific file hashes associated with your internal update packages.Automated Third-Party Backup Agent Execution
vbr.exe (Veeam) or commvaultagent.exe, and restrict the rule to only trigger on user-initiated sessions rather than system-level scheduled tasks running under the NT AUTHORITY\SYSTEM account during non-business hours.Software Deployment via Ansible or Puppet Configuration Management