Hostname
backup.daramis.com
Last fetched
backup.daramis.com resolves to 1 IPv4 address operated by AS51400 in CZ.
Nutrition Label
Resolution chain
backup.daramis.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 77.87.246.10 | 77.87.240.0/21 | AS51400 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with backup.daramis.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for backup.daramis.com.
| Mechanism | Target |
|---|---|
| SPF_A | backup.daramis.com |
| SPF_A | smtp-out.spoje.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-uk.emailsignatures365.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.95.253.64/27 |
| SPF_IP | 89.233.129.0/27 |
| SPF_IP | 89.233.139.96/27 |
| SPF_MX | backup.daramis.com |
Related pages
Pivot deeper into the graph from backup.daramis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "backup.daramis.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.