Skip to content

Hostname

api-dev.us.screens.ai

Last fetched

api-dev.us.screens.ai resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.us.screens.aiRouting diversity4.8/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-dev.us.screens.ai

Resolution chain

api-dev.us.screens.ai resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.76.94100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.220.24100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
23.23.116.21823.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.85.152.1523.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.73.35.22152.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.145.234.2054.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.158.178.21354.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.162.106.13054.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.166.59.10854.166.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.us.screens.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.us.screens.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-dev.us.screens.ai"})-[: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.