Hostname
candidesk.fr
Last fetched
candidesk.fr resolves to 2 IPv4 addresses operated by AS7552 in VN. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
candidesk.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 |
|---|---|---|---|---|
| 171.244.27.203 | 171.244.0.0/16 | AS7552 | — | VN |
| 66.181.38.208 | 66.181.32.0/19 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of candidesk.fr.
Threat posture
History
Mail and authentication
MX records
- candidesk.fr
SPF policy
6 SPF mechanisms authorising senders for candidesk.fr.
| Mechanism | Target |
|---|---|
| SPF_IP | 151.242.111.11 |
| SPF_IP | 151.242.111.14 |
| SPF_IP | 151.242.111.19 |
| SPF_IP | 151.242.111.20 |
| SPF_IP | 151.242.111.21 |
| SPF_IP | 171.244.27.203 |
Related pages
Pivot deeper into the graph from candidesk.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "candidesk.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.