Hostname
diegaard.bluejardim.com
Last fetched
diegaard.bluejardim.com resolves to 1 IPv4 address operated by ZEN-ECN - Zenlayer Inc in GB.
Nutrition Label
Resolution chain
diegaard.bluejardim.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 |
|---|---|---|---|---|
| 31.57.35.234 | 31.57.35.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | GB |
WHOIS identity
No WHOIS records are currently associated with diegaard.bluejardim.com in WhisperGraph.
Subdomains
1 observed subdomain of diegaard.bluejardim.com.
| Subdomain |
|---|
| www.diegaard.bluejardim.com |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for diegaard.bluejardim.com.
| Mechanism | Target |
|---|---|
| SPF_A | diegaard.bluejardim.com |
| SPF_A | ecbiz193.inmotionhosting.com |
| SPF_A | smtp.servconfig.com |
| SPF_INCLUDE | smtp.servconfig.com |
| SPF_IP | 107.6.185.18 |
| SPF_IP | 198.46.81.26/24 |
| SPF_IP | 216.194.171.140 |
| SPF_IP | 31.57.35.234 |
| SPF_IP | 45.79.249.234 |
| SPF_IP | 67.199.146.193 |
| SPF_MX | diegaard.bluejardim.com |
Related pages
Pivot deeper into the graph from diegaard.bluejardim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "diegaard.bluejardim.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.