Hostname
ahs.com
Last fetched
ahs.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
ahs.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.96.21 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.27 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.29 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.88 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 190.98.161.49 | 190.98.160.0/19 | AS12956 | TELXIUS TELXIUS Cable | AR |
| 190.98.161.65 | 190.98.160.0/19 | AS12956 | TELXIUS TELXIUS Cable | AR |
| 2.17.100.138 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.242 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.136 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.147 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 65.9.175.111 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.42 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.45 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.78 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- american home shield
- Contact emails
Subdomains
81 observed subdomains of ahs.com.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ahs.com in the public web crawl.
2,867 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ahs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | spf.extole.io |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 216.52.6.188/32 |
| SPF_IP | 216.52.6.88/32 |
Related pages
Pivot deeper into the graph from ahs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ahs.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.