Hostname
pau.edu
Last fetched
pau.edu resolves to 4 IPv4 addresses operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN.
Nutrition Label
Resolution chain
pau.edu 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 |
|---|---|---|---|---|
| 103.50.160.116 | 103.50.160.0/23 | AS394695 | PUBLIC-DOMAIN-REGISTRY - PDR | IN |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 45.248.163.58 | 45.248.163.0/24 | AS133661 | — | IN |
WHOIS identity
- Registrar
- —
- Organization
- punjab agricultural university
- Contact emails
- —
Subdomains
69 observed subdomains of pau.edu.
Showing 25 of 69. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pau.edu in the public web crawl.
365 sites link to this hostname.
65 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for pau.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 103.50.160.116 |
Related pages
Pivot deeper into the graph from pau.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pau.edu"})-[: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.