Hostname
umt.ac.id
Last fetched
umt.ac.id resolves to 2 IPv4 addresses operated by IDNIC-ERA-AS-ID - PT Desible Eradata Komunikasi in ID.
Nutrition Label
Resolution chain
umt.ac.id resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.20.35.158 | 157.20.35.0/24 | AS152424 | IDNIC-ERA-AS-ID - PT Desible Eradata Komunikasi | ID |
| 157.20.35.164 | 157.20.35.0/24 | AS152424 | IDNIC-ERA-AS-ID - PT Desible Eradata Komunikasi | ID |
WHOIS identity
- Registrar
- —
- Organization
- jarul khan
- Contact emails
Subdomains
118 observed subdomains of umt.ac.id.
Showing 25 of 118. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from umt.ac.id in the public web crawl.
37 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for umt.ac.id.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 157.20.35.164 |
Related pages
Pivot deeper into the graph from umt.ac.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.