Hostname
study.98point6.com
Last fetched
study.98point6.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
study.98point6.com 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 |
|---|---|---|---|---|
| 52.84.20.2 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.29 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.49 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.56 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.104 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.121 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.37 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.76 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with study.98point6.com in WhisperGraph.
Subdomains
1 observed subdomain of study.98point6.com.
| Subdomain |
|---|
| www.study.98point6.com |
Threat posture
History
Related pages
Pivot deeper into the graph from study.98point6.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "study.98point6.com"})-[: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.