Hostname
cmap.fr
Last fetched
cmap.fr resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE. WHOIS lists registrar:netsample as the registrar.
Nutrition Label
Resolution chain
cmap.fr 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 |
|---|---|---|---|---|
| 167.99.251.169 | 167.102.96.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
- Registrar
- registrar:netsample
- Organization
- centre mediation arbitrage paris cci
- Contact emails
Subdomains
11 observed subdomains of cmap.fr.
Web-graph footprint
Distinct hostnames that link to or from cmap.fr in the public web crawl.
846 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cmap.fr.
| Mechanism | Target |
|---|---|
| SPF_A | cmap.fr |
| SPF_INCLUDE | spf.byway.it |
| SPF_INCLUDE | spf.cloud.vadesecure.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 185.133.52.0/22 |
| SPF_IP | 213.41.75.47/32 |
| SPF_IP | 51.91.110.114 |
| SPF_IP | 87.98.157.252 |
| SPF_MX | cmap.fr |
Related pages
Pivot deeper into the graph from cmap.fr.
- IP · 167.99.251.169
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · registrar:netsample
- Country · DE
- Email · cmap@cmap.fr
- TLD · .fr
- Browse hostnames · cm…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmap.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.