Hostname
gorkii.com
Last fetched
gorkii.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
gorkii.com 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 |
|---|---|---|---|---|
| 3.168.178.21 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.35 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.51 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.64 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.175.130.126 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.21 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.65 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.89 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 54.192.151.26 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.5 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.86 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.93 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:3862
- Organization
- amatya technologies
- Contact emails
Subdomains
2 observed subdomains of gorkii.com.
| Subdomain |
|---|
| webmail.gorkii.com |
| www.gorkii.com |
Threat posture
History
Related pages
Pivot deeper into the graph from gorkii.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gorkii.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.