Threat-intelligence feed
General BlacklistsLast verified Page fetched
InterServer RBL 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 InterServer RBL.
InterServer RBL is the public IP reputation feed published by hosting provider InterServer.net, derived from their network-wide abuse-detection and customer-complaint pipelines. The list focuses on IPs observed performing mass scanning, brute-force authentication attacks, and spam delivery against InterServer-hosted properties; entries are vetted by the abuse desk before publication, which keeps the false-positive rate low compared to fully-automated community feeds. Mail and web operators use it as a free deny-list overlay alongside Spamhaus and SORBS. It is indexed here as a citable provider-derived reference list for hosting-abuse research.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for InterServer RBLis 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 = "InterServer RBL"
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: "InterServer RBL"})
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 InterServer RBL into adjacent entities.