Skip to content

Hostname

agent-api.saaslio.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
100.28.35.208100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.29.54.219100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.30.168.48100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.212.122.1383.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.215.235.983.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.229.39.563.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.205.53.15144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.207.178.7244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.223.117.16044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.200.201.18052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.52.10252.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.3.193.17352.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.71.14452.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.158.240.19154.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.80.26.8154.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.204.23054.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.222.25598.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.192.9898.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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