Threat-intelligence feed
Ad/Tracking BlocklistsLast verified Page fetched
Hagezi Light 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 Hagezi Light.
Hagezi Light is the conservative-tier DNS blocklist from the Hagezi project, designed for deployment at home routers and on personal Pi-hole / AdGuard Home installations. It targets ad networks, third-party tracking domains, and common analytics endpoints while explicitly avoiding domains that are commonly required for first-party functionality on popular sites. The Light tier is the recommended default for users who want ad-blocking without breaking sites; the Pro tier (also mirrored here) extends coverage at the cost of more frequent false-positive site breakage. It is indexed here because Hagezi is one of the most widely-deployed open DNS blocklists in 2026.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for Hagezi Lightis 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 = "Hagezi Light"
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: "Hagezi Light"})
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 Hagezi Light into adjacent entities.