Skip to content

Hostname

ust.ac.kr

Last fetched

ust.ac.kr resolves to 1 IPv4 address operated by AS131869 in KR.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
210.98.46.8210.98.46.0/24AS131869KR

WHOIS identity

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

Subdomains

48 observed subdomains of ust.ac.kr.

Web-graph footprint

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

189 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for ust.ac.kr.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEemail.gov-ncloud.com
SPF_INCLUDEgovkorea.kr
SPF_INCLUDEspf.maillink.co.kr
SPF_INCLUDEspf.protection.outlook.com
SPF_IP211.251.247.120
SPF_IP211.251.247.125
SPF_IP211.251.247.126
SPF_MXust.ac.kr

Related pages

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

Cypher and MCP

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

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