Hostname
pln.co.id
Last fetched
pln.co.id resolves to 2 IPv4 addresses operated by AS9341 in ID. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
pln.co.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 |
|---|---|---|---|---|
| 119.252.170.162 | 119.252.170.0/24 | AS9341 | — | ID |
| 202.153.30.146 | 202.153.30.0/24 | AS23666 | — | ID |
WHOIS identity
- Registrar
- iana:1
- Organization
- pt indonesia comnets plus
- Contact emails
Subdomains
117 observed subdomains of pln.co.id.
Showing 25 of 117. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pln.co.id in the public web crawl.
651 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for pln.co.id.
| Mechanism | Target |
|---|---|
| SPF_A | pln.co.id |
| SPF_INCLUDE | _spf-icon.pln.co.id |
| SPF_INCLUDE | _spf-pln.pln.co.id |
| SPF_INCLUDE | spf.iconplus.id |
| SPF_IP | 103.145.30.229/32 |
| SPF_IP | 103.145.30.230/32 |
| SPF_MX | pln.co.id |
Related pages
Pivot deeper into the graph from pln.co.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pln.co.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.