Hostname
secom.candidesk.fr
Last fetched
secom.candidesk.fr resolves to 2 IPv4 addresses operated by AS7552 in VN.
Nutrition Label
Resolution chain
secom.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
No WHOIS records are currently associated with secom.candidesk.fr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from secom.candidesk.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for secom.candidesk.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | finder.clinicaltriallabels.com |
| SPF_INCLUDE | flipper.fredsontravel.com |
| SPF_INCLUDE | navy.fredsontravel.com |
| SPF_INCLUDE | pivo.fredsontravel.com |
| SPF_INCLUDE | reddit.clinicaltriallabels.com |
| SPF_INCLUDE | support.clinicaltriallabels.com |
Related pages
Pivot deeper into the graph from secom.candidesk.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secom.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.