Skip to content

Hostname

know.work.go.kr

Last fetched

know.work.go.kr resolves to 1 IPv4 address operated by WORKNET-AS Korea Employment Information Management Agency in KR.

Nutrition Label

WHISPER CANON · know.work.go.krRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/know.work.go.kr

Resolution chain

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

IPPrefixASNOperatorCountry
210.95.199.60210.95.199.0/24AS9707WORKNET-AS Korea Employment Information Management AgencyKR

WHOIS identity

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

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from know.work.go.kr.

Cypher and MCP

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

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