Hostname
tt.koreanpc.kr
Last fetched
tt.koreanpc.kr resolves to 3 IPv4 addresses operated by AS4766 in KR.
Nutrition Label
Resolution chain
tt.koreanpc.kr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 218.145.31.156 | 218.144.0.0/13 | AS4766 | — | KR |
| 3.35.66.226 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.35.99.236 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with tt.koreanpc.kr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from tt.koreanpc.kr in the public web crawl.
7 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from tt.koreanpc.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tt.koreanpc.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.