Threat-intelligence feed
General BlacklistsLast verified Page fetched
SSL IP Blacklist 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 SSL IP Blacklist.
SSL IP Blacklist is the abuse.ch feed of IP addresses observed serving TLS certificates associated with known malware command-and-control or distribution infrastructure. The detection methodology pivots on shared TLS certificate signatures, JARM fingerprints, and certificate-issuer patterns observed across abuse.ch's broader malware-tracking work (Feodo Tracker, MalwareBazaar, ThreatFox). The IPs published here are confirmed-bad rather than reputation-scored, which keeps the false-positive rate very low at the cost of lower coverage. It is indexed here because TLS-fingerprint-based attribution is a routine technique in modern incident response and the feed is a canonical citation in JARM-pivot research.
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.
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 = "SSL IP Blacklist"
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: "SSL IP Blacklist"})
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 SSL IP Blacklist into adjacent entities.