Hostname
abaobab.org
Last fetched
abaobab.org resolves to 1 IPv4 address operated by Online SAS in FR. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
abaobab.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 |
|---|---|---|---|---|
| 163.172.121.92 | 163.172.0.0/16 | AS12876 | Online SAS | FR |
WHOIS identity
- Registrar
- iana:1383
- Organization
- jordi martinez fortuny
- Contact emails
Subdomains
2 observed subdomains of abaobab.org.
| Subdomain |
|---|
| mail.abaobab.org |
| www.abaobab.org |
Web-graph footprint
Distinct hostnames that link to or from abaobab.org in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- abaobab.org
SPF policy
8 SPF mechanisms authorising senders for abaobab.org.
| Mechanism | Target |
|---|---|
| SPF_A | abaobab.org |
| SPF_IP | 163.172.116.185 |
| SPF_IP | 163.172.121.92 |
| SPF_IP | 212.129.28.211 |
| SPF_IP | 212.83.148.135 |
| SPF_IP | 51.15.145.81 |
| SPF_IP | 62.210.8.116 |
| SPF_MX | abaobab.org |
Related pages
Pivot deeper into the graph from abaobab.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abaobab.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.