Hostname
iris.washington.edu
Last fetched
iris.washington.edu resolves to 1 IPv4 address operated by WASHINGTON-AS - University of Washington in US.
Nutrition Label
Resolution chain
iris.washington.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.166.28 | 128.104.0.0/16 | AS73 | WASHINGTON-AS - University of Washington | US |
WHOIS identity
No WHOIS records are currently associated with iris.washington.edu in WhisperGraph.
Subdomains
38 observed subdomains of iris.washington.edu.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from iris.washington.edu in the public web crawl.
97 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for iris.washington.edu.
| Mechanism | Target |
|---|---|
| SPF_A | adc1.iris.washington.edu |
| SPF_A | ds.iris.edu |
| SPF_A | fdsn.org |
| SPF_A | iris.washington.edu |
| SPF_A | lists.ds.iris.edu |
| SPF_IP | 128.95.166.0/24 |
Related pages
Pivot deeper into the graph from iris.washington.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iris.washington.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.