Hostname
jacquesbervas.fr
Last fetched
jacquesbervas.fr resolves to 3 IPv4 addresses operated by AS16276 in FR. WHOIS lists registrar:celeonet sas as the registrar.
Nutrition Label
Resolution chain
jacquesbervas.fr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.95.151.52 | 141.95.128.0/17 | AS16276 | — | FR |
| 152.228.211.140 | 152.228.128.0/17 | AS16276 | — | FR |
| 57.128.31.205 | 57.128.0.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:celeonet sas
- Organization
- 77 courtage auto
- Contact emails
Subdomains
18 observed subdomains of jacquesbervas.fr.
Web-graph footprint
Distinct hostnames that link to or from jacquesbervas.fr in the public web crawl.
69 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for jacquesbervas.fr.
| Mechanism | Target |
|---|---|
| SPF_A | jacquesbervas.fr |
| SPF_A | www.jacquesbervas.fr |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | message-business.com |
| SPF_IP | 80.247.235.123/26 |
| SPF_MX | jacquesbervas.fr |
Related pages
Pivot deeper into the graph from jacquesbervas.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jacquesbervas.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.