← Back to SOC feed Coverage →

ThreatFox: magecart IOCs

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

Hunt Hypothesis

This detection rule identifies Magecart malware activity by monitoring for malicious script injections into legitimate e-commerce websites, which adversaries use to exfiltrate sensitive payment card data through compromised third-party services and supply chain vectors. A proactive hunt in Azure Sentinel is essential because these attacks often bypass traditional perimeter defenses by leveraging trusted vendor relationships, requiring continuous visibility into web traffic anomalies to prevent undetected financial data breaches.

IOC Summary

Malware Family: magecart Total IOCs: 59 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainazimuth-ai.comcc_skimming2026-08-17100%
domainbryanbuser.comcc_skimming2026-08-17100%
domainbuddybucks.procc_skimming2026-08-17100%
domaindrsdgrady.comcc_skimming2026-08-17100%
domainexpat-advisors.comcc_skimming2026-08-17100%
domainfloridatomatoexchange.comcc_skimming2026-08-17100%
domainferienheimadelboden.chcc_skimming2026-08-17100%
domainforestiptv.comcc_skimming2026-08-17100%
domainforge-de-laguiole.comcc_skimming2026-08-17100%
domainhalaltrust.shopcc_skimming2026-08-17100%
domaini-water.aecc_skimming2026-08-17100%
domainjusttruckandvan.comcc_skimming2026-08-17100%
domainnexalgum.com.brcc_skimming2026-08-17100%
domainnexthireagency.aicc_skimming2026-08-17100%
domainnixoniptv.comcc_skimming2026-08-17100%
domainnordicpouch.co.nzcc_skimming2026-08-17100%
domainrevinternetcard.com.vncc_skimming2026-08-17100%
domainrag.iscc_skimming2026-08-17100%
domainrmbatiment.frcc_skimming2026-08-17100%
domainrock247.cacc_skimming2026-08-17100%
domainrprf.orgcc_skimming2026-08-17100%
domainsaudiembassyattestation.comcc_skimming2026-08-17100%
domainsbmk.uscc_skimming2026-08-17100%
domainshemitah.co.zacc_skimming2026-08-17100%
domainshermanoakslockandsafe.comcc_skimming2026-08-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - magecart
let malicious_domains = dynamic(["azimuth-ai.com", "bryanbuser.com", "buddybucks.pro", "drsdgrady.com", "expat-advisors.com", "floridatomatoexchange.com", "ferienheimadelboden.ch", "forestiptv.com", "forge-de-laguiole.com", "halaltrust.shop", "i-water.ae", "justtruckandvan.com", "nexalgum.com.br", "nexthireagency.ai", "nixoniptv.com", "nordicpouch.co.nz", "revinternetcard.com.vn", "rag.is", "rmbatiment.fr", "rock247.ca", "rprf.org", "saudiembassyattestation.com", "sbmk.us", "shemitah.co.za", "shermanoakslockandsafe.com", "showtimegraphics.com", "skeye.media", "skladpodatkowy.pl", "smieciarki.com", "smkn3-sukawati.sch.id", "southernrooferskingsland.com", "sparkling.ee", "sprezarki.biz.pl", "stiod.com", "stockoptionscafe.com", "styyleddigital.com", "sugarmummies.co.ke", "suzukimobiljakarta.com", "tamidcafe.co.il", "telethunder.com", "terrariumbois.be", "thehealthyglobe.com", "themortgageinstitute.com", "thequotes.com", "therobotmower.co.uk", "tokobarcode.com", "thungxop.com.vn", "tottare.se", "toutautourdumonde.com", "traditionsofthesun.org"]);
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 4 specific false positive scenarios for the ThreatFox: magecart IOCs rule, including targeted filters and exclusions suitable for an enterprise environment:

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