Hostname
vanhomes.au
Last fetched
vanhomes.au resolves to 12 IPv4 addresses operated by AS9498 in BH.
Nutrition Label
Resolution chain
vanhomes.au resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.75.11 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.20 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.63 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.83 | 96.0.0.0/3 | AS9498 | — | BH |
| 13.249.91.128 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.14 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.88 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.91.9 | 13.249.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.24.3 | 3.168.24.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.24.34 | 3.168.24.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.24.4 | 3.168.24.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.24.62 | 3.168.24.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with vanhomes.au in WhisperGraph.
Subdomains
1 observed subdomain of vanhomes.au.
| Subdomain |
|---|
| www.vanhomes.au |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for vanhomes.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 3407653.spf02.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from vanhomes.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vanhomes.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.