Hostname
wray.com.au
Last fetched
wray.com.au resolves to 2 IPv4 addresses operated by AS55803 in AU. WHOIS lists registrar:domain directors pty ltd trading as instra as the registrar.
Nutrition Label
Resolution chain
wray.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 |
|---|---|---|---|---|
| 101.0.115.100 | 101.0.64.0/18 | AS55803 | — | AU |
| 5.22.145.180 | 5.22.145.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:domain directors pty ltd trading as instra
- Organization
- andy crowhurst
- Contact emails
- —
Subdomains
2 observed subdomains of wray.com.au.
Web-graph footprint
Distinct hostnames that link to or from wray.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 wray.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | wray.com.au |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.13.69.0/24 |
| SPF_IP | 116.212.241.50 |
| SPF_IP | 124.47.150.0/24 |
| SPF_IP | 124.47.189.0/24 |
| SPF_IP | 180.189.28.0/24 |
| SPF_IP | 27.54.128.206 |
| SPF_MX | wray.com.au |
Related pages
Pivot deeper into the graph from wray.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wray.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.