Hostname
tu.edu
Last fetched
tu.edu resolves to 2 IPv4 addresses operated by RMH-14 - Rackspace Hosting in US.
Nutrition Label
Resolution chain
tu.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 |
|---|---|---|---|---|
| 192.237.193.16 | 192.237.192.0/19 | AS33070 | RMH-14 - Rackspace Hosting | US |
| 54.204.81.253 | 54.204.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- touro university college of osteopathic medicine
- Contact emails
- —
Subdomains
81 observed subdomains of tu.edu.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tu.edu in the public web crawl.
342 sites link to this hostname.
247 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for tu.edu.
| Mechanism | Target |
|---|---|
| SPF_A | tu.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.254.47.41 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 50.216.250.136 |
| SPF_IP | 50.216.250.140 |
| SPF_IP | 76.247.118.130/25 |
| SPF_IP | 76.247.118.135 |
| SPF_IP | 76.247.118.136 |
| SPF_IP | 97.65.177.41 |
| SPF_MX | tu.edu |
Related pages
Pivot deeper into the graph from tu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tu.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.