Hostname
api.safe.global
Last fetched
api.safe.global resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.safe.global resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.29.14 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.25 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.5 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.90 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.10 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.105 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.39 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.45 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.safe.global in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.safe.global in the public web crawl.
17 sites link to this hostname.
Sample inbound links
- safe-transaction-arbitrum.safe.global
- safe-transaction-avalanche.safe.global
- safe-transaction-base.safe.global
- safe-transaction-base-sepolia.safe.global
- safe-transaction-blast.safe.global
- safe-transaction-bsc.safe.global
- safe-transaction-celo.safe.global
- safe-transaction-chiado.safe.global
- safe-transaction-gnosis-chain.safe.global
- safe-transaction-linea.safe.global
Threat posture
History
Related pages
Pivot deeper into the graph from api.safe.global.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.safe.global"})-[: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.