Hostname
list.hcn.org
Last fetched
list.hcn.org resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
list.hcn.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.210.132.119 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.36.173.12 | 52.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with list.hcn.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from list.hcn.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for list.hcn.org.
| Mechanism | Target |
|---|---|
| SPF_A | list.hcn.org |
| SPF_IP | 174.46.206.0/23 |
| SPF_IP | 207.170.245.128/25 |
| SPF_IP | 54.68.98.211 |
| SPF_IP | 66.194.65.32/27 |
| SPF_IP | 74.203.48.0/23 |
| SPF_IP | 74.203.57.0/24 |
| SPF_MX | list.hcn.org |
Related pages
Pivot deeper into the graph from list.hcn.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "list.hcn.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.