Hostname
usj.edu
Last fetched
usj.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
usj.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.26.31 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.156.156 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- university of saint joseph
- Contact emails
- —
Subdomains
33 observed subdomains of usj.edu.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usj.edu in the public web crawl.
480 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for usj.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cashnet.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.196.238.220 |
| SPF_IP | 136.41.1.251 |
| SPF_IP | 170.146.220.100/30 |
| SPF_IP | 170.146.220.104/31 |
| SPF_IP | 170.146.221.100/30 |
| SPF_IP | 170.146.221.104/31 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 199.244.252.219 |
| SPF_IP | 204.168.144.57 |
| SPF_IP | 207.200.20.0/24 |
| SPF_IP | 216.17.115.132 |
| SPF_IP | 23.253.251.136/32 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 40.90.247.249/32 |
| SPF_IP | 50.226.106.2 |
| SPF_IP | 52.180.90.234/32 |
| SPF_IP | 72.10.115.2 |
| SPF_IP | 74.217.128.1 |
Related pages
Pivot deeper into the graph from usj.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usj.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.