Hostname
tui.de
Last fetched
tui.de resolves to 2 IPv4 addresses operated by AS12306 in DE.
Nutrition Label
Resolution chain
tui.de 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 |
|---|---|---|---|---|
| 82.98.80.196 | 82.98.64.0/18 | AS12306 | — | DE |
| 82.98.80.228 | 82.98.64.0/18 | AS12306 | — | DE |
WHOIS identity
No WHOIS records are currently associated with tui.de in WhisperGraph.
Subdomains
146 observed subdomains of tui.de.
Showing 25 of 146. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tui.de in the public web crawl.
90 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
9 SPF mechanisms authorising senders for tui.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.amadeus.net |
| SPF_INCLUDE | mail.tuigroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | tuicom.plusline.net |
| SPF_IP | 62.48.75.199 |
| SPF_IP | 62.48.75.229 |
| SPF_IP | 83.246.78.127 |
| SPF_IP | 83.246.78.210 |
| SPF_IP | 85.115.20.233 |
Related pages
Pivot deeper into the graph from tui.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tui.de"})-[: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.