Skip to content

Hostname

hemekoglobal.com

Last fetched

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

Nutrition Label

WHISPER CANON · hemekoglobal.comRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/hemekoglobal.com

Resolution chain

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

IPPrefixASNOperatorCountry
15.165.100.215.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.109.20915.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.35.29.1383.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.37.252.363.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.183.3252.79.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.49.6752.79.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with hemekoglobal.com in WhisperGraph.

Subdomains

1 observed subdomain of hemekoglobal.com.

Threat posture

History

Related pages

Pivot deeper into the graph from hemekoglobal.com.

Cypher and MCP

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

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