Skip to content

Hostname

testpbx.schlemann.com

Last fetched

testpbx.schlemann.com resolves to 2 IPv4 addresses operated by NETCOLOGNE in DE.

Nutrition Label

WHISPER CANON · testpbx.schlemann.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/testpbx.schlemann.com

Resolution chain

testpbx.schlemann.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.14.199.146195.14.192.0/18AS8422NETCOLOGNEDE
213.196.242.150213.196.192.0/18AS8422NETCOLOGNEDE

WHOIS identity

No WHOIS records are currently associated with testpbx.schlemann.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from testpbx.schlemann.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "testpbx.schlemann.com"})-[: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.