Skip to content

Hostname

ice.go.kr

Last fetched

ice.go.kr resolves to 1 IPv4 address operated by AS17584 in KR.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
125.133.134.67125.133.134.0/24AS17584KR

WHOIS identity

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

Subdomains

56 observed subdomains of ice.go.kr.

Web-graph footprint

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

295 sites link to this hostname.

334 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for ice.go.kr.

MechanismTarget
SPF_IP125.133.133.20
SPF_IP125.133.133.21
SPF_IP125.133.133.22
SPF_IP125.133.133.23
SPF_IP125.133.133.24
SPF_IP125.133.133.25
SPF_IP211.46.155.10
SPF_IP211.46.155.11
SPF_IP211.46.155.12
SPF_IP211.46.155.16
SPF_IP211.46.155.17
SPF_IP211.46.155.18

Related pages

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

Cypher and MCP

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

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