Skip to content

Hostname

test.vsplanet.net

Last fetched

test.vsplanet.net resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · test.vsplanet.netRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/test.vsplanet.net

Resolution chain

test.vsplanet.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.28.12104.21.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.170.37172.67.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
45.158.37.14445.158.36.0/23AS29802HVC-AS - HIVELOCITY, Inc.NL

WHOIS identity

No WHOIS records are currently associated with test.vsplanet.net in WhisperGraph.

Subdomains

1 observed subdomain of test.vsplanet.net.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for test.vsplanet.net.

MechanismTarget
SPF_Atest.vsplanet.net
SPF_IP184.154.137.178
SPF_IP185.17.186.11
SPF_IP45.158.37.144
SPF_IP95.211.113.6
SPF_MXtest.vsplanet.net

Related pages

Pivot deeper into the graph from test.vsplanet.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test.vsplanet.net"})-[: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.