Skip to content

Hostname

sdm.go.kr

Last fetched

sdm.go.kr resolves to 1 IPv4 address operated by AS9647 in KR.

Nutrition Label

WHISPER CANON · sdm.go.krRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/sdm.go.kr

Resolution chain

sdm.go.kr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
220.65.252.122220.65.252.0/24AS9647KR

WHOIS identity

No WHOIS records are currently associated with sdm.go.kr in WhisperGraph.

Subdomains

18 observed subdomains of sdm.go.kr.

Web-graph footprint

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

274 sites link to this hostname.

262 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for sdm.go.kr.

MechanismTarget
SPF_IP115.84.164.109
SPF_IP115.84.164.242
SPF_IP115.84.164.86
SPF_IP115.84.164.88
SPF_IP211.253.60.18
SPF_IP211.253.60.34
SPF_IP211.253.60.49
SPF_IP211.253.60.65
SPF_IP220.65.252.115
SPF_IP220.65.252.15
SPF_IP220.65.252.30

Related pages

Pivot deeper into the graph from sdm.go.kr.

Cypher and MCP

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

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