Hostname
web.test.habitus.cloud
Last fetched
web.test.habitus.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
web.test.habitus.cloud resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.251.126 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.50 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.57 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.93 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.64.236.20 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.52 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.8 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.236.86 | 18.64.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.164.47 | 3.175.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SA |
| 3.175.164.95 | 3.175.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SA |
| 3.175.164.96 | 3.175.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SA |
| 3.175.164.99 | 3.175.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SA |
WHOIS identity
No WHOIS records are currently associated with web.test.habitus.cloud in WhisperGraph.
Subdomains
1 observed subdomain of web.test.habitus.cloud.
| Subdomain |
|---|
| www.web.test.habitus.cloud |
Threat posture
History
Related pages
Pivot deeper into the graph from web.test.habitus.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web.test.habitus.cloud"})-[: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.