Hostname
ahip.org
Last fetched
ahip.org resolves to 4 IPv4 addresses operated by FORTINET - Fortinet Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
ahip.org resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 34.194.221.205 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.200.47.87 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.45.168.124 | 52.44.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- america's health insurance plans
- Contact emails
Subdomains
15 observed subdomains of ahip.org.
Web-graph footprint
Distinct hostnames that link to or from ahip.org in the public web crawl.
2,415 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for ahip.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 23808690.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | mail.imismailcenter.com |
| SPF_INCLUDE | sender.zohoinvoice.com |
| SPF_INCLUDE | spf.aristotle.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 20.124.20.189/32 |
| SPF_IP | 20.237.54.85/32 |
| SPF_IP | 52.191.236.200/32 |
| SPF_IP | 52.224.194.95/32 |
| SPF_MX | ahip.org |
Related pages
Pivot deeper into the graph from ahip.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ahip.org"})-[: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.