Skip to content

Hostname

kui.umt.ac.id

Last fetched

kui.umt.ac.id resolves to 2 IPv4 addresses operated by HSPNET-AS-ID - PT Parsaoran Global Datatrans in ID.

Nutrition Label

WHISPER CANON · kui.umt.ac.idRouting diversity1.5/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/kui.umt.ac.id

Resolution chain

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

IPPrefixASNOperatorCountry
113.192.54.131113.192.54.0/24AS58495HSPNET-AS-ID - PT Parsaoran Global DatatransID
113.192.54.141113.192.54.0/24AS58495HSPNET-AS-ID - PT Parsaoran Global DatatransID

WHOIS identity

No WHOIS records are currently associated with kui.umt.ac.id in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from kui.umt.ac.id in the public web crawl.

58 sites link to this hostname.

40 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from kui.umt.ac.id.

Cypher and MCP

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

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