All hostnames manager.bpos.cloud resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label WHISPER CANON · manager.bpos.cloud Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/manager.bpos.cloud Resolution chain manager.bpos.cloud 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 3.5.147.123 3.5.147.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.147.223 3.5.147.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.147.99 3.5.147.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.149.162 3.5.149.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.149.163 3.5.149.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.149.20 3.5.149.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.151.122 3.5.151.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 3.5.151.236 3.5.151.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.124.205 52.219.124.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.125.21 52.219.125.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.128.153 52.219.128.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.132.113 52.219.132.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.164.191 52.219.164.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.164.37 52.219.164.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.164.5 52.219.164.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG 52.219.164.65 52.219.164.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. SG
WHOIS identity No WHOIS records are currently associated with manager.bpos.cloud in WhisperGraph.
Related pages Pivot deeper into the graph from manager.bpos.cloud.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manager.bpos.cloud"})-[: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 .