Hostname
lockcept.kr
Last fetched
lockcept.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
lockcept.kr 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 |
|---|---|---|---|---|
| 13.225.158.129 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.47 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.9 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.158.97 | 13.225.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.240.184.103 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.107 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.80 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.87 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ???
- Contact emails
- —
Subdomains
2 observed subdomains of lockcept.kr.
| Subdomain |
|---|
| blog.lockcept.kr |
| nas.lockcept.kr |
Threat posture
History
Related pages
Pivot deeper into the graph from lockcept.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lockcept.kr"})-[: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.