LIVE_FEED
--:--:--[HIGH]shop-***-deals.comMagecart skimmer (Group 7)// US-EAST--:--:--[HIGH]wp-***-blog.netDrive-by iframe → exploit kit// EU-WEST--:--:--[MEDIUM]cdn-***-helper.ioObfuscated cryptominer (CoinIMP)// AP-SOUTH--:--:--[HIGH]auth-***-login.coCredential phishing kit (16shop)// EU-CENTRAL--:--:--[MEDIUM]media-***-files.orgMalicious redirect chain → ClickFix// US-WEST--:--:--[HIGH]support-***-desk.comFakeUpdates / SocGholish payload// US-EAST--:--:--[LOW]track-***-pixel.appUnauthorized 3rd-party tracker// EU-NORTH--:--:--[MEDIUM]img-***-host.ruDrive-by download (TLD reputation)// EU-EAST--:--:--[HIGH]api-***-stats.xyzC2 beacon (Cobalt Strike profile)// AP-EAST--:--:--[LOW]promo-***-coupon.shopAffiliate cloaking + cookie stuff// US-CENTRAL--:--:--[HIGH]shop-***-deals.comMagecart skimmer (Group 7)// US-EAST--:--:--[HIGH]wp-***-blog.netDrive-by iframe → exploit kit// EU-WEST--:--:--[MEDIUM]cdn-***-helper.ioObfuscated cryptominer (CoinIMP)// AP-SOUTH--:--:--[HIGH]auth-***-login.coCredential phishing kit (16shop)// EU-CENTRAL--:--:--[MEDIUM]media-***-files.orgMalicious redirect chain → ClickFix// US-WEST--:--:--[HIGH]support-***-desk.comFakeUpdates / SocGholish payload// US-EAST--:--:--[LOW]track-***-pixel.appUnauthorized 3rd-party tracker// EU-NORTH--:--:--[MEDIUM]img-***-host.ruDrive-by download (TLD reputation)// EU-EAST--:--:--[HIGH]api-***-stats.xyzC2 beacon (Cobalt Strike profile)// AP-EAST--:--:--[LOW]promo-***-coupon.shopAffiliate cloaking + cookie stuff// US-CENTRAL
← назад към блога
Engineering2026-05-127 мин. четене

What Is a Malware Domain Blocklist (and How We Merge 500+ Sources)

A blocklist is only as good as its sources and update frequency. Here's how we consolidate over 500 feeds into a single solution at every scan.

A malware domain blocklist is a curated collection of domains and IP addresses known to host malware, phishing, command-and-control (C2) infrastructure, or exfiltration endpoints. For web skimming the value is direct: if a checkout page connects to a domain on such a list, you have a confirmed incident.

One source is never enough. Different feeds cover different threats, update at different frequencies, and have different false-positive rates. That's why ExploitShield consolidates over 500 sources across several categories: commercial intelligence (Spamhaus DBL, DROP, SURBL), open community feeds (URLhaus, OpenPhish, PhishTank, abuse.ch, MalwareBazaar, Feodo Tracker, ThreatFox), DNS-layer reputation (Quad9, public OpenDNS lists), and general detection lists (Maltrail, StevenBlack).

The merge process: each feed is normalized to a canonical form (domain, IP, or URL pattern), deduplicated across sources, tagged with provenance and trust, and refreshed hourly. At every scan the outbound destinations seen by the browser are checked against the merged set — not a stale local copy.

Why update frequency matters: exfiltration domains often live only days. A weekly-updated list misses them entirely. By checking at every scan against hourly-refreshed feeds, we catch domains in their first hours of activity — exactly the window in which a campaign inflicts the most damage.

The blocklist is not the whole story — a brand-new domain not yet in any feed is flagged via WHOIS age and skimmer-endpoint heuristics. But for known threats, broad and frequently updated coverage is the first line of defense, which is why we treat it as an engineering problem rather than a one-time integration.