Threat-intelligence feed
General BlacklistsLast verified Page fetched
FireHOL Level 2 is a general blacklists 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 Level 2.
FireHOL Level 2 is the moderate-aggressiveness tier of the FireHOL IP lists project. It extends Level 1 with additional upstream feeds that add coverage of recently-observed scanners, brute-force sources, and short-lived abuse infrastructure — at the cost of a measurably higher false-positive rate than the Level 1 baseline. Level 2 is typically deployed as an outbound-egress filter or as an alerting overlay rather than an inbound default-block, because the broader coverage occasionally catches legitimate traffic from misconfigured or temporarily-misused IPs. It is indexed here as a useful midpoint between conservative Level 1 and aggressive Level 3.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for FireHOL Level 2is 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 1 distinct IPv4 address listed in FireHOL Level 2across 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 Level 2. 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 Level 2"
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 Level 2"})
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 Level 2 into adjacent entities.