Hostname
amara.com
Last fetched
amara.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
amara.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 |
|---|---|---|---|---|
| 104.109.53.155 | 104.64.0.0/10 | AS20940 | AKAMAI-ASN1 | US |
| 104.126.37.138 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.152 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.96.176 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.96.200 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.16 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.64 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.198 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.202 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.206 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.224.100 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.112 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- amara living
- Contact emails
Subdomains
10 observed subdomains of amara.com.
Web-graph footprint
Distinct hostnames that link to or from amara.com in the public web crawl.
1,252 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for amara.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.176.84.229 |
| SPF_IP | 195.11.175.229 |
| SPF_IP | 77.86.28.73 |
| SPF_IP | 86.17.5.229 |
| SPF_IP | 86.17.5.233 |
Related pages
Pivot deeper into the graph from amara.com.
- IP · 104.109.53.155
- ASN · AS20940AKAMAI-ASN1
- Registrar · iana:269
- Country · US
- Email · 6fb5790a96413d6c935f3a10f118e2e7-43062200@contact.gandi.net
- TLD · .com
- Browse hostnames · am…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amara.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.