Help
RSS
API
Feed
Maltego
Contact
Domain > loadx.ws
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2011-10-29
87.249.45.228
(
ClassC
)
2013-04-20
64.70.19.198
(
ClassC
)
2025-03-17
185.254.199.151
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Mon, 17 Mar 2025 23:34:40 GMTContent-Type: text/htmlContent-Length: 8748Last-Modified: Sun, 16 Mar 2025 12:07:24 GMTConnection: keep-aliveETag: 67d6befc-222cX-Powered-By: Fire HLS Player, firevideoplayer.comAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>LoadX - Video Hosting Platform/title> !-- Favicon generated from the logo SVG --> link relicon typeimage/svg+xml hrefdata:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23ffffff%3Bstop-opacity%3A1%22%20/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23764ba2%3Bstop-opacity%3A1%22%20/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%2280%22%20height%3D%2280%22%20rx%3D%2215%22%20ry%3D%2215%22%20fill%3D%22url(%23grad)%22%20/%3E%3Ctext%20x%3D%2250%22%20y%3D%2262%22%20text-anchor%3D%22middle%22%20fill%3D%22%23667eea%22%20font-size%3D%2236%22%20font-family%3D%22Roboto%22%20font-weight%3D%22700%22%3ELX%3C/text%3E%3C/svg%3E /> link hrefhttps://fonts.googleapis.com/css?familyRoboto:400,500,700&displayswap relstylesheet /> style> /* Global Styles */ html, body { margin: 0; padding: 0; font-family: Roboto, sans-serif; background-color: #f9f9f9; display: flex; flex-direction: column; min-height: 100vh; } /* Header */ header { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; padding: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .logo { display: flex; align-items: center; } .logo svg { margin-right: 10px; } .logo-text { font-size: 24px; font-weight: bold; } nav { display: flex; align-items: center; } nav a { margin-left: 20px; font-size: 16px; text-decoration: none; color: #fff; } nav a:hover { text-decoration: underline; } /* Content */ .content { flex: 1; max-width: 1200px; margin: 20px auto; padding: 0 20px; } /* Features Section */ .features { margin: 40px 0; text-align: center; } .features h2 { font-size: 28px; margin-bottom: 30px; color: #333; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin: 0 auto; } /* Force 5 columns on larger screens (full-screen monitors) */ @media (min-width: 1200px) { .features-grid { grid-template-columns: repeat(5, 1fr); } } .feature-item { background-color: #2b2b2b; color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); transition: transform 0.3s ease; } .feature-item:hover { transform: translateY(-3px); } .feature-icon { font-size: 40px; margin-bottom: 10px; display: inline-block; } .feature-item h3 { margin-bottom: 10px; font-size: 20px; } .feature-item p { font-size: 14px; line-height: 1.4; } /* Sample Video Section */ .sample-video { margin: 40px 0; text-align: center; } .sample-video h2 { font-size: 28px; margin-bottom: 20px; color: #333; } .sample-video p { font-size: 16px; margin-bottom: 20px; color: #555; } /* Responsive iframe container (16:9 aspect ratio) */ .responsive-iframe { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 ratio */ height: 0; overflow: hidden; } .responsive-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } /* Footer */ .footer { background-color: #333; color: #fff; text-align: center; padding: 15px 20px; } .footer a { color: #fff; text-decoration: none; margin: 0 10px; } .footer a:hover { text-decoration: underline; } /* Media Queries for smaller devices */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav { margin-top: 10px; flex-wrap: wrap; justify-content: center; } nav a { margin: 5px; } .features h2, .sample-video h2 { font-size: 24px; } .feature-item h3 { font-size: 18px; } .feature-item p { font-size: 13px; } .logo-text { font-size: 20px; } /* Adjust features grid columns for tablet sizes */ .features-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } } @media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } .header-container { padding: 10px; } .logo-text { font-size: 18px; } nav a { margin: 5px; font-size: 14px; } .content { padding: 0 10px; } } /style>/head>body> !-- Header --> header> div classheader-container> div classlogo> a hrefindex.html styledisplay: flex; align-items: center; text-decoration: none; color: inherit;> svg width50 height50 viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> defs> linearGradient idgrad x10% y10% x2100% y2100%> stop offset0% stylestop-color:#ffffff;stop-opacity:1 /> stop offset100% stylestop-color:#764ba2;stop-opacity:1 /> /linearGradient> /defs> rect x10 y10 width80 height80 rx15 ry15 fillurl(#grad) /> text x50 y62 text-anchormiddle fill#667eea font-size36 font-familyRoboto font-weight700>LX/text> /svg> span classlogo-text>LoadX/span> /a> /div> nav> a hrefindex.html>Home/a> a hrefhttps://loadx.ws/admin/login/>Login/a> a hrefregistration.html>Registration/a> /nav> /div> /header> !-- Main Content --> div classcontent> !-- Features Section --> section classfeatures> h2>Our Key Features/h2> div classfeatures-grid> div classfeature-item> div classfeature-icon>⚡/div> h3>HLS Streaming/h3> p>Stream your videos without buffering using ultra-fast HLS technology./p> /div> div classfeature-item> div classfeature-icon>💾/div> h3>Unlimited Storage/h3> p>Store all your videos in one place with no storage limits./p> /div> div classfeature-item> div classfeature-icon>🚀/div> h3>Faster Encoding/h3> p>Enjoy significantly faster encoding speeds compared to other platforms./p> /div> div classfeature-item> div classfeature-icon>💬/div> h3>Subtitles Support/h3> p>Add subtitles in any language to reach a global audience./p> /div> div classfeature-item> div classfeature-icon>🔞/div> h3>Adult Content/h3> p>Adult content is not allowed on this platform./p> /div> /div> /section> !-- Sample Video Section --> section classsample-video> h2>Experience Our Hosting/h2> p>Watch this sample video to see our state-of-the-art streaming technology in action. Enjoy seamless playback and high-quality performance that sets LoadX apart./p> div classresponsive-iframe> iframe srchttps://loadx.ws/video/f457c545a9ded88f18ecee47145a72c0 allowfullscreen scrollingno webkitallowfullscreen mozallowfullscreen>/iframe> /div> /section> /div> !-- Footer --> footer classfooter> p>© 2024-2025 LoadX. All rights reserved./p> p> a hrefabout.html>About/a> | a hrefprivacy.html>Privacy Policy/a> | a hrefterms.html>Terms of Service/a> | a hrefcontact.html>Contact Us/a> | a hrefdmca.html>DMCA/a> /p> /footer>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Mon, 17 Mar 2025 23:34:41 GMTContent-Type: text/htmlContent-Length: 8748Last-Modified: Sun, 16 Mar 2025 12:07:24 GMTConnection: keep-aliveETag: 67d6befc-222cX-Powered-By: Fire HLS Player, firevideoplayer.comAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>LoadX - Video Hosting Platform/title> !-- Favicon generated from the logo SVG --> link relicon typeimage/svg+xml hrefdata:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23ffffff%3Bstop-opacity%3A1%22%20/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23764ba2%3Bstop-opacity%3A1%22%20/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%2280%22%20height%3D%2280%22%20rx%3D%2215%22%20ry%3D%2215%22%20fill%3D%22url(%23grad)%22%20/%3E%3Ctext%20x%3D%2250%22%20y%3D%2262%22%20text-anchor%3D%22middle%22%20fill%3D%22%23667eea%22%20font-size%3D%2236%22%20font-family%3D%22Roboto%22%20font-weight%3D%22700%22%3ELX%3C/text%3E%3C/svg%3E /> link hrefhttps://fonts.googleapis.com/css?familyRoboto:400,500,700&displayswap relstylesheet /> style> /* Global Styles */ html, body { margin: 0; padding: 0; font-family: Roboto, sans-serif; background-color: #f9f9f9; display: flex; flex-direction: column; min-height: 100vh; } /* Header */ header { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; padding: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .logo { display: flex; align-items: center; } .logo svg { margin-right: 10px; } .logo-text { font-size: 24px; font-weight: bold; } nav { display: flex; align-items: center; } nav a { margin-left: 20px; font-size: 16px; text-decoration: none; color: #fff; } nav a:hover { text-decoration: underline; } /* Content */ .content { flex: 1; max-width: 1200px; margin: 20px auto; padding: 0 20px; } /* Features Section */ .features { margin: 40px 0; text-align: center; } .features h2 { font-size: 28px; margin-bottom: 30px; color: #333; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin: 0 auto; } /* Force 5 columns on larger screens (full-screen monitors) */ @media (min-width: 1200px) { .features-grid { grid-template-columns: repeat(5, 1fr); } } .feature-item { background-color: #2b2b2b; color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); transition: transform 0.3s ease; } .feature-item:hover { transform: translateY(-3px); } .feature-icon { font-size: 40px; margin-bottom: 10px; display: inline-block; } .feature-item h3 { margin-bottom: 10px; font-size: 20px; } .feature-item p { font-size: 14px; line-height: 1.4; } /* Sample Video Section */ .sample-video { margin: 40px 0; text-align: center; } .sample-video h2 { font-size: 28px; margin-bottom: 20px; color: #333; } .sample-video p { font-size: 16px; margin-bottom: 20px; color: #555; } /* Responsive iframe container (16:9 aspect ratio) */ .responsive-iframe { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 ratio */ height: 0; overflow: hidden; } .responsive-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } /* Footer */ .footer { background-color: #333; color: #fff; text-align: center; padding: 15px 20px; } .footer a { color: #fff; text-decoration: none; margin: 0 10px; } .footer a:hover { text-decoration: underline; } /* Media Queries for smaller devices */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav { margin-top: 10px; flex-wrap: wrap; justify-content: center; } nav a { margin: 5px; } .features h2, .sample-video h2 { font-size: 24px; } .feature-item h3 { font-size: 18px; } .feature-item p { font-size: 13px; } .logo-text { font-size: 20px; } /* Adjust features grid columns for tablet sizes */ .features-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } } @media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } .header-container { padding: 10px; } .logo-text { font-size: 18px; } nav a { margin: 5px; font-size: 14px; } .content { padding: 0 10px; } } /style>/head>body> !-- Header --> header> div classheader-container> div classlogo> a hrefindex.html styledisplay: flex; align-items: center; text-decoration: none; color: inherit;> svg width50 height50 viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> defs> linearGradient idgrad x10% y10% x2100% y2100%> stop offset0% stylestop-color:#ffffff;stop-opacity:1 /> stop offset100% stylestop-color:#764ba2;stop-opacity:1 /> /linearGradient> /defs> rect x10 y10 width80 height80 rx15 ry15 fillurl(#grad) /> text x50 y62 text-anchormiddle fill#667eea font-size36 font-familyRoboto font-weight700>LX/text> /svg> span classlogo-text>LoadX/span> /a> /div> nav> a hrefindex.html>Home/a> a hrefhttps://loadx.ws/admin/login/>Login/a> a hrefregistration.html>Registration/a> /nav> /div> /header> !-- Main Content --> div classcontent> !-- Features Section --> section classfeatures> h2>Our Key Features/h2> div classfeatures-grid> div classfeature-item> div classfeature-icon>⚡/div> h3>HLS Streaming/h3> p>Stream your videos without buffering using ultra-fast HLS technology./p> /div> div classfeature-item> div classfeature-icon>💾/div> h3>Unlimited Storage/h3> p>Store all your videos in one place with no storage limits./p> /div> div classfeature-item> div classfeature-icon>🚀/div> h3>Faster Encoding/h3> p>Enjoy significantly faster encoding speeds compared to other platforms./p> /div> div classfeature-item> div classfeature-icon>💬/div> h3>Subtitles Support/h3> p>Add subtitles in any language to reach a global audience./p> /div> div classfeature-item> div classfeature-icon>🔞/div> h3>Adult Content/h3> p>Adult content is not allowed on this platform./p> /div> /div> /section> !-- Sample Video Section --> section classsample-video> h2>Experience Our Hosting/h2> p>Watch this sample video to see our state-of-the-art streaming technology in action. Enjoy seamless playback and high-quality performance that sets LoadX apart./p> div classresponsive-iframe> iframe srchttps://loadx.ws/video/f457c545a9ded88f18ecee47145a72c0 allowfullscreen scrollingno webkitallowfullscreen mozallowfullscreen>/iframe> /div> /section> /div> !-- Footer --> footer classfooter> p>© 2024-2025 LoadX. All rights reserved./p> p> a hrefabout.html>About/a> | a hrefprivacy.html>Privacy Policy/a> | a hrefterms.html>Terms of Service/a> | a hrefcontact.html>Contact Us/a> | a hrefdmca.html>DMCA/a> /p> /footer>/body>/html>
Subdomains
Date
Domain
IP
mini2.loadx.ws
2013-04-01
64.70.19.198
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
]