Hostname
bertille.org
Last fetched
bertille.org resolves to 1 IPv4 address operated by ASN-NERIM - Keyyo SA in FR. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
bertille.org 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 |
|---|---|---|---|---|
| 80.248.216.3 | 80.248.208.0/20 | AS13193 | ASN-NERIM - Keyyo SA | FR |
WHOIS identity
- Registrar
- iana:1647
- Organization
- lightscreen entertainment
- Contact emails
Subdomains
83 observed subdomains of bertille.org.
Showing 25 of 83. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bertille.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for bertille.org.
| Mechanism | Target |
|---|---|
| SPF_A | admin.bertille.org |
| SPF_A | bertille.org |
| SPF_A | cluster1.bertille.org |
| SPF_A | cluster2.bertille.org |
| SPF_A | cluster3.bertille.org |
| SPF_A | qmail.bertille.org |
| SPF_IP | 80.248.216.11 |
| SPF_IP | 80.248.216.3 |
| SPF_IP | 80.248.216.4 |
| SPF_IP | 80.248.216.5 |
| SPF_IP | 80.248.216.6 |
| SPF_MX | bertille.org |
Related pages
Pivot deeper into the graph from bertille.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bertille.org"})-[: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.