Hostname
ak-sh.com
Last fetched
ak-sh.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ak-sh.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.219.64.102 | 52.219.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.66.102 | 52.219.66.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:468
- Organization
- shanghai yafeng machinery co.ltd.
- Contact emails
- keney_kee@163.com
- 02a89d64-7346-4850-946c-41ed7c226696@identity-protect.org
- 2e55cff5-d875-4674-943f-b5a13082b0ff@identity-protect.org
- d8037d82-e374-48f4-b00a-a8997f7f9696@identity-protect.org
- f16abfd0-b752-463a-96bb-cea6b7e238e9@identity-protect.org
- f7f016dc-e2bb-4fad-a974-1821d64f6694@identity-protect.org
Subdomains
1 observed subdomain of ak-sh.com.
| Subdomain |
|---|
| www.ak-sh.com |
Web-graph footprint
Distinct hostnames that link to or from ak-sh.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ak-sh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ak-sh.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.