Threat-intelligence feed
ProxiesLast verified Page fetched
FireHOL Anonymous is a proxies 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 FireHOL Anonymous.
FireHOL Anonymous is the anonymising-infrastructure rollup from the FireHOL IP lists project. It aggregates known Tor exit nodes, public open proxies, and known commercial VPN egress IPs from a curated set of upstream feeds. The intent is operational: many fraud-prevention and abuse-response teams want to flag (not necessarily block) traffic from known anonymising infrastructure, and a single combined list reduces feed-management overhead. The feed is intentionally broader than any individual upstream — sub-feeds covering only Tor or only commercial VPNs are also published separately. It is indexed here as a record for anonymous-traffic policy decisions.
FEED_SOURCE node confirmed. WhisperGraph carries this feed under the same category (Proxies) as the editorial entry above. The graph identifier firehol-anonymous matches the live f.id property.
WhisperGraph has observed 27 distinct IPv4 addresses listed in FireHOL Anonymousacross 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 FireHOL Anonymous. 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 = "FireHOL Anonymous"
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: "FireHOL Anonymous"})
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 FireHOL Anonymous into adjacent entities.