Hostname
tmt.dance
Last fetched
tmt.dance resolves to 1 IPv4 address operated by HETZNER-AS in DE. WHOIS lists iana:1345 as the registrar.
Nutrition Label
Resolution chain
tmt.dance 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 |
|---|---|---|---|---|
| 78.47.54.3 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:1345
- Organization
- kamaste.it
- Contact emails
- —
Subdomains
4 observed subdomains of tmt.dance.
Web-graph footprint
Distinct hostnames that link to or from tmt.dance in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for tmt.dance.
| Mechanism | Target |
|---|---|
| SPF_A | mail.tmt.dance |
| SPF_A | smtpkh1.kamaste.systems |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | dgspf.inexio.net |
| SPF_INCLUDE | spf.hosting.inexio.net |
| SPF_IP | 185.113.4.198 |
| SPF_IP | 185.113.4.61 |
| SPF_IP | 2a02:6d40:63:5:0:0:0:1 |
| SPF_IP | 5.45.3.62 |
| SPF_MX | tmt.dance |
Related pages
Pivot deeper into the graph from tmt.dance.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tmt.dance"})-[: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.