Hostname
amtrak.com
Last fetched
amtrak.com resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
amtrak.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.30.164.236 | 184.30.160.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.201.246.188 | 23.201.240.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.45.104.184 | 23.45.96.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- amtrak
- Contact emails
Subdomains
268 observed subdomains of amtrak.com.
Showing 25 of 268. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amtrak.com in the public web crawl.
11,816 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for amtrak.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc2612-17.iphmx.com |
| SPF_INCLUDE | _spf-dc4.sapsf.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | spf.au.enablon.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com |
| SPF_IP | 12.7.224.10 |
| SPF_IP | 12.7.225.18 |
| SPF_IP | 12.7.225.39 |
| SPF_IP | 172.214.67.207/32 |
| SPF_IP | 174.129.192.189/32 |
| SPF_IP | 174.129.8.146/32 |
| SPF_IP | 204.93.133.96/27 |
| SPF_IP | 206.51.247.0/27 |
| SPF_IP | 217.117.153.196/27 |
| SPF_IP | 23.251.237.159/32 |
| SPF_IP | 23.251.237.160/29 |
| SPF_IP | 23.251.237.168/30 |
| SPF_IP | 50.31.202.32/27 |
| SPF_IP | 65.196.93.7/32 |
| SPF_IP | 70.33.172.36 |
| SPF_IP | 74.179.243.94/32 |
| SPF_IP | 85.233.200.160/27 |
| SPF_MX | amtrak.com |
Related pages
Pivot deeper into the graph from amtrak.com.
- IP · 184.30.164.236
- ASN · AS16625AKAMAI-AS - Akamai Technologies, Inc.
- Registrar · iana:2
- Country · US
- Email · lebos@amtrak.com
- 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: "amtrak.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.