Skip to content

Hostname

ngcc.go.kr

Last fetched

ngcc.go.kr resolves to 1 IPv4 address operated by AS17841 in KR.

Nutrition Label

WHISPER CANON · ngcc.go.krRouting diversity1.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/ngcc.go.kr

Resolution chain

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

IPPrefixASNOperatorCountry
27.101.222.10127.101.220.0/22AS17841KR

WHOIS identity

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

Subdomains

3 observed subdomains of ngcc.go.kr.

Web-graph footprint

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

135 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for ngcc.go.kr.

MechanismTarget
SPF_IP125.60.33.0/24

Related pages

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

Cypher and MCP

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

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