Hostname
brown.edu
Last fetched
brown.edu resolves to 1 IPv4 address operated by BROWN - Brown University in US.
Nutrition Label
Resolution chain
brown.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.148.252.217 | 128.148.128.0/17 | AS11078 | BROWN - Brown University | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from brown.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for brown.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 128.148.0.0/16 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 198.105.13.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 206.107.42.9/32 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 209.235.66.235/32 |
| SPF_IP | 35.163.186.146 |
| SPF_IP | 35.169.11.239 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from brown.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brown.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.