Hostname
ppl.ac.id
Last fetched
ppl.ac.id resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ppl.ac.id resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.10.147 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.11.147 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.72.155 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 202.10.43.65 | 202.10.43.0/24 | AS58487 | CRI-AS-AP - CV. Rumahweb Indonesia | ID |
WHOIS identity
No WHOIS records are currently associated with ppl.ac.id in WhisperGraph.
Subdomains
24 observed subdomains of ppl.ac.id.
Showing 22 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ppl.ac.id in the public web crawl.
15 sites link to this hostname.
68 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ppl.ac.id.
| Mechanism | Target |
|---|---|
| SPF_A | ppl.ac.id |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 202.10.43.64 |
| SPF_IP | 202.10.43.65 |
| SPF_MX | ppl.ac.id |
Related pages
Pivot deeper into the graph from ppl.ac.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ppl.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.