Hostname
www.riverwind.com
Last fetched
www.riverwind.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.riverwind.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.49.70.88 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 107.20.241.233 | 107.20.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.218.11.95 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.226.3.231 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.201.164.59 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.204.239.39 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.70.13.107 | 52.70.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.86.58.205 | 54.86.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.riverwind.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for www.riverwind.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5095364.spf03.hubspotemail.net |
| SPF_INCLUDE | spf-0023f101.pphosted.com |
| SPF_MX | www.riverwind.com |
Related pages
Pivot deeper into the graph from www.riverwind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.riverwind.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.