Threat-intelligence feed
TOR NetworkLast verified Page fetched
Dan Tor Exit is a tor network 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 Dan Tor Exit.
Dan Tor Exit is the long-running Tor exit-node deny-list maintained by Dan Pollock, the same curator behind the someonewhocares.org hosts file. It enumerates the current set of advertised Tor exit-node IPs scraped from the Tor directory authorities; the refresh cadence is fast enough that a node added or removed from the consensus appears on the list within a few minutes. The feed is widely deployed as a comment-form spam filter, a forum registration deny-list, and as outbound-egress evidence in fraud investigations. It is indexed here because it is one of the most commonly cited Tor exit lists in operational documentation.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for Dan Tor Exitis 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.
WhisperGraph has observed 11 distinct IPv4 addresses listed in Dan Tor Exitacross the directory's curated host corpus. This is a sampled lower bound — the feed's full membership is larger — surfaced because LISTED_IN cannot be enumerated from the feed side directly (see the Cypher panel below).
A sample of IPv4 addresses currently listed in Dan Tor Exit. Each links to its full infrastructure profile.
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 = "Dan Tor Exit"
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: "Dan Tor Exit"})
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 Dan Tor Exit into adjacent entities.