Hostname
choose.physio
Last fetched
choose.physio resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
choose.physio 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.165.227.126 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.3 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.57 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.68 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 99.84.91.116 | 99.84.144.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.120 | 99.84.144.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.14 | 99.84.144.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.75 | 99.84.144.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
WHOIS identity
- Registrar
- iana:1291
- Organization
- domain protection services,
- Contact emails
- —
Subdomains
10 observed subdomains of choose.physio.
Web-graph footprint
Distinct hostnames that link to or from choose.physio in the public web crawl.
211 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from choose.physio.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "choose.physio"})-[: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.