Hostname
centaure.com
Last fetched
centaure.com resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
centaure.com 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 |
|---|---|---|---|---|
| 193.70.103.116 | 193.70.0.0/17 | AS16276 | OVH | FR |
| 37.59.205.120 | 37.59.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- iana:1251
- Organization
- caisse nationale de reassurance mutuelle agricole groupama
- Contact emails
Subdomains
38 observed subdomains of centaure.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from centaure.com in the public web crawl.
56 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for centaure.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | message-business.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.83.144.239 |
| SPF_IP | 91.223.125.0/24 |
Related pages
Pivot deeper into the graph from centaure.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "centaure.com"})-[: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.