Hostname
surfer.com
Last fetched
surfer.com resolves to 4 IPv4 addresses operated by FASTLY - Fastly, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
surfer.com 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 |
|---|---|---|---|---|
| 151.101.130.98 | 151.101.128.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.194.98 | 151.101.192.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.2.98 | 151.101.0.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.66.98 | 151.101.64.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
- ********@*****.***
- dns_admin_mail@amilink.com
- domains@grindnetworks.com
- gideon_wezeman@hotmail.com
- 05855afa-d709-43d8-ae59-78f42cd374c7@identity-protect.org
- 6c641872-2fa0-4797-b12a-732f6840bf94@identity-protect.org
- 98ca913a-b65b-4f71-8bed-068969318ce7@identity-protect.org
- cacc253e-4c13-4f64-ae99-c3e775cd9c43@identity-protect.org
- d1c963ea-8053-4627-a6c0-c4a1530b6b36@identity-protect.org
- f0cdd73e-8a6c-4422-8875-e0178af921e9@identity-protect.org
Subdomains
16 observed subdomains of surfer.com.
Web-graph footprint
Distinct hostnames that link to or from surfer.com in the public web crawl.
1,379 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for surfer.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from surfer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "surfer.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.