Help
RSS
API
Feed
Maltego
Contact
Domain > ftp.detector-group.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-08-09
149.62.187.45
(
ClassC
)
2025-10-16
104.21.5.129
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Thu, 16 Oct 2025 05:44:36 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Fri, 29 Aug 2025 08:16:11 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}vary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sUqyL4lXChXKR3vwplal4ySCpIS1uF3sHQ%2B4aKphuc2fP7XME7cfbevn4lOe3nRyEQLHGKsAqKP6fHJntQbd3E9Jzck8skBwh2e7gg2N0xJCuyrmD}}cf-cache-status: DYNAMICCF-RAY: 98f53ec79e130024-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Proudly Managed By ServerAvatar/title> link hrefhttps://fonts.googleapis.com/css2?familyDM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&displayswap relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { overflow-x: hidden; width: 100%; } body { font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; background: #2A2774; min-height: 100vh; color: #333; } .container-fluid { max-width: none; padding: 0; margin: 0; width: 100%; } .hero { background: #2A2774; color: white; text-align: center; padding: 4rem 2rem; min-height: 60vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; } /* Animated Background Network */ .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.1), transparent), radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.1), transparent), radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.1), transparent), radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.1), transparent), radial-gradient(2px 2px at 160px 30px, rgba(255,255,255,0.1), transparent); background-repeat: repeat; background-size: 200px 100px; animation: networkMove 20s linear infinite; opacity: 0.3; } @keyframes networkMove { 0% { transform: translate(0, 0); } 100% { transform: translate(-200px, -100px); } } .server-container { position: relative; display: inline-block; margin-bottom: 2rem; } .server-icon { font-size: 4rem; color: #00ff87; animation: serverPulse 3s ease-in-out infinite; position: relative; z-index: 2; } @keyframes serverPulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(0, 255, 135, 0.5)); } 50% { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(0, 255, 135, 0.8)); } } /* Data Flow Animation - Simplified */ .data-flow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 160px; height: 160px; z-index: 1; } .data-particle { position: absolute; width: 6px; height: 6px; background: rgba(0, 255, 135, 0.9); border-radius: 50%; animation: dataFlow 6s linear infinite; box-shadow: 0 0 10px rgba(0, 255, 135, 0.5); } .data-particle:nth-child(1) { animation-delay: 0s; } .data-particle:nth-child(2) { animation-delay: 2s; } .data-particle:nth-child(3) { animation-delay: 4s; } @keyframes dataFlow { 0% { transform: rotate(0deg) translateX(60px) rotate(0deg); opacity: 0; scale: 0.5; } 15% { opacity: 1; scale: 1; } 85% { opacity: 1; scale: 1; } 100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); opacity: 0; scale: 0.5; } } /* Connection Lines */ .connection-lines { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; z-index: 0; } .connection-line { position: absolute; background: linear-gradient(90deg, transparent, rgba(0, 255, 135, 0.3), transparent); height: 1px; animation: connectionPulse 3s ease-in-out infinite; } .connection-line:nth-child(1) { top: 50%; left: 0; width: 100%; animation-delay: 0s; } .connection-line:nth-child(2) { top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(180deg, transparent, rgba(0, 255, 135, 0.3), transparent); animation-delay: 1s; } .connection-line:nth-child(3) { top: 50%; left: 0; width: 100%; transform: rotate(45deg); animation-delay: 2s; } .connection-line:nth-child(4) { top: 50%; left: 0; width: 100%; transform: rotate(-45deg); animation-delay: 0.5s; } @keyframes connectionPulse { 0%, 100% { opacity: 0.2; } 50% { opacity: 0.8; } } .hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; margin-bottom: 1rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .hero img{ width: 215px; margin-left: auto; margin-right: auto; } .hero h2 { font-size: clamp(1.5rem, 4vw, 1.55rem); font-weight: 500; margin-bottom: 2rem; margin-top: 2rem; opacity: 0.95; } .hero p { font-size: clamp(1.1rem, 2.5vw, 1.10rem); opacity: 0.9; max-width: 1090px; margin: 0 auto; line-height: 1.6; } .server-status { display: inline-flex; align-items: center; background: rgba(0, 255, 135, 0.1); border: 1px solid rgba(0, 255, 135, 0.3); padding: 1rem 2rem; border-radius: 50px; font-weight: 600; margin-top: 1rem; backdrop-filter: blur(10px); } .status-dot { width: 12px; height: 12px; background: #00ff87; border-radius: 50%; margin-right: 0.75rem; animation: blink 2s infinite; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0.5; } } .content { background: white; padding: 4rem 2rem; } .section-title { text-align: center; font-size: clamp(1.75rem, 4vw, 2rem); font-weight: 700; margin-bottom: 0.5rem; } .section-subtitle { text-align: center; color: #6c757d; font-size: 1.1rem; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; } .info-card { background: white; border: 1px solid #e9ecef; border-radius: 16px; padding: 1.5rem; text-decoration: none; color: inherit; transition: all 0.3s ease; height: 100%; display: block; } .info-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(42, 39, 116, 0.1); border-color: #2A2774; } .info-icon { width: 50px; height: 50px; background: #2A2774; border-radius: 12px; display: flex ; align-items: center; justify-content: center; color: white; font-size: 1.25rem; margin-bottom: 1.25rem; } .info-title { font-weight: 700; font-size: 1.25rem; margin-bottom: 0.55rem; } .info-description { color: #6c757d; line-height: 1.6; font-size: 1rem; } .footer { background: #2A2774; color: white; text-align: center; padding: 3rem 2rem; } .btn-primary-custom { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 1rem 2.5rem; border-radius: 50px; color: white; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.75rem; transition: all 0.3s ease; margin: 0 0.5rem 1.5rem; font-size: 1rem; } .btn-primary-custom:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); color: white; text-decoration: none; } .brand-footer { color: rgba(255, 255, 255, 0.8); font-size: 1rem; font-weight: 500; } /* Responsive adjustments */ @media (min-width: 1200px) { .content { padding: 5rem 3rem; } .hero { padding: 4rem 3rem; } .footer { padding: 4rem 3rem; } } @media (max-width: 768px) { .hero { padding: 4rem 1rem; min-height: 50vh; } .content { padding: 3rem 1rem; } .footer { padding: 2rem 1rem; } .info-card { padding: 2rem; } .btn-primary-custom { padding: 0.875rem 2rem; font-size: 0.9rem; margin: 0.25rem; } } /style>/head>body> div classcontainer-fluid> !-- Hero Section --> div classhero> div classserver-container> !-- Connection Lines --> div classconnection-lines> div classconnection-line>/div> div classconnection-line>/div> div classconnection-line>/div> div classconnection-line>/div> /div> !-- Data Flow Particles --> div classdata-flow> div classdata-particle>/div> div classdata-particle>/div> div classdata-particle>/div> /div> !-- Server Icon --> div classserver-icon> i classfas fa-server>/i> /div> /div> img srchttps://serveravatar.com/wp-content/uploads/2023/04/ServerAvatar-Logo-Horizontal-02.png/> h2>🌐 Proudly Managed by ServerAvatar/h2> p> ServerAvatar simplifies server management by offering an easy-to-use platform for deploying, securing, and monitoring your web applications. Whether youre a developer, agency, or business, we handle the heavy lifting so you can focus on building great products. /p> /div> !-- Content Section --> div classcontent> h3 classsection-title>Server Management/h3> p classsection-subtitle>Access essential tools and resources to manage your server effectively/p> div classrow g-4 mb-4> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/deploy-custom-php target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-rocket>/i> /div> h5 classinfo-title>Deploy Applications/h5> p classinfo-description> Create and deploy your web applications with just a few clicks using our intuitive interface. /p> /div> /a> /div> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/automatic-installation target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-shield-alt>/i> /div> h5 classinfo-title>SSL & Security/h5> p classinfo-description> Secure your applications with automatic SSL certificates and advanced security features. /p> /div> /a> /div> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/monitoring-suite target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-chart-line>/i> /div> h5 classinfo-title>Monitoring/h5> p classinfo-description> Monitor your server performance, uptime, and resource usage with real-time analytics. /p> /div> /a> /div> /div> /div> !-- Footer --> div classfooter> div> a hrefhttp://www.serveravatar.com/ target_blank classbtn-primary-custom> i classfas fa-globe>/i> Visit ServerAvatar /a> a hrefhttps://serveravatar.com/docs target_blank classbtn-primary-custom> i classfas fa-book>/i> Documentation /a> /div> div classbrand-footer> Powered by strong>ServerAvatar/strong> /div> /div> /div> script srchttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js>/script> script> // Simple hover effects document.querySelectorAll(.info-card).forEach(card > { card.addEventListener(mouseenter, () > card.style.transform translateY(-8px)); card.addEventListener(mouseleave, () > card.style.transform translateY(0)); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 16 Oct 2025 05:44:36 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Fri, 29 Aug 2025 08:16:11 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s5xcs%2BxdU4xjl81yq7R10WEmYnXX37E5uBQ8CuLxQ2e%2B0xL9Jxz2jQGEYD5Q5wcdfdJenfVFT368FFYy%2F6BTzKFKVemIaUjNAF6N6T3yes8NEUuVl}}cf-cache-status: DYNAMICvary: accept-encodingCF-RAY: 98f53eca3f079976-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Proudly Managed By ServerAvatar/title> link hrefhttps://fonts.googleapis.com/css2?familyDM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&displayswap relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { overflow-x: hidden; width: 100%; } body { font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; background: #2A2774; min-height: 100vh; color: #333; } .container-fluid { max-width: none; padding: 0; margin: 0; width: 100%; } .hero { background: #2A2774; color: white; text-align: center; padding: 4rem 2rem; min-height: 60vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; } /* Animated Background Network */ .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.1), transparent), radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.1), transparent), radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.1), transparent), radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.1), transparent), radial-gradient(2px 2px at 160px 30px, rgba(255,255,255,0.1), transparent); background-repeat: repeat; background-size: 200px 100px; animation: networkMove 20s linear infinite; opacity: 0.3; } @keyframes networkMove { 0% { transform: translate(0, 0); } 100% { transform: translate(-200px, -100px); } } .server-container { position: relative; display: inline-block; margin-bottom: 2rem; } .server-icon { font-size: 4rem; color: #00ff87; animation: serverPulse 3s ease-in-out infinite; position: relative; z-index: 2; } @keyframes serverPulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(0, 255, 135, 0.5)); } 50% { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(0, 255, 135, 0.8)); } } /* Data Flow Animation - Simplified */ .data-flow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 160px; height: 160px; z-index: 1; } .data-particle { position: absolute; width: 6px; height: 6px; background: rgba(0, 255, 135, 0.9); border-radius: 50%; animation: dataFlow 6s linear infinite; box-shadow: 0 0 10px rgba(0, 255, 135, 0.5); } .data-particle:nth-child(1) { animation-delay: 0s; } .data-particle:nth-child(2) { animation-delay: 2s; } .data-particle:nth-child(3) { animation-delay: 4s; } @keyframes dataFlow { 0% { transform: rotate(0deg) translateX(60px) rotate(0deg); opacity: 0; scale: 0.5; } 15% { opacity: 1; scale: 1; } 85% { opacity: 1; scale: 1; } 100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); opacity: 0; scale: 0.5; } } /* Connection Lines */ .connection-lines { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; z-index: 0; } .connection-line { position: absolute; background: linear-gradient(90deg, transparent, rgba(0, 255, 135, 0.3), transparent); height: 1px; animation: connectionPulse 3s ease-in-out infinite; } .connection-line:nth-child(1) { top: 50%; left: 0; width: 100%; animation-delay: 0s; } .connection-line:nth-child(2) { top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(180deg, transparent, rgba(0, 255, 135, 0.3), transparent); animation-delay: 1s; } .connection-line:nth-child(3) { top: 50%; left: 0; width: 100%; transform: rotate(45deg); animation-delay: 2s; } .connection-line:nth-child(4) { top: 50%; left: 0; width: 100%; transform: rotate(-45deg); animation-delay: 0.5s; } @keyframes connectionPulse { 0%, 100% { opacity: 0.2; } 50% { opacity: 0.8; } } .hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; margin-bottom: 1rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .hero img{ width: 215px; margin-left: auto; margin-right: auto; } .hero h2 { font-size: clamp(1.5rem, 4vw, 1.55rem); font-weight: 500; margin-bottom: 2rem; margin-top: 2rem; opacity: 0.95; } .hero p { font-size: clamp(1.1rem, 2.5vw, 1.10rem); opacity: 0.9; max-width: 1090px; margin: 0 auto; line-height: 1.6; } .server-status { display: inline-flex; align-items: center; background: rgba(0, 255, 135, 0.1); border: 1px solid rgba(0, 255, 135, 0.3); padding: 1rem 2rem; border-radius: 50px; font-weight: 600; margin-top: 1rem; backdrop-filter: blur(10px); } .status-dot { width: 12px; height: 12px; background: #00ff87; border-radius: 50%; margin-right: 0.75rem; animation: blink 2s infinite; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0.5; } } .content { background: white; padding: 4rem 2rem; } .section-title { text-align: center; font-size: clamp(1.75rem, 4vw, 2rem); font-weight: 700; margin-bottom: 0.5rem; } .section-subtitle { text-align: center; color: #6c757d; font-size: 1.1rem; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; } .info-card { background: white; border: 1px solid #e9ecef; border-radius: 16px; padding: 1.5rem; text-decoration: none; color: inherit; transition: all 0.3s ease; height: 100%; display: block; } .info-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(42, 39, 116, 0.1); border-color: #2A2774; } .info-icon { width: 50px; height: 50px; background: #2A2774; border-radius: 12px; display: flex ; align-items: center; justify-content: center; color: white; font-size: 1.25rem; margin-bottom: 1.25rem; } .info-title { font-weight: 700; font-size: 1.25rem; margin-bottom: 0.55rem; } .info-description { color: #6c757d; line-height: 1.6; font-size: 1rem; } .footer { background: #2A2774; color: white; text-align: center; padding: 3rem 2rem; } .btn-primary-custom { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 1rem 2.5rem; border-radius: 50px; color: white; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.75rem; transition: all 0.3s ease; margin: 0 0.5rem 1.5rem; font-size: 1rem; } .btn-primary-custom:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); color: white; text-decoration: none; } .brand-footer { color: rgba(255, 255, 255, 0.8); font-size: 1rem; font-weight: 500; } /* Responsive adjustments */ @media (min-width: 1200px) { .content { padding: 5rem 3rem; } .hero { padding: 4rem 3rem; } .footer { padding: 4rem 3rem; } } @media (max-width: 768px) { .hero { padding: 4rem 1rem; min-height: 50vh; } .content { padding: 3rem 1rem; } .footer { padding: 2rem 1rem; } .info-card { padding: 2rem; } .btn-primary-custom { padding: 0.875rem 2rem; font-size: 0.9rem; margin: 0.25rem; } } /style>/head>body> div classcontainer-fluid> !-- Hero Section --> div classhero> div classserver-container> !-- Connection Lines --> div classconnection-lines> div classconnection-line>/div> div classconnection-line>/div> div classconnection-line>/div> div classconnection-line>/div> /div> !-- Data Flow Particles --> div classdata-flow> div classdata-particle>/div> div classdata-particle>/div> div classdata-particle>/div> /div> !-- Server Icon --> div classserver-icon> i classfas fa-server>/i> /div> /div> img srchttps://serveravatar.com/wp-content/uploads/2023/04/ServerAvatar-Logo-Horizontal-02.png/> h2>🌐 Proudly Managed by ServerAvatar/h2> p> ServerAvatar simplifies server management by offering an easy-to-use platform for deploying, securing, and monitoring your web applications. Whether youre a developer, agency, or business, we handle the heavy lifting so you can focus on building great products. /p> /div> !-- Content Section --> div classcontent> h3 classsection-title>Server Management/h3> p classsection-subtitle>Access essential tools and resources to manage your server effectively/p> div classrow g-4 mb-4> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/deploy-custom-php target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-rocket>/i> /div> h5 classinfo-title>Deploy Applications/h5> p classinfo-description> Create and deploy your web applications with just a few clicks using our intuitive interface. /p> /div> /a> /div> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/automatic-installation target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-shield-alt>/i> /div> h5 classinfo-title>SSL & Security/h5> p classinfo-description> Secure your applications with automatic SSL certificates and advanced security features. /p> /div> /a> /div> div classcol-lg-4> a hrefhttps://serveravatar.com/docs/application/monitoring-suite target_blank classtext-decoration-none text-reset> div classinfo-card> div classinfo-icon> i classfas fa-chart-line>/i> /div> h5 classinfo-title>Monitoring/h5> p classinfo-description> Monitor your server performance, uptime, and resource usage with real-time analytics. /p> /div> /a> /div> /div> /div> !-- Footer --> div classfooter> div> a hrefhttp://www.serveravatar.com/ target_blank classbtn-primary-custom> i classfas fa-globe>/i> Visit ServerAvatar /a> a hrefhttps://serveravatar.com/docs target_blank classbtn-primary-custom> i classfas fa-book>/i> Documentation /a> /div> div classbrand-footer> Powered by strong>ServerAvatar/strong> /div> /div> /div> script srchttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js>/script> script> // Simple hover effects document.querySelectorAll(.info-card).forEach(card > { card.addEventListener(mouseenter, () > card.style.transform translateY(-8px)); card.addEventListener(mouseleave, () > card.style.transform translateY(0)); }); /script>/body>/html>
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
]