Skip to content

Hostname

saving-financial.kr

Last fetched

saving-financial.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · saving-financial.krRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/saving-financial.kr

Resolution chain

saving-financial.kr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.106.18108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.39108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.62108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.95108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.69.12618.161.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.AE
18.161.69.1918.161.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.AE
18.161.69.3318.161.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.AE
18.161.69.5518.161.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.AE

WHOIS identity

No WHOIS records are currently associated with saving-financial.kr in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from saving-financial.kr.

Cypher and MCP

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

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