Hostname
server.almandarah.com
Last fetched
server.almandarah.com resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
server.almandarah.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 |
|---|---|---|---|---|
| 46.4.62.70 | 46.4.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with server.almandarah.com in WhisperGraph.
Subdomains
1 observed subdomain of server.almandarah.com.
| Subdomain |
|---|
| www.server.almandarah.com |
Threat posture
History
Mail and authentication
MX records
- server.almandarah.com
SPF policy
8 SPF mechanisms authorising senders for server.almandarah.com.
| Mechanism | Target |
|---|---|
| SPF_A | server.almandarah.com |
| SPF_INCLUDE | bronzmail.com |
| SPF_INCLUDE | exaservers.com |
| SPF_INCLUDE | gwefa02.exaservers.com |
| SPF_IP | 173.208.48.244 |
| SPF_IP | 23.106.234.10 |
| SPF_IP | 75.119.148.20 |
| SPF_MX | server.almandarah.com |
Related pages
Pivot deeper into the graph from server.almandarah.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "server.almandarah.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.