Threat-intelligence feed
Ad/Tracking BlocklistsLast verified Page fetched
StevenBlack Hosts is a ad/tracking blocklists threat-intelligence feed tracked by WhisperGraph as a FEED_SOURCE node. The Whisper Internet Directory publishes this page so security analysts and LLM agents can link to it as a stable record for StevenBlack Hosts.
StevenBlack Hosts is one of the longest-running and most widely deployed unified hosts files on GitHub. It aggregates dozens of upstream community blocklists into a single hosts file (and a per-category set of variants) suitable for direct deployment via /etc/hosts, Pi-hole, or AdGuard Home. Coverage spans ad networks, malware distribution, fakenews-tagged domains, and adult content; per-category variants (ads-only, malware-only, etc.) let users opt into tighter scopes. The project receives frequent contributor PRs and is one of the most-starred host-file repositories. It is indexed here because it is the default reference file for many open-source DNS-blocking tools.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for StevenBlack Hostsis committed to the directory but the corresponding graph node is missing — typically a transient state during the threat-feed import pipeline's between-runs window. The page will reconcile on the next revalidation.
Indicators: Computing — check back later. The precompute pipeline is building this feed's indicator sample from the host corpus and will populate the count and representative addresses on an upcoming run.
Look up which threat feeds list a given IP — the indicator-anchored query that powers the threat card:
MATCH (ip:IPV4 {name: $ip})-[:LISTED_IN]->(f:FEED_SOURCE)
WHERE f.name = "StevenBlack Hosts"
WITH f
MATCH (f)-[:BELONGS_TO]->(c:CATEGORY)
RETURN f.name AS feed, c.name AS categoryVerify the feed's graph-side identity directly:
MATCH (f:FEED_SOURCE {name: "StevenBlack Hosts"})
OPTIONAL MATCH (f)-[:BELONGS_TO]->(c:CATEGORY)
RETURN f.id AS id, f.name AS name, c.name AS categoryOr query Whisper from your own LLM workflow via the Whisper MCP server.
Pivot from StevenBlack Hosts into adjacent entities.