Hostname
values20.org
Last fetched
values20.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
values20.org 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 |
|---|---|---|---|---|
| 13.33.252.43 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.68 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.69 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.76 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.113.106 | 3.165.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.113.119 | 3.165.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.113.62 | 3.165.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.165.113.8 | 3.165.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
- —
Subdomains
2 observed subdomains of values20.org.
| Subdomain |
|---|
| mail.values20.org |
| www.values20.org |
Web-graph footprint
Distinct hostnames that link to or from values20.org in the public web crawl.
27 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for values20.org.
| Mechanism | Target |
|---|---|
| SPF_A | values20.org |
| SPF_INCLUDE | websitewelcome.com |
| SPF_MX | values20.org |
Related pages
Pivot deeper into the graph from values20.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "values20.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.