Skip to content

Hostname

ship.edu

Last fetched

ship.edu resolves to 1 IPv4 address operated by SHIPPENSBURG-UNIVERSITY-01 - Shippensburg University in US.

Nutrition Label

WHISPER CANON · ship.eduRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint5.6/10canon.whisper.security/host/ship.edu

Resolution chain

ship.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
157.160.28.83157.160.0.0/17AS398663SHIPPENSBURG-UNIVERSITY-01 - Shippensburg UniversityUS

WHOIS identity

Registrar
Organization
shippensburg university
Contact emails

Subdomains

2,066 observed subdomains of ship.edu.

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.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for ship.edu.

MechanismTarget
SPF_INCLUDEa._spf.brightspace.com
SPF_INCLUDEspf.outreachsystems.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.ship.edu
SPF_INCLUDEverifymyfafsa.com
SPF_IP174.142.116.33/27
SPF_IP184.107.63.100
SPF_IP184.107.80.65/26
SPF_IP198.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.