Skip to content

Hostname

delivery-api.saipos.com

Last fetched

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

Nutrition Label

WHISPER CANON · delivery-api.saipos.comRouting diversity5.4/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/delivery-api.saipos.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.210.212.19318.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.214.41.753.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.193.187.14734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.173.7834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.6.244.9052.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.211.94.2654.211.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.96.21852.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.0.122.21552.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
32.197.101.20132.196.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.186.5098.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
32.192.129.13932.192.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
100.59.179.220100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with delivery-api.saipos.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from delivery-api.saipos.com.

Cypher and MCP

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

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