Hostname
amberframe.com
Last fetched
amberframe.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
amberframe.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.211.105 | 108.156.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.211.43 | 108.156.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.211.6 | 108.156.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.211.94 | 108.156.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.32 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.38 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.75 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.230.93 | 13.32.230.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.45.114 | 52.84.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.45.35 | 52.84.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.45.46 | 52.84.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.45.54 | 52.84.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:1910
- Organization
- contact privacy inc. customer 0160242688
- Contact emails
Subdomains
1 observed subdomain of amberframe.com.
| Subdomain |
|---|
| www.amberframe.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for amberframe.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from amberframe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amberframe.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.