Skip to content

Hostname

stage-api.saaslio.com

Last fetched

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

Nutrition Label

WHISPER CANON · stage-api.saaslio.comRouting diversity5.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/stage-api.saaslio.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.51.87.139100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.216.209.22313.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
13.216.227.15913.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.21.246.15423.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.148.413.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.233.106.323.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.200.163.21734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.232.140.24434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.170.43.2735.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.200.4144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.174.16152.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.146.11198.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with stage-api.saaslio.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from stage-api.saaslio.com.

Cypher and MCP

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

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