Hostname
dvfriends.org
Last fetched
dvfriends.org resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
dvfriends.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 |
|---|---|---|---|---|
| 104.16.158.133 | 104.16.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.16.159.133 | 104.16.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.16.189.233 | 104.16.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.190.233 | 104.18.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of dvfriends.org.
| Subdomain |
|---|
| admin.dvfriends.org |
| www.dvfriends.org |
Web-graph footprint
Distinct hostnames that link to or from dvfriends.org in the public web crawl.
36 sites link to this hostname.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for dvfriends.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.ps.computerlogicgroup.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_IP | 149.72.195.0/24 |
| SPF_IP | 18.207.220.0/22 |
| SPF_IP | 204.8.10.114/32 |
| SPF_IP | 206.79.6.128/26 |
| SPF_IP | 208.40.241.140/30 |
| SPF_IP | 216.235.197.198/32 |
| SPF_IP | 216.37.18.6/32 |
| SPF_IP | 44.235.42.0/24 |
| SPF_IP | 64.209.141.221/32 |
Related pages
Pivot deeper into the graph from dvfriends.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dvfriends.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.