Hostname
ipv6.postel.go.id
Last fetched
ipv6.postel.go.id resolves to 1 IPv4 address operated by POSTEL-AS-ID - Direktorat Jenderal Pos dan Telekomunikasi (Dirjen Postel) in ID.
Nutrition Label
Resolution chain
ipv6.postel.go.id resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.58.238.4 | 202.58.238.0/23 | AS46027 | POSTEL-AS-ID - Direktorat Jenderal Pos dan Telekomunikasi (Dirjen Postel) | ID |
WHOIS identity
No WHOIS records are currently associated with ipv6.postel.go.id in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ipv6.postel.go.id.
- IP · 202.58.238.4
- ASN · AS46027POSTEL-AS-ID - Direktorat Jenderal Pos dan Telekomunikasi (Dirjen Postel)
- Country · ID
- Apex domain · go.id
- Parent domain · postel.go.id
- TLD · .id
- Browse hostnames · ip…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipv6.postel.go.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.