Threat-intelligence feed
General BlacklistsLast verified Page fetched
CINS Score 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 CINS Score.
CINS Score is the Sentinel IPS-derived army-grade IP reputation feed published by the Collective Intelligence Network Security project. It combines reports from a large fleet of Sentinel sensors with a scoring algorithm that prioritises IPs observed across multiple sensors and multiple attack categories — a higher score corresponds to broader observed maliciousness. The feed has been a fixture of community IP reputation lists since the early 2010s and is widely deployed at perimeter firewalls. The scoring methodology is documented and stable, which makes CINS a useful stable-baseline overlay even when newer feeds rotate quickly.
Live data unavailable. WhisperGraph returned an error (WhisperGraph 530) 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 = "CINS Score"
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: "CINS Score"})
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 CINS Score into adjacent entities.