Hostname
daramis.com
Last fetched
daramis.com resolves to 1 IPv4 address operated by AS51400 in CZ. WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
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
- Registrar
- iana:1505
- Organization
- keen capital, s.r.o.
- Contact emails
Subdomains
20 observed subdomains of daramis.com.
Showing 17 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from daramis.com in the public web crawl.
44 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for daramis.com.
| Mechanism | Target |
|---|---|
| SPF_A | 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 | daramis.com |
Related pages
Pivot deeper into the graph from daramis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.