Hostname
usfca.edu
Last fetched
usfca.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
usfca.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- university of san francisco
- Contact emails
- —
Subdomains
380 observed subdomains of usfca.edu.
Showing 25 of 380. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usfca.edu in the public web crawl.
3,141 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for usfca.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf1.usfca.edu |
| SPF_IP | 138.202.192.0/24 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 148.163.148.175 |
| SPF_IP | 148.163.158.109 |
| SPF_IP | 162.247.216.0/22 |
| SPF_IP | 184.107.80.0/24 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 216.248.199.105/32 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 34.223.15.128 |
| SPF_IP | 35.162.199.78 |
| SPF_IP | 52.1.96.230/32 |
| SPF_IP | 54.186.193.102/32 |
| SPF_IP | 67.228.50.32/27 |
| SPF_IP | 75.126.200.128/27 |
| SPF_IP | 75.126.253.0/24 |
Related pages
Pivot deeper into the graph from usfca.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usfca.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.