Skip to content

Hostname

codingworld.137-5.com

Last fetched

codingworld.137-5.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · codingworld.137-5.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/codingworld.137-5.com

Resolution chain

codingworld.137-5.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.185.1053.5.184.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.185.1073.5.184.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.185.1253.5.184.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.185.593.5.184.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.185.983.5.184.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.186.1703.5.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.187.323.5.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.187.63.5.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.187.933.5.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.189.1223.5.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.5.189.453.5.188.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
52.219.146.8052.219.146.0/24AS16509AMAZON-02 - Amazon.com, Inc.KR
52.219.202.1252.219.202.0/24AS16509AMAZON-02 - Amazon.com, Inc.KR
52.219.202.8852.219.202.0/24AS16509AMAZON-02 - Amazon.com, Inc.KR
52.219.204.7652.219.204.0/24AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with codingworld.137-5.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from codingworld.137-5.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "codingworld.137-5.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 20

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