Threat-intelligence feed
TOR NetworkLast verified Page fetched
Tor Exit Nodes 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 Tor Exit Nodes.
Tor Exit Nodes is the canonical list of currently-advertised Tor exit-node IP addresses, derived from the Tor directory authorities' published consensus document. An exit node is a Tor relay willing to deliver traffic from the Tor network to the general internet — so traffic appearing to originate from any of these IPs has been routed through the Tor network and the originating user is, by design, not directly identifiable. The list is the primary input for fraud-prevention systems, comment-form spam filters, forum registration deny-lists, and outbound-egress evidence in incident-response work. It is indexed here as the canonical Tor-exit reference.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for Tor Exit Nodesis 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 Tor Exit Nodesacross 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 Tor Exit Nodes. 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 = "Tor Exit Nodes"
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: "Tor Exit Nodes"})
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 Tor Exit Nodes into adjacent entities.