Skip to content

IPv6 address

100::

Last fetched

100:: is an IPv6 address in WhisperGraph with no current BGP announcement covering it. 100:: is not listed on any threat feed indexed by WhisperGraph; reconciled level NONE.

Threat posture

0threat score (procedure-native scale)

NONE

No threats observed.

Threat feeds listing this
0
Verdict coverage
no-data

Nutrition Label

WHISPER CANON · 100::Routing diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparencyResolver footprintcanon.whisper.security/ip6/100--

Attribution

100:: is not currently announced in BGP. It has no routing attribution in WhisperGraph.

Anycast detection

This does not appear to be an anycast address on the three signals Canon evaluates: reverse DNS, announced-prefix width and the announcing network's peer count. The prefix-width threshold is IPv4-tuned, so treat a negative here as weaker evidence than the same verdict on an IPv4 address.

Reverse DNS

Threat-feed evidence

History

Related pages

Pivot from 100:: into the network and country that carry it.

Cypher and MCP

Reproduce this address's routing attribution against graph.whisper.security:

MATCH (ip:IPV6 {name: "100::"})
OPTIONAL MATCH (ip)-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)-[:ROUTES]->(a:ASN)
OPTIONAL MATCH (a)-[:HAS_NAME]->(n:ASN_NAME)
OPTIONAL MATCH (ip)-[:HAS_COUNTRY]->(c:COUNTRY)
RETURN ap.name AS prefix, a.name AS asn, n.name AS network, c.name AS country

Or query Whisper from your own LLM workflow via the Whisper MCP server.