Hostname
ship.edu
Last fetched
ship.edu resolves to 1 IPv4 address operated by SHIPPENSBURG-UNIVERSITY-01 - Shippensburg University in US.
Nutrition Label
Resolution chain
ship.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 |
|---|---|---|---|---|
| 157.160.28.83 | 157.160.0.0/17 | AS398663 | SHIPPENSBURG-UNIVERSITY-01 - Shippensburg University | US |
WHOIS identity
- Registrar
- —
- Organization
- shippensburg university
- Contact emails
- —
Subdomains
2,066 observed subdomains of ship.edu.
Showing 25 of 2,066. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ship.edu in the public web crawl.
977 sites link to this hostname.
778 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ship.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | spf.outreachsystems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.ship.edu |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 174.142.116.33/27 |
| SPF_IP | 184.107.63.100 |
| SPF_IP | 184.107.80.65/26 |
| SPF_IP | 198.187.196.0/24 |
Related pages
Pivot deeper into the graph from ship.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ship.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.