Hostname
getdigitalsafe.com
Last fetched
getdigitalsafe.com resolves to 15 IPv4 addresses operated by AS21217 in CH. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
getdigitalsafe.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:456
- Organization
- webnames private
- Contact emails
Subdomains
1 observed subdomain of getdigitalsafe.com.
| Subdomain |
|---|
| www.getdigitalsafe.com |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for getdigitalsafe.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.28.42.0/24 |
| SPF_IP | 174.129.25.27 |
| SPF_IP | 203.55.21.0/24 |
| SPF_IP | 204.75.142.0/24 |
| SPF_IP | 205.166.177.0/24 |
| SPF_IP | 27.126.146.96/27 |
| SPF_IP | 27.126.147.96/27 |
| SPF_IP | 27.126.148.96/27 |
| SPF_IP | 50.17.195.127 |
| SPF_IP | 80.80.230.40 |
| SPF_MX | getdigitalsafe.com |
Related pages
Pivot deeper into the graph from getdigitalsafe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "getdigitalsafe.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.