Help
RSS
API
Feed
Maltego
Contact
Domain > ultramarketingsystem.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-09-12
192.185.4.117
(
ClassC
)
2026-02-16
77.37.76.231
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 16 Feb 2026 18:44:42 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://ultramarketingsystem.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: ea08fb1a78ee28fbb72310e625d0c03f-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.433 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 16 Feb 2026 18:44:43 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.2.29set-cookie: PHPSESSIDdfjvpvqeb4n271gerjucca0c3d; path/; secureExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 5a6f4acbea4f4d7a09b6b6861655f8e7-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.830 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Marketing System - Advanced AI-Powered Marketing Platform/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css relstylesheet> style> :root { --primary-blue: #007AFF; --secondary-blue: #5AC8FA; --accent-blue: #64D2FF; --gradient-bg: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 50%, var(--accent-blue) 100%); --glass-bg: rgba(255, 255, 255, 0.1); --glass-border: rgba(255, 255, 255, 0.2); } body { background: var(--gradient-bg); min-height: 100vh; font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; } .hero-section { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; } .hero-content { z-index: 2; position: relative; } .glass-card { background: var(--glass-bg); backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); } .btn-primary-custom { background: var(--gradient-bg); border: none; border-radius: 12px; padding: 12px 24px; font-weight: 600; transition: all 0.3s ease; color: white; } .btn-primary-custom:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3); color: white; } .system-notification { position: fixed; top: 80px; right: 20px; max-width: 400px; z-index: 9998; animation: slideInRight 0.5s ease-out; } @keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } .notification-success { background: linear-gradient(135deg, #34C759 0%, #30D158 100%); color: white; border-radius: 12px; padding: 1rem; box-shadow: 0 8px 32px rgba(52, 199, 89, 0.3); } .notification-error { background: linear-gradient(135deg, #FF3B30 0%, #FF6B6B 100%); color: white; border-radius: 12px; padding: 1rem; box-shadow: 0 8px 32px rgba(255, 59, 48, 0.3); } .close-notification { background: none; border: none; color: white; font-size: 1.2rem; cursor: pointer; float: right; opacity: 0.8; transition: opacity 0.3s ease; } .close-notification:hover { opacity: 1; } .feature-card { background: rgba(255, 255, 255, 0.95); border-radius: 16px; padding: 2rem; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border: none; height: 100%; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); } .feature-icon { font-size: 3rem; color: var(--primary-blue); margin-bottom: 1rem; } .floating-shapes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .shape { position: absolute; background: rgba(255, 255, 255, 0.1); border-radius: 50%; animation: float 6s ease-in-out infinite; } .shape:nth-child(1) { width: 80px; height: 80px; top: 20%; left: 10%; animation-delay: 0s; } .shape:nth-child(2) { width: 120px; height: 120px; top: 60%; right: 10%; animation-delay: 2s; } .shape:nth-child(3) { width: 60px; height: 60px; bottom: 20%; left: 20%; animation-delay: 4s; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } /style>/head>body> !-- Notification Container --> div idnotificationContainer>/div> !-- Hero Section --> section classhero-section> div classfloating-shapes> div classshape>/div> div classshape>/div> div classshape>/div> /div> div classcontainer> div classrow justify-content-center> div classcol-lg-8 text-center hero-content> div classglass-card p-5> h1 classdisplay-4 fw-bold text-white mb-4> i classfas fa-rocket me-3>/i> Marketing System /h1> p classlead text-white-50 mb-4> Advanced AI-Powered Marketing Platform with Database Safeguard & Auto-Backup System /p> p classtext-white mb-4> Your marketing system is now equipped with enterprise-grade database protection and automatic backup capabilities. /p> div classd-flex gap-3 justify-content-center flex-wrap> a hrefadmin/ classbtn btn-primary-custom btn-lg> i classfas fa-tachometer-alt me-2>/i> Admin Dashboard /a> a hrefadmin/database_backup.php classbtn btn-outline-light btn-lg> i classfas fa-database me-2>/i> Backup Management /a> /div> /div> /div> /div> /div> /section> !-- Features Section --> section classpy-5> div classcontainer> div classrow> div classcol-12 text-center mb-5> h2 classtext-white mb-3>System Features/h2> p classtext-white-50>Comprehensive marketing tools with built-in safety features/p> /div> /div> div classrow g-4> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-shield-alt>/i> /div> h4>Database Safeguard/h4> p>Automatic database restoration when missing or corrupted. Only works on localhost for security./p> /div> /div> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-clock>/i> /div> h4>Auto-Backup/h4> p>Automatic database backups every 24 hours with compression and retention management./p> /div> /div> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-cogs>/i> /div> h4>Manual Management/h4> p>Beautiful admin interface for creating manual backups and restoring from any backup file./p> /div> /div> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-lock>/i> /div> h4>Secure Storage/h4> p>Protected backup directory with .htaccess and 403 responses for web security./p> /div> /div> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-chart-line>/i> /div> h4>Analytics/h4> p>Comprehensive logging and statistics for all backup and restore operations./p> /div> /div> div classcol-md-6 col-lg-4> div classfeature-card> div classfeature-icon> i classfas fa-mobile-alt>/i> /div> h4>Responsive Design/h4> p>Modern, mobile-friendly interface with beautiful animations and notifications./p> /div> /div> /div> /div> /section> !-- Footer --> footer classpy-4> div classcontainer> div classrow> div classcol-12 text-center> p classtext-white-50 mb-0> © 2026 Marketing System. Built with Database Safeguard & Auto-Backup System. /p> /div> /div> /div> /footer> script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js>/script> script> // Show notifications from session // Show notification function function showNotification(type, title, message) { const container document.getElementById(notificationContainer); const notification document.createElement(div); notification.className `system-notification notification-${type}`; notification.innerHTML ` button classclose-notification onclickthis.parentElement.remove()>×/button> strong>${title}/strong>br> ${message} `; container.appendChild(notification); // Auto-remove after 10 seconds setTimeout(() > { if (notification.parentElement) { notification.remove(); } }, 10000); } // Add smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Add fade-in animation to feature cards const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe all feature cards document.querySelectorAll(.feature-card).forEach(card > { card.style.opacity 0; card.style.transform translateY(30px); card.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(card); }); /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
]