Hostname
amwell.com
Last fetched
amwell.com resolves to 1 IPv4 address operated by NAVISITE-EAST-2 - Navisite Opco LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
amwell.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.211.47.155 | 207.211.32.0/19 | AS14135 | NAVISITE-EAST-2 - Navisite Opco LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ********
- Contact emails
Subdomains
78 observed subdomains of amwell.com.
Showing 25 of 78. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amwell.com in the public web crawl.
376 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for amwell.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks1.luxsci.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | amwell-com.spf.smtp25.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zixmt1.zixworks.com |
| SPF_IP | 199.30.235.99/32 |
| SPF_IP | 207.211.42.139/32 |
| SPF_IP | 207.211.47.139/32 |
| SPF_IP | 70.42.137.139/32 |
| SPF_IP | 72.167.234.245/32 |
| SPF_MX | amwell.com |
Related pages
Pivot deeper into the graph from amwell.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amwell.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.