Hostname
www.validtreerisk.com
Last fetched
www.validtreerisk.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.validtreerisk.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.226.77.200 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.validtreerisk.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for www.validtreerisk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 100.29.201.86 |
| SPF_IP | 100.50.7.200 |
| SPF_IP | 3.209.127.52 |
| SPF_IP | 3.224.142.216 |
| SPF_IP | 3.232.238.123 |
| SPF_IP | 3.234.175.78 |
| SPF_IP | 34.197.202.70/32 |
| SPF_IP | 34.198.181.13/32 |
| SPF_IP | 34.204.226.10/32 |
| SPF_IP | 34.225.159.212/32 |
| SPF_IP | 34.226.170.12/32 |
| SPF_IP | 34.230.129.219/32 |
| SPF_IP | 44.198.41.24 |
| SPF_IP | 52.1.148.142/32 |
| SPF_IP | 52.1.81.18/32 |
| SPF_IP | 52.200.80.155 |
| SPF_IP | 52.204.13.182/32 |
| SPF_IP | 52.45.116.254/32 |
| SPF_IP | 54.226.192.23 |
| SPF_IP | 66.29.194.0/25 |
Related pages
Pivot deeper into the graph from www.validtreerisk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.validtreerisk.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.