Threat-intelligence feed
General BlacklistsLast verified Page fetched
IPsum 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 IPsum.
IPsum is the meta-aggregator IP reputation feed maintained by Miroslav Stampar. It is composed of dozens of upstream community deny-lists, scored by the number of independent lists each IP appears on. The published feed is tiered (level 1 through level 8) so operators can pick the confidence threshold appropriate for their deployment — level 1 is the union of every upstream and very noisy, level 8 is restricted to IPs flagged by eight or more independent sources and is consequently very high-confidence. The methodology is fully documented and reproducible. It is indexed here because IPsum is a canonical academic-research baseline for IP reputation work.
Live data unavailable. WhisperGraph returned an error (WhisperGraph 524) while looking up this FEED_SOURCE node. The editorial content above is authoritative; the live-data check will retry on the next page revalidation.
WhisperGraph has observed 11 distinct IPv4 addresses listed in IPsumacross 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 IPsum. 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 = "IPsum"
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: "IPsum"})
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 IPsum into adjacent entities.