Skip to content

Hostname

bluedawn.kr

Last fetched

bluedawn.kr resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · bluedawn.krRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/bluedawn.kr

Resolution chain

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

IPPrefixASNOperatorCountry
18.173.132.1618.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.2518.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.3918.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.9818.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.303.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.423.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.523.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.158.723.163.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.50.10152.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.11152.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.12652.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.4452.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO

WHOIS identity

No WHOIS records are currently associated with bluedawn.kr in WhisperGraph.

Subdomains

6 observed subdomains of bluedawn.kr.

Web-graph footprint

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

61 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for bluedawn.kr.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP52.79.92.223/32

Related pages

Pivot deeper into the graph from bluedawn.kr.

Cypher and MCP

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

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