Hostname
brive.fr
Last fetched
brive.fr has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
brive.fr has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- commune de brive la gaillarde
- Contact emails
Subdomains
49 observed subdomains of brive.fr.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from brive.fr in the public web crawl.
265 sites link to this hostname.
362 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for brive.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.gandi.net |
| SPF_INCLUDE | mx.apovir.net |
| SPF_IP | 109.234.166.78/32 |
| SPF_IP | 188.165.219.201/32 |
| SPF_IP | 188.231.104.105/32 |
| SPF_IP | 188.231.104.107/32 |
| SPF_IP | 194.250.104.231/32 |
| SPF_IP | 194.250.104.233/32 |
| SPF_IP | 217.160.0.95/32 |
| SPF_IP | 80.11.34.98/32 |
| SPF_IP | 80.124.100.29/32 |
| SPF_IP | 91.134.252.187/32 |
| SPF_MX | brive.fr |
Related pages
Pivot deeper into the graph from brive.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brive.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.