Hostname
brest.fr
Last fetched
brest.fr resolves to 1 IPv4 address operated by OUTSCALE in FR. WHOIS lists registrar:nordnet as the registrar.
Nutrition Label
Resolution chain
brest.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 |
|---|---|---|---|---|
| 142.44.37.139 | 142.44.32.0/20 | AS50624 | OUTSCALE | FR |
WHOIS identity
- Registrar
- registrar:nordnet
- Organization
- ville de brest
- Contact emails
Subdomains
23 observed subdomains of brest.fr.
Showing 21 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from brest.fr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for brest.fr.
| Mechanism | Target |
|---|---|
| SPF_A | brest-metropole-oceane.fr |
| SPF_A | mailhost.brest-metropole.fr |
| SPF_A | mailhost2.brest-metropole.fr |
| SPF_IP | 142.44.37.139 |
| SPF_IP | 171.33.111.167 |
| SPF_MX | brest.fr |
Related pages
Pivot deeper into the graph from brest.fr.
- IP · 142.44.37.139
- ASN · AS50624OUTSCALE
- Registrar · registrar:nordnet
- Country · FR
- Email · jacques.beyou@brest-metropole-oceane.fr
- 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: "brest.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.