Hostname
cloud-01.webdirect.com.au
Last fetched
cloud-01.webdirect.com.au resolves to 1 IPv4 address operated by AS58928 in AU.
Nutrition Label
Resolution chain
cloud-01.webdirect.com.au 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 |
|---|---|---|---|---|
| 103.248.96.164 | 103.248.96.0/24 | AS58928 | — | AU |
WHOIS identity
No WHOIS records are currently associated with cloud-01.webdirect.com.au in WhisperGraph.
Subdomains
1 observed subdomain of cloud-01.webdirect.com.au.
| Subdomain |
|---|
| www.cloud-01.webdirect.com.au |
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for cloud-01.webdirect.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | cloud-01.webdirect.com.au |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | sendmetric.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 110.232.113.131 |
| SPF_IP | 45.124.52.198 |
| SPF_IP | 45.124.53.153 |
| SPF_MX | alt1.aspmx.l.google.com |
| SPF_MX | alt2.aspmx.l.google.com |
| SPF_MX | alt3.aspmx.l.google.com |
| SPF_MX | alt4.aspmx.l.google.com |
| SPF_MX | aspmx.l.google.com |
| SPF_MX | cloud-01.webdirect.com.au |
| SPF_MX | mx1.mailchannels.net |
| SPF_MX | mx2.mailchannels.net |
Related pages
Pivot deeper into the graph from cloud-01.webdirect.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud-01.webdirect.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.