Hostname
act.guidedogs.com.au
Last fetched
act.guidedogs.com.au resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.
Nutrition Label
Resolution chain
act.guidedogs.com.au resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.237.152.9 | 13.236.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.104.245.145 | 3.104.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.106.103.226 | 3.104.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
No WHOIS records are currently associated with act.guidedogs.com.au in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for act.guidedogs.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | act.guidedogs.com.au |
| SPF_A | smtp.guidedogs.com.au |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | anchor.net.au |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | smtp.shopify.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 119.252.77.163/32 |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 173.236.20.0/24 |
| SPF_IP | 192.92.97.0/24 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 20.191.193.98/32 |
| SPF_IP | 202.4.227.48 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 52.128.40.0/21 |
| SPF_MX | act.guidedogs.com.au |
Related pages
Pivot deeper into the graph from act.guidedogs.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "act.guidedogs.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.