Hostname
resiconnect.com.au
Last fetched
resiconnect.com.au resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
resiconnect.com.au resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.134.62.76 | 15.145.16.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.106.35.122 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.65.126.191 | 52.81.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.65.62.18 | 52.81.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.252.59.38 | 55.2.14.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.66.49.125 | 54.89.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- daniel amadi
- Contact emails
- —
Subdomains
6 observed subdomains of resiconnect.com.au.
Web-graph footprint
Distinct hostnames that link to or from resiconnect.com.au in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for resiconnect.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from resiconnect.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "resiconnect.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.