Help
RSS
API
Feed
Maltego
Contact
Domain > tvoetoradio.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2016-06-11
37.59.34.100
(
ClassC
)
2026-01-29
78.142.2.51
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginx/1.26.1Date: Thu, 29 Jan 2026 19:18:23 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveKeep-Alive: timeout60Vary: Accept-EncodingCache-Control: max-age604800Expires: Thu, 05 Feb 2026 19:18:23 GMTX-Cache: HIT from BackendX-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniff !DOCTYPE html>html langbg>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>TVOETO RADIO - The Best Dance Music From The 90s And Today!/title> link relmanifest hrefeuro_manifest.json> link relicon typeimage/png hrefeuro-icon.png> link relapple-touch-icon hrefeuro-icon.png> meta nametheme-color content#ff0000> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@400;700;800&displayswap relstylesheet> style> :root { --red: #ff0000; --orange: #ff8c00; } body, html { margin: 0; padding: 0; height: 100%; width: 100%; font-family: Montserrat, sans-serif; background: #000; color: #fff; overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; } #bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; transition: background-image 2s ease-in-out; z-index: 1; } .content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; padding: 0 20px; } @media (min-width: 769px) { .track-art { display: none; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: 2; } .logo { font-size: 3rem; letter-spacing: 5px; } .support-link { left: 20px; } } @media (max-width: 768px) { .content { justify-content: flex-start !important; padding-top: 25px; } .track-art { display: block; width: 160px; height: 160px; margin-bottom: 10px; } #track-cover { width: 100%; height: 100%; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.8); object-fit: cover; border: 2px solid var(--red); } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); z-index: 2; } .logo { font-size: 1.8rem !important; margin-bottom: 5px !important; letter-spacing: 2px; } .slogan-text { font-size: 0.6rem !important; margin-top: 0 !important; } #song-title { font-size: 1rem !important; margin: 5px 0 15px 0 !important; min-height: 40px !important; } .volume-container { margin-top: 15px !important; margin-bottom: 85px !important; transform: scale(0.85); } .play-btn { width: 95px !important; height: 95px !important; } .support-link { bottom: 80px !important; left: 50% !important; transform: translateX(-50%) !important; min-width: 160px !important; } } .logo { font-weight: 800; text-transform: uppercase; margin: 0; text-shadow: 0 0 20px var(--red); } .slogan-text { color: #fff; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; margin-top: 10px; opacity: 0.8; } .now-label { color: var(--orange); font-size: 0.8rem; letter-spacing: 4px; text-transform: uppercase; margin-top: 25px; font-weight: 700; } #song-title { font-size: 1.4rem; font-weight: 400; margin: 10px 0 20px 0; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,0.5); } /* ФИНАЛЕН СТИЛ ЗА БУТОНА */ .play-btn { background: url(tvoetoradio.png) center/cover no-repeat; border: 3px solid var(--red); width: 100px; height: 100px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.5s; box-shadow: 0 0 20px var(--red); position: relative; overflow: hidden; } .play-btn svg { fill: #fff; width: 35px; filter: drop-shadow(0 0 8px #000); z-index: 10; position: relative; } /* АНИМАЦИИ */ @keyframes pulseEuro { 0%, 100% { box-shadow: 0 0 20px var(--red); } 50% { box-shadow: 0 0 40px var(--red), 0 0 20px var(--orange); } } @keyframes rotateBtn { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .play-btn.playing { animation: pulseEuro 2s infinite ease-in-out, rotateBtn 15s linear infinite; } .volume-container { margin-top: 30px; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,0.1); padding: 8px 25px; border-radius: 40px; border: 1px solid rgba(255,255,255,0.2); width: fit-content; margin-left: auto; margin-right: auto; } .vol-icon { fill: #fff; width: 18px; cursor: pointer; opacity: 0.8; } #volume { cursor: pointer; width: 110px; accent-color: var(--red); } .support-link { position: fixed; bottom: 25px; min-width: 130px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; text-decoration: none; border-radius: 12px; z-index: 1000; transition: 0.3s; color: #fff; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .support-link:hover { transform: translateY(-3px) scale(1.05); background: rgba(255, 255, 255, 0.2); border-color: var(--red); box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4); } .revolut-letter { color: #0075eb; font-weight: 900; font-size: 1.1rem; margin-right: 10px; font-family: sans-serif; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .gdpr-footer { position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 0.6rem; color: rgba(255, 255, 255, 0.4); letter-spacing: 1px; text-transform: uppercase; z-index: 4; text-align: center; width: 100%; pointer-events: none; }/style>/head>body> div idbg>/div> div classoverlay>/div> div classcontent> div classtrack-art>img idtrack-cover srceuro-icon.png altCover>/div> h1 classlogo>TVOETO RADIO/h1> div classslogan-text>The Best Dance Music From The 90s And Today!/div> div classnow-label>NOW PLAYING/div> a href# target_blank idsong-link styletext-decoration: none; color: inherit;> div idsong-title>ЗАРЕЖДАНЕ.../div> /a> button classplay-btn idpBtn> svg idp-icon viewBox0 0 24 24>path dM8 5v14l11-7z/>/svg> svg ids-icon viewBox0 0 24 24 styledisplay:none;>path dM6 19h4V5H6v14zm8-14v14h4V5h-4z/>/svg> /button> div classvolume-container> svg viewBox0 0 24 24 classvol-icon idvolIcon>path dM3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02z/>/svg> input typerange idvolume min0 max1 step0.01 value0.8> /div> /div> a hrefhttps://revolut.me/tvoetoradio target_blank classsupport-link> span classrevolut-letter>R/span> BUY ME A COFFEE /a> div classgdpr-footer> TVOETO RADIO does not collect personal data. Cookies are used for technical purposes only. /div> audio idaudio>/audio> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> script> const audio document.getElementById(audio); const volIcon document.getElementById(volIcon); function updateMetadata() { $.getJSON(metadata.php?t + new Date().getTime(), function(data) { if(data.song && $(#song-title).text() ! data.song) { $(#song-title).fadeOut(500, function() { $(this).text(data.song).fadeIn(500); }); if (data.cover) { $(#bg).css(background-image, url( + data.cover + )); $(#track-cover).attr(src, data.cover); } if (data.yt) { $(#song-link).attr(href, data.yt); } else { $(#song-link).attr(href, https://www.youtube.com/results?search_query + encodeURIComponent(data.song)); } } }); }$(#pBtn).click(function() { if (audio.paused) { // Викаме твоя скрипт, който ще направи пренасочването audio.src https://tvoetoradio.net/koz.php?t + Date.now(); audio.load(); audio.play(); $(#p-icon).hide(); $(#s-icon).show(); $(this).addClass(playing); } else { audio.pause(); audio.src ; $(#p-icon).show(); $(#s-icon).hide(); $(this).removeClass(playing); }}); $(#volume).on(input, function() { audio.volume this.value; audio.muted false; volIcon.style.fill #fff; }); $(#volIcon).click(function() { if (audio.muted) { audio.muted false; this.style.fill #fff; } else { audio.muted true; this.style.fill var(--red); } }); $(document).ready(function() { updateMetadata(); setInterval(updateMetadata, 10000); document.addEventListener(contextmenu, e > e.preventDefault()); if (serviceWorker in navigator) { navigator.serviceWorker.register(sw.js); } }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.26.1Date: Thu, 29 Jan 2026 19:18:24 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveKeep-Alive: timeout60Vary: Accept-EncodingCache-Control: max-age604800Expires: Thu, 05 Feb 2026 19:18:24 GMTX-Cache: HIT from BackendStrict-Transport-Security: max-age31536000X-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniff !DOCTYPE html>html langbg>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>TVOETO RADIO - The Best Dance Music From The 90s And Today!/title> link relmanifest hrefeuro_manifest.json> link relicon typeimage/png hrefeuro-icon.png> link relapple-touch-icon hrefeuro-icon.png> meta nametheme-color content#ff0000> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@400;700;800&displayswap relstylesheet> style> :root { --red: #ff0000; --orange: #ff8c00; } body, html { margin: 0; padding: 0; height: 100%; width: 100%; font-family: Montserrat, sans-serif; background: #000; color: #fff; overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; } #bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; transition: background-image 2s ease-in-out; z-index: 1; } .content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; padding: 0 20px; } @media (min-width: 769px) { .track-art { display: none; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: 2; } .logo { font-size: 3rem; letter-spacing: 5px; } .support-link { left: 20px; } } @media (max-width: 768px) { .content { justify-content: flex-start !important; padding-top: 25px; } .track-art { display: block; width: 160px; height: 160px; margin-bottom: 10px; } #track-cover { width: 100%; height: 100%; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.8); object-fit: cover; border: 2px solid var(--red); } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); z-index: 2; } .logo { font-size: 1.8rem !important; margin-bottom: 5px !important; letter-spacing: 2px; } .slogan-text { font-size: 0.6rem !important; margin-top: 0 !important; } #song-title { font-size: 1rem !important; margin: 5px 0 15px 0 !important; min-height: 40px !important; } .volume-container { margin-top: 15px !important; margin-bottom: 85px !important; transform: scale(0.85); } .play-btn { width: 95px !important; height: 95px !important; } .support-link { bottom: 80px !important; left: 50% !important; transform: translateX(-50%) !important; min-width: 160px !important; } } .logo { font-weight: 800; text-transform: uppercase; margin: 0; text-shadow: 0 0 20px var(--red); } .slogan-text { color: #fff; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; margin-top: 10px; opacity: 0.8; } .now-label { color: var(--orange); font-size: 0.8rem; letter-spacing: 4px; text-transform: uppercase; margin-top: 25px; font-weight: 700; } #song-title { font-size: 1.4rem; font-weight: 400; margin: 10px 0 20px 0; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,0.5); } /* ФИНАЛЕН СТИЛ ЗА БУТОНА */ .play-btn { background: url(tvoetoradio.png) center/cover no-repeat; border: 3px solid var(--red); width: 100px; height: 100px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.5s; box-shadow: 0 0 20px var(--red); position: relative; overflow: hidden; } .play-btn svg { fill: #fff; width: 35px; filter: drop-shadow(0 0 8px #000); z-index: 10; position: relative; } /* АНИМАЦИИ */ @keyframes pulseEuro { 0%, 100% { box-shadow: 0 0 20px var(--red); } 50% { box-shadow: 0 0 40px var(--red), 0 0 20px var(--orange); } } @keyframes rotateBtn { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .play-btn.playing { animation: pulseEuro 2s infinite ease-in-out, rotateBtn 15s linear infinite; } .volume-container { margin-top: 30px; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,0.1); padding: 8px 25px; border-radius: 40px; border: 1px solid rgba(255,255,255,0.2); width: fit-content; margin-left: auto; margin-right: auto; } .vol-icon { fill: #fff; width: 18px; cursor: pointer; opacity: 0.8; } #volume { cursor: pointer; width: 110px; accent-color: var(--red); } .support-link { position: fixed; bottom: 25px; min-width: 130px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; text-decoration: none; border-radius: 12px; z-index: 1000; transition: 0.3s; color: #fff; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .support-link:hover { transform: translateY(-3px) scale(1.05); background: rgba(255, 255, 255, 0.2); border-color: var(--red); box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4); } .revolut-letter { color: #0075eb; font-weight: 900; font-size: 1.1rem; margin-right: 10px; font-family: sans-serif; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .gdpr-footer { position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 0.6rem; color: rgba(255, 255, 255, 0.4); letter-spacing: 1px; text-transform: uppercase; z-index: 4; text-align: center; width: 100%; pointer-events: none; }/style>/head>body> div idbg>/div> div classoverlay>/div> div classcontent> div classtrack-art>img idtrack-cover srceuro-icon.png altCover>/div> h1 classlogo>TVOETO RADIO/h1> div classslogan-text>The Best Dance Music From The 90s And Today!/div> div classnow-label>NOW PLAYING/div> a href# target_blank idsong-link styletext-decoration: none; color: inherit;> div idsong-title>ЗАРЕЖДАНЕ.../div> /a> button classplay-btn idpBtn> svg idp-icon viewBox0 0 24 24>path dM8 5v14l11-7z/>/svg> svg ids-icon viewBox0 0 24 24 styledisplay:none;>path dM6 19h4V5H6v14zm8-14v14h4V5h-4z/>/svg> /button> div classvolume-container> svg viewBox0 0 24 24 classvol-icon idvolIcon>path dM3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02z/>/svg> input typerange idvolume min0 max1 step0.01 value0.8> /div> /div> a hrefhttps://revolut.me/tvoetoradio target_blank classsupport-link> span classrevolut-letter>R/span> BUY ME A COFFEE /a> div classgdpr-footer> TVOETO RADIO does not collect personal data. Cookies are used for technical purposes only. /div> audio idaudio>/audio> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> script> const audio document.getElementById(audio); const volIcon document.getElementById(volIcon); function updateMetadata() { $.getJSON(metadata.php?t + new Date().getTime(), function(data) { if(data.song && $(#song-title).text() ! data.song) { $(#song-title).fadeOut(500, function() { $(this).text(data.song).fadeIn(500); }); if (data.cover) { $(#bg).css(background-image, url( + data.cover + )); $(#track-cover).attr(src, data.cover); } if (data.yt) { $(#song-link).attr(href, data.yt); } else { $(#song-link).attr(href, https://www.youtube.com/results?search_query + encodeURIComponent(data.song)); } } }); }$(#pBtn).click(function() { if (audio.paused) { // Викаме твоя скрипт, който ще направи пренасочването audio.src https://tvoetoradio.net/koz.php?t + Date.now(); audio.load(); audio.play(); $(#p-icon).hide(); $(#s-icon).show(); $(this).addClass(playing); } else { audio.pause(); audio.src ; $(#p-icon).show(); $(#s-icon).hide(); $(this).removeClass(playing); }}); $(#volume).on(input, function() { audio.volume this.value; audio.muted false; volIcon.style.fill #fff; }); $(#volIcon).click(function() { if (audio.muted) { audio.muted false; this.style.fill #fff; } else { audio.muted true; this.style.fill var(--red); } }); $(document).ready(function() { updateMetadata(); setInterval(updateMetadata, 10000); document.addEventListener(contextmenu, e > e.preventDefault()); if (serviceWorker in navigator) { navigator.serviceWorker.register(sw.js); } }); /script>/body>/html>
Port 21
220---------- Welcome to Pure-FTPd privsep TLS ----------220-You are user number 1 of 50 allowed.220-Local time is now 21:18. Server port: 21.220-IPv6 connections are also welcome on this server.220 You will be disconnected after 15 minutes of inactivity.230 Anonymous user logged in257 / is your current location229 Extended Passive mode OK (|||38030|)200 TYPE is now ASCII150 Accepted data connection226-Options: -a -l 226 2 matches total drwxr-xr-x 2 0 0 6 May 6 2020 .drwxr-xr-x 2 0 0 6 May 6 2020 ..
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]