Skip to content

Hostname

kru.ac.th

Last fetched

kru.ac.th resolves to 2 IPv4 addresses operated by UNINET-AS-AP - UNINET-TH in TH.

Nutrition Label

WHISPER CANON · kru.ac.thRouting diversity1.5/10Peering density7.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/kru.ac.th

Resolution chain

kru.ac.th resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
202.28.123.6202.28.0.0/15AS4621UNINET-AS-AP - UNINET-THTH
202.28.123.107202.28.0.0/15AS4621UNINET-AS-AP - UNINET-TH

WHOIS identity

No WHOIS records are currently associated with kru.ac.th in WhisperGraph.

Subdomains

101 observed subdomains of kru.ac.th.

Web-graph footprint

Distinct hostnames that link to or from kru.ac.th in the public web crawl.

96 sites link to this hostname.

51 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from kru.ac.th.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "kru.ac.th"})-[: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.