Hostname
coaib.org
Last fetched
coaib.org resolves to 2 IPv4 addresses operated by AS3352 in ES. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
coaib.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.170.59.171 | 212.170.0.0/16 | AS3352 | — | ES |
| 213.96.91.167 | 213.96.0.0/16 | AS3352 | — | ES |
WHOIS identity
- Registrar
- iana:83
- Organization
- col.legi oficial d'arquitectes de les illes balears
- Contact emails
Subdomains
6 observed subdomains of coaib.org.
Web-graph footprint
Distinct hostnames that link to or from coaib.org in the public web crawl.
49 sites link to this hostname.
109 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 coaib.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.170.59.171 |
| SPF_IP | 213.96.91.167 |
| SPF_IP | 217.127.199.77 |
| SPF_IP | 80.26.108.13 |
| SPF_IP | 83.56.35.220 |
| SPF_MX | coaib.org |
Related pages
Pivot deeper into the graph from coaib.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "coaib.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.