Skip to content

Hostname

blog.codeit.kr

Last fetched

blog.codeit.kr resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · blog.codeit.krRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/blog.codeit.kr

Resolution chain

blog.codeit.kr resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.37.51.303.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.83.403.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.122.22343.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.136.18043.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.14.17543.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.78.94.10552.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with blog.codeit.kr in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from blog.codeit.kr in the public web crawl.

5 sites link to this hostname.

2 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from blog.codeit.kr.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "blog.codeit.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.