Hostname
digivam.app
Last fetched
digivam.app resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
digivam.app resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.22.157 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.205.129 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 78.46.26.115 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- —
- Contact emails
Subdomains
17 observed subdomains of digivam.app.
Web-graph footprint
Distinct hostnames that link to or from digivam.app in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.a9494a4471a5.digivam.app
- digivam.app
SPF policy
5 SPF mechanisms authorising senders for digivam.app.
| Mechanism | Target |
|---|---|
| SPF_A | digivam.app |
| SPF_IP | 185.141.132.10 |
| SPF_IP | 45.135.243.111 |
| SPF_IP | 95.217.65.206 |
| SPF_MX | digivam.app |
Related pages
Pivot deeper into the graph from digivam.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digivam.app"})-[: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.