Hostname
mistyclouds.fr
Last fetched
mistyclouds.fr resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.
Nutrition Label
Resolution chain
mistyclouds.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 167.71.65.182 | 167.71.64.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
| 2.56.157.243 | 2.56.156.0/23 | AS15401 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mistyclouds.fr in WhisperGraph.
Subdomains
1 observed subdomain of mistyclouds.fr.
| Subdomain |
|---|
| www.mistyclouds.fr |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for mistyclouds.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.infomaniak.ch |
| SPF_INCLUDE | _spf_cloudways.mcube.fr |
| SPF_INCLUDE | probesys.com |
Related pages
Pivot deeper into the graph from mistyclouds.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mistyclouds.fr"})-[: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.