Hostname
subscribe-dev.universalpractice.com.au
Last fetched
subscribe-dev.universalpractice.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.
Nutrition Label
Resolution chain
subscribe-dev.universalpractice.com.au resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.244.87.52 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.60 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.69 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.76 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 3.160.107.100 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.114 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.22 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.107.32 | 3.160.104.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
WHOIS identity
No WHOIS records are currently associated with subscribe-dev.universalpractice.com.au in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from subscribe-dev.universalpractice.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "subscribe-dev.universalpractice.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.