Skip to content

Hostname

postech.ac.kr

Last fetched

postech.ac.kr resolves to 1 IPv4 address operated by POSTECH-AS-KR Pohang University of Science and Technology in KR.

Nutrition Label

WHISPER CANON · postech.ac.krRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/postech.ac.kr

Resolution chain

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

IPPrefixASNOperatorCountry
141.223.5.166141.223.0.0/18AS3784POSTECH-AS-KR Pohang University of Science and TechnologyKR

WHOIS identity

No WHOIS records are currently associated with postech.ac.kr in WhisperGraph.

Subdomains

11,983 observed subdomains of postech.ac.kr.

Web-graph footprint

Distinct hostnames that link to or from postech.ac.kr in the public web crawl.

1,059 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for postech.ac.kr.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.stibee.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP141.223.1.111
SPF_IP141.223.1.114
SPF_IP141.223.1.116
SPF_IP141.223.1.117
SPF_IP141.223.1.124
SPF_IP141.223.1.125
SPF_IP141.223.1.254
SPF_IP141.223.5.171

Related pages

Pivot deeper into the graph from postech.ac.kr.

Cypher and MCP

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

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