Hostname
shu.edu
Last fetched
shu.edu resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
shu.edu resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- seton hall university
- Contact emails
- —
Subdomains
512 observed subdomains of shu.edu.
Showing 25 of 512. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from shu.edu in the public web crawl.
2,189 sites link to this hostname.
220 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for shu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 454160.spf08.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 139.60.0.0/22 |
| SPF_IP | 149.150.52.160 |
| SPF_IP | 149.150.52.224 |
| SPF_IP | 149.150.52.238 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 199.231.134.73/32 |
| SPF_IP | 20.236.219.18/32 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 209.133.124.238/32 |
| SPF_IP | 209.133.75.59 |
| SPF_IP | 216.195.243.208 |
| SPF_IP | 216.200.107.203 |
| SPF_IP | 216.200.108.191 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
| SPF_IP | 50.31.43.252/32 |
| SPF_IP | 52.43.50.148/32 |
| SPF_IP | 52.86.188.131/32 |
| SPF_IP | 65.115.228.26 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 74.86.208.249 |
Related pages
Pivot deeper into the graph from shu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shu.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.