Hostname
ttu.ee
Last fetched
ttu.ee resolves to 1 IPv4 address operated by AS3221 in EE. WHOIS lists iana:641 as the registrar.
Nutrition Label
Resolution chain
ttu.ee 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 |
|---|---|---|---|---|
| 193.40.254.225 | 193.40.0.0/16 | AS3221 | — | EE |
WHOIS identity
- Registrar
- iana:641
- Organization
- tallinna tehnikaulikool
- Contact emails
- —
Subdomains
1,070 observed subdomains of ttu.ee.
Showing 25 of 1,070. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ttu.ee in the public web crawl.
967 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ttu.ee.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.smaily.com |
| SPF_INCLUDE | iocspf.ttu.ee |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-eu.exlibrisgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.40.242.230 |
| SPF_IP | 193.40.252.163 |
| SPF_IP | 193.40.253.96 |
| SPF_IP | 193.40.253.97 |
| SPF_IP | 193.40.254.238 |
Related pages
Pivot deeper into the graph from ttu.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ttu.ee"})-[: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.