This hunt targets adversary behavior where Magecart malware injects malicious scripts into legitimate web traffic to exfiltrate payment card data via compromised third-party services or phishing vectors. Proactively hunting for these IOCs in Azure Sentinel is critical to detect supply chain compromises early and prevent financial data theft before it impacts customer transactions.
Malware Family: magecart Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | ironphantomcore.top | cc_skimming | 2026-07-21 | 100% |
| domain | voidhunterkeep.top | cc_skimming | 2026-07-21 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - magecart
let malicious_domains = dynamic(["ironphantomcore.top", "voidhunterkeep.top"]);
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 4 specific false positive scenarios for the ThreatFox: Magecart IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:
Legitimate Third-Party Analytics and Marketing Script Updates
*.googletagmanager.com, *.adobedtm.com) and restrict the alert to only trigger on non-standard ports or unusual User-Agent strings if the destination is a known internal asset.Scheduled Security Scanning and Vulnerability Assessments
svc-nessus-scan, svc-qualys-agent) and correlate alerts with the scheduled maintenance window defined in the IT Service Management (ITSM) tool, such