Skip to content

Hostname

api-demo.captyn.com

Last fetched

api-demo.captyn.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-demo.captyn.comRouting diversity5.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-demo.captyn.com

Resolution chain

api-demo.captyn.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.25.28.77100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.208.213.1853.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.130.2403.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.97.523.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.199.52.22134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.81.18452.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.74.2152.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.198.245.1254.198.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.235.112.21354.234.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.237.92.14554.237.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.80.245.14454.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.82.108.25598.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-demo.captyn.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-demo.captyn.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-demo.captyn.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.