Hostname
manche.fr
Last fetched
manche.fr resolves to 2 IPv4 addresses operated by AS198575 in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
manche.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 |
|---|---|---|---|---|
| 194.146.67.199 | 194.146.66.0/23 | AS198575 | — | FR |
| 194.146.66.105 | 194.146.66.0/23 | AS198575 | — | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- conseil general de la manche
- Contact emails
Subdomains
121 observed subdomains of manche.fr.
Showing 25 of 121. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from manche.fr in the public web crawl.
824 sites link to this hostname.
293 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for manche.fr.
| Mechanism | Target |
|---|---|
| SPF_A | rmvsl.sigems.fr |
| SPF_INCLUDE | itea.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 194.146.66.14/32 |
| SPF_IP | 194.146.66.15/32 |
| SPF_IP | 194.146.67.11/32 |
| SPF_IP | 194.146.67.12/32 |
| SPF_MX | manche.fr |
Related pages
Pivot deeper into the graph from manche.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manche.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.