Hostname
cerag.fr
Last fetched
cerag.fr resolves to 2 IPv4 addresses operated by AS52013 in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
cerag.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 |
|---|---|---|---|---|
| 46.183.228.232 | 46.183.228.0/22 | AS52013 | — | FR |
| 95.143.65.232 | 95.143.64.0/20 | AS30781 | — | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of cerag.fr.
Web-graph footprint
Distinct hostnames that link to or from cerag.fr in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cerag.fr.
| Mechanism | Target |
|---|---|
| SPF_A | cerag.fr |
| SPF_A | mail.cerag.fr |
| SPF_A | vps-1fe1d5ec.vps.ovh.net |
| SPF_INCLUDE | _mailcust.gandi.net |
| SPF_IP | 46.183.228.232 |
| SPF_IP | 51.254.23.145 |
| SPF_MX | cerag.fr |
Related pages
Pivot deeper into the graph from cerag.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cerag.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.