Skip to content

Hostname

intro-testing.span.io

Last fetched

intro-testing.span.io resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · intro-testing.span.ioRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/intro-testing.span.io

Resolution chain

intro-testing.span.io resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.147.159.24416.147.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.163.137.19035.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.118.535.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.167.70.6835.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.39.21144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.170.7844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.235.155.8844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.26.83.20552.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.189.90.15354.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with intro-testing.span.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from intro-testing.span.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "intro-testing.span.io"})-[: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.