Hostname
usna.edu
Last fetched
usna.edu resolves to 1 IPv4 address operated by UMS2-ASN - University System of Maryland in US.
Nutrition Label
Resolution chain
usna.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 |
|---|---|---|---|---|
| 136.160.88.139 | 136.160.0.0/16 | AS6059 | UMS2-ASN - University System of Maryland | US |
WHOIS identity
- Registrar
- —
- Organization
- united states naval academy
- Contact emails
- —
Subdomains
83 observed subdomains of usna.edu.
Showing 20 of 83. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usna.edu in the public web crawl.
3,639 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for usna.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf1.formassembly.com |
| SPF_IP | 136.160.88.0/21 |
| SPF_IP | 168.245.122.109/32 |
| SPF_IP | 209.67.131.231/32 |
| SPF_IP | 216.177.90.15/32 |
| SPF_IP | 216.177.90.7/32 |
| SPF_IP | 216.24.224.0/20 |
| SPF_IP | 50.31.43.252/32 |
Related pages
Pivot deeper into the graph from usna.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usna.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.