Hostname
reed.edu
Last fetched
reed.edu resolves to 1 IPv4 address operated by REED-AS-1 - The Reed Institute in US.
Nutrition Label
Resolution chain
reed.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 |
|---|---|---|---|---|
| 134.10.50.30 | 134.10.0.0/16 | AS395501 | REED-AS-1 - The Reed Institute | US |
WHOIS identity
- Registrar
- —
- Organization
- reed college
- Contact emails
- —
Subdomains
1,923 observed subdomains of reed.edu.
Showing 25 of 1,923. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from reed.edu in the public web crawl.
2,087 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for reed.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 134.10.0.0/16 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 52.173.196.55/32 |
| SPF_IP | 66.151.109.0/24 |
| SPF_MX | reed.edu |
Related pages
Pivot deeper into the graph from reed.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reed.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.