Hostname
ipb.fr
Last fetched
ipb.fr has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:gip renater as the registrar.
Nutrition Label
Resolution chain
ipb.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:gip renater
- Organization
- institut polytechnique de bordeaux
- Contact emails
Subdomains
142 observed subdomains of ipb.fr.
Showing 25 of 142. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ipb.fr in the public web crawl.
31 sites link to this hostname.
189 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ipb.fr.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bordeaux-inp.fr |
| SPF_A | mail.ipb.fr |
| SPF_A | smtp2.bordeaux-inp.fr |
| SPF_A | v-smtpdevice01.u-bordeaux.fr |
| SPF_INCLUDE | spf.eudonet.com |
| SPF_INCLUDE | spf.partage.renater.fr |
| SPF_INCLUDE | spf.relay.renater.fr |
| SPF_IP | 147.210.18.85 |
| SPF_IP | 147.210.214.26 |
| SPF_IP | 147.210.215.20 |
| SPF_IP | 147.210.215.56 |
| SPF_IP | 147.210.215.83 |
Related pages
Pivot deeper into the graph from ipb.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipb.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.