Hostname
brie.fr
Last fetched
brie.fr resolves to 1 IPv4 address operated by COV-ASN - Covage Infra SASU in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
brie.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 |
|---|---|---|---|---|
| 93.95.60.50 | 93.95.56.0/21 | AS44902 | COV-ASN - Covage Infra SASU | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- mairie de brie
- Contact emails
Subdomains
19 observed subdomains of brie.fr.
Web-graph footprint
Distinct hostnames that link to or from brie.fr in the public web crawl.
16 sites link to this hostname.
67 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for brie.fr.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.ccbc.fr |
| SPF_INCLUDE | spf.sos-data.fr |
| SPF_IP | 93.95.59.192/27 |
| SPF_IP | 93.95.60.0/26 |
| SPF_MX | brie.fr |
Related pages
Pivot deeper into the graph from brie.fr.
- IP · 93.95.60.50
- ASN · AS44902COV-ASN - Covage Infra SASU
- Registrar · registrar:ovh
- Country · FR
- Email · nic@ntconseil.com
- TLD · .fr
- Browse hostnames · br…
- 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: "brie.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.