Hostname
shorter.edu
Last fetched
shorter.edu resolves to 2 IPv4 addresses operated by AS210250 in GB.
Nutrition Label
Resolution chain
shorter.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 |
|---|---|---|---|---|
| 194.1.147.22 | 194.1.147.0/24 | AS210250 | — | GB |
| 194.1.147.38 | 194.1.147.0/24 | AS210250 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- shorter university
- Contact emails
- —
Subdomains
106 observed subdomains of shorter.edu.
Showing 25 of 106. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from shorter.edu in the public web crawl.
444 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for shorter.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.formassembly.com |
| SPF_IP | 104.45.175.206/32 |
| SPF_IP | 104.45.185.230 |
| SPF_IP | 208.93.33.2 |
| SPF_IP | 216.24.226.199 |
| SPF_IP | 52.180.90.234/32 |
| SPF_IP | 52.224.142.128/32 |
| SPF_IP | 67.202.92.15 |
Related pages
Pivot deeper into the graph from shorter.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shorter.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.