Skip to content

Hostname

openapi.work.go.kr

Last fetched

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

Nutrition Label

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

Resolution chain

openapi.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.83210.95.199.0/24AS9707WORKNET-AS Korea Employment Information Management AgencyKR

WHOIS identity

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

Web-graph footprint

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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