Hostname
anavo.com
Last fetched
anavo.com resolves to 1 IPv4 address operated by AS63949 in AU. WHOIS lists iana:1376 as the registrar.
Nutrition Label
Resolution chain
anavo.com 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 |
|---|---|---|---|---|
| 172.105.190.66 | 172.105.160.0/19 | AS63949 | — | AU |
WHOIS identity
- Registrar
- iana:1376
- Organization
- tim duncklee
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from anavo.com in the public web crawl.
22 sites link to this hostname.
213 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for anavo.com.
| Mechanism | Target |
|---|---|
| SPF_A | anavo.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | dnsexit.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.71.138/32 |
| SPF_IP | 116.66.231.134/32 |
| SPF_IP | 172.105.190.66 |
| SPF_IP | 180.94.114.5/32 |
| SPF_IP | 212.54.152.16/32 |
| SPF_IP | 60.70.178.74/32 |
| SPF_IP | 65.60.45.154/32 |
| SPF_IP | 66.70.178.74/32 |
| SPF_MX | anavo.com |
Related pages
Pivot deeper into the graph from anavo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anavo.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.