Skip to content

Hostname

test.wpan.cc

Last fetched

test.wpan.cc resolves to 2 IPv4 addresses operated by LEASEWEB-NL-AMS-01 Netherlands in NL.

Nutrition Label

WHISPER CANON · test.wpan.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/test.wpan.cc

Resolution chain

test.wpan.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
37.48.77.7937.48.64.0/18AS60781LEASEWEB-NL-AMS-01 NetherlandsNL
64.120.31.12064.120.28.0/22AS396362LEASEWEB-USA-NYC - Leaseweb USA, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.wpan.cc in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for test.wpan.cc.

MechanismTarget
SPF_IPfdcf:abda:4154::/48

Related pages

Pivot deeper into the graph from test.wpan.cc.

Cypher and MCP

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

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