Skip to content

Hostname

billing.hancom.com

Last fetched

billing.hancom.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · billing.hancom.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/billing.hancom.com

Resolution chain

billing.hancom.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.125.58.23013.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.52.8715.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.36.237.493.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.78.145.13452.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from billing.hancom.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "billing.hancom.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.