Hostname
spu.edu
Last fetched
spu.edu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
spu.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 |
|---|---|---|---|---|
| 48.192.37.188 | 48.192.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- seattle pacific university
- Contact emails
- —
Subdomains
189 observed subdomains of spu.edu.
Showing 25 of 189. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from spu.edu in the public web crawl.
1,417 sites link to this hostname.
1,750 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for spu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | service.spu.edu |
| SPF_INCLUDE | service2.spu.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.135.228.232/32 |
| SPF_IP | 159.135.232.65/32 |
| SPF_IP | 161.38.193.0/24 |
| SPF_IP | 161.38.194.0/24 |
| SPF_IP | 205.237.106.3/32 |
| SPF_IP | 69.25.199.33/32 |
| SPF_IP | 72.233.151.0/24 |
| SPF_IP | 75.98.95.161/32 |
Related pages
Pivot deeper into the graph from spu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spu.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.