All hostnames cdp.sph.com.sg resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label WHISPER CANON · cdp.sph.com.sg Routing diversity 3.5/10 Peering density 9.6/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/cdp.sph.com.sg Resolution chain cdp.sph.com.sg resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 13.225.5.18 13.225.0.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. IN 13.225.5.2 13.225.0.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. IN 13.225.5.88 13.225.0.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. IN 13.225.5.96 13.225.0.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. IN 13.227.192.22 13.227.192.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. CZ 13.227.192.41 13.227.192.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. CZ 13.227.192.62 13.227.192.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. CZ 13.227.192.84 13.227.192.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. CZ 13.35.58.122 13.35.58.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 13.35.58.40 13.35.58.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 13.35.58.47 13.35.58.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 13.35.58.81 13.35.58.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.166.135.114 3.166.128.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 3.166.135.45 3.166.128.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 3.166.135.79 3.166.128.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 3.166.135.84 3.166.128.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with cdp.sph.com.sg in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from cdp.sph.com.sg in the public web crawl.
7 sites link to this hostname.
Related pages Pivot deeper into the graph from cdp.sph.com.sg.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdp.sph.com.sg"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .