Hostname
node1.com.au
Last fetched
node1.com.au resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:discount domain name services pty ltd as the registrar.
Nutrition Label
Resolution chain
node1.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 |
|---|---|---|---|---|
| 104.18.24.45 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.25.45 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:discount domain name services pty ltd
- Organization
- domain administrator
- Contact emails
- —
Subdomains
45 observed subdomains of node1.com.au.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from node1.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for node1.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | node1.com.au |
| SPF_INCLUDE | spf.logicit.net |
| SPF_IP | 103.247.0.20/32 |
| SPF_IP | 103.70.72.18/32 |
| SPF_IP | 202.40.3.138/27 |
| SPF_IP | 203.30.68.64/28 |
| SPF_IP | 2407:5400:3::/64 |
| SPF_IP | 67.213.142.0/27 |
| SPF_IP | 69.169.235.138 |
| SPF_MX | node1.com.au |
Related pages
Pivot deeper into the graph from node1.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "node1.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.