Hostname
azavista.com
Last fetched
azavista.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1587 as the registrar.
Nutrition Label
Resolution chain
azavista.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1587
- Organization
- j.p. van der kuijl
- Contact emails
Subdomains
179 observed subdomains of azavista.com.
Showing 25 of 179. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from azavista.com in the public web crawl.
122 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for azavista.com.
| Mechanism | Target |
|---|---|
| SPF_A | azavista.com |
| SPF_A | mail.azavista.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 185.63.155.10 |
| SPF_IP | 35.187.127.103 |
| SPF_IP | 35.204.142.117 |
| SPF_IP | 66.151.150.237 |
| SPF_IP | 67.22.111.164/24 |
| SPF_IP | 67.22.111.165/24 |
Related pages
Pivot deeper into the graph from azavista.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "azavista.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.