Hostname
ipd.uw.edu
Last fetched
ipd.uw.edu resolves to 1 IPv4 address operated by WASHINGTON-AS - University of Washington in US.
Nutrition Label
Resolution chain
ipd.uw.edu 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 |
|---|---|---|---|---|
| 128.95.160.139 | 128.95.0.0/16 | AS73 | WASHINGTON-AS - University of Washington | US |
WHOIS identity
No WHOIS records are currently associated with ipd.uw.edu in WhisperGraph.
Subdomains
19 observed subdomains of ipd.uw.edu.
Web-graph footprint
Distinct hostnames that link to or from ipd.uw.edu in the public web crawl.
391 sites link to this hostname.
361 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ipd.uw.edu.
| Mechanism | Target |
|---|---|
| SPF_IP | 128.95.160.128/25 |
| SPF_IP | 205.220.165.146/8 |
| SPF_IP | 205.220.177.146/32 |
| SPF_IP | 205.220.188.142/32 |
| SPF_IP | 205.220.189.159/32 |
| SPF_IP | 205.220.189.169/32 |
| SPF_IP | 38.72.128.64/27 |
Related pages
Pivot deeper into the graph from ipd.uw.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipd.uw.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.