Hostname
auzzierv.com.au
Last fetched
auzzierv.com.au resolves to 2 IPv4 addresses operated by AS45671 in AU.
Nutrition Label
Resolution chain
auzzierv.com.au 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 |
|---|---|---|---|---|
| 117.120.14.90 | 117.120.8.0/21 | AS45671 | — | AU |
| 27.50.92.26 | 27.50.92.0/23 | AS45671 | — | AU |
WHOIS identity
No WHOIS records are currently associated with auzzierv.com.au in WhisperGraph.
Subdomains
18 observed subdomains of auzzierv.com.au.
Threat posture
History
Mail and authentication
MX records
- auzzierv.com.au
SPF policy
8 SPF mechanisms authorising senders for auzzierv.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | auzzierv.com.au |
| SPF_INCLUDE | _spf.odoo.com |
| SPF_IP | 117.120.14.90 |
| SPF_IP | 202.130.35.138 |
| SPF_IP | 221.121.144.187 |
| SPF_IP | 27.50.92.26 |
| SPF_IP | 43.245.162.211 |
| SPF_MX | auzzierv.com.au |
Related pages
Pivot deeper into the graph from auzzierv.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auzzierv.com.au"})-[: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.