Skip to content

Hostname

mock.dev.capital.de

Last fetched

mock.dev.capital.de resolves to 4 IPv4 addresses operated by HKBN-AS-AP Hong Kong Broadband Network Ltd. in HK.

Nutrition Label

WHISPER CANON · mock.dev.capital.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mock.dev.capital.de

Resolution chain

mock.dev.capital.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.80.97.225203.80.97.0/24AS9269HKBN-AS-AP Hong Kong Broadband Network Ltd.HK
203.80.97.243203.80.97.0/24AS9269HKBN-AS-AP Hong Kong Broadband Network Ltd.HK
23.0.162.7323.0.162.0/24AS20940AKAMAI-ASN1US
23.0.162.7723.0.162.0/24AS20940AKAMAI-ASN1US

WHOIS identity

No WHOIS records are currently associated with mock.dev.capital.de in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mock.dev.capital.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mock.dev.capital.de"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

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