Hostname
ancoria.com
Last fetched
ancoria.com resolves to 3 IPv4 addresses operated by AS35432 in CY. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
ancoria.com 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 |
|---|---|---|---|---|
| 213.133.80.231 | 213.134.202.0/24 | AS35432 | — | CY |
| 213.7.192.183 | 213.14.80.0/22 | AS6866 | — | CY |
| 81.21.44.68 | 81.21.80.0/21 | AS16229 | — | CY |
WHOIS identity
- Registrar
- iana:73
- Organization
- ancoria insurance public
- Contact emails
Subdomains
17 observed subdomains of ancoria.com.
Web-graph footprint
Distinct hostnames that link to or from ancoria.com in the public web crawl.
12 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ancoria.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ancoria.com |
| SPF_A | mx2.ancoria.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_IP | 185.170.30.164/29 |
| SPF_IP | 213.133.80.230/28 |
| SPF_IP | 213.7.192.182/28 |
| SPF_IP | 81.21.44.64/28 |
Related pages
Pivot deeper into the graph from ancoria.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ancoria.com"})-[: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.