Help
RSS
API
Feed
Maltego
Contact
Domain > erp.my1driver.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-11
43.159.98.16
(
ClassC
)
2025-11-22
43.159.107.154
(
ClassC
)
Port 443
HTTP/1.1 200 OKLast-Modified: Tue, 19 Aug 2025 09:33:22 GMTEtag: 68a444e2-52b6Server: nginxContent-Type: text/htmlVary: Accept-EncodingStrict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443Content-Length: 21174Accept-Ranges: bytesConnection: keep-aliveDate: Sat, 22 Nov 2025 12:05:39 GMTEO-LOG-UUID: 6660146950033187550EO-Cache-Status: HIT !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Download the 1 Driver App/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #ff7849 0%, #ff6b35 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; color: white; padding: 10px; } .container { background: rgba(255, 255, 255, 0.95); border-radius: 20px; padding: 0; text-align: center; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); max-width: 400px; width: 100%; color: #333; overflow: hidden; } /* Google Play Store Style Header */ .app-header { display: flex; align-items: flex-start; padding: 24px; background: #fff; border-bottom: 1px solid #e0e0e0; text-align: left; } .app-icon { flex-shrink: 0; margin-right: 16px; } .app-logo { width: 64px; height: 64px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .app-info { flex: 1; min-width: 0; } .app-name { font-size: 20px; font-weight: 500; color: #1f1f1f; margin: 0 0 4px 0; line-height: 1.2; } .app-developer { font-size: 14px; color: #5f6368; margin: 0 0 8px 0; } .app-rating { display: flex; align-items: center; margin-bottom: 12px; flex-wrap: wrap; } .stars { display: flex; margin-right: 6px; } .star { color: #ffc107; font-size: 14px; margin-right: 1px; } .star.filled { color: #ffc107; } .rating-score { font-size: 14px; color: #5f6368; margin-right: 4px; font-weight: 500; } .rating-count { font-size: 14px; color: #5f6368; } .app-details { display: flex; gap: 16px; flex-wrap: wrap; } .detail-item { display: flex; flex-direction: column; align-items: flex-start; } .detail-label { font-size: 12px; color: #5f6368; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; } .detail-value { font-size: 14px; color: #1f1f1f; font-weight: 500; } /* Content Section */ .content-section { padding: 24px; } .device-info { background: #f8f9fa; padding: 15px; border-radius: 10px; margin-bottom: 25px; border-left: 4px solid #ff7849; } .device-info strong { color: #ff7849; } .download-btn { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ff7849, #ff6b35); color: white; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; margin: 10px 0; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 120, 73, 0.4); } .download-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 120, 73, 0.6); } .download-btn.ios { background: linear-gradient(135deg, #007AFF, #5856D6); box-shadow: 0 4px 15px rgba(0, 122, 255, 0.4); } .download-btn.ios:hover { box-shadow: 0 6px 20px rgba(0, 122, 255, 0.6); } .download-btn.android { background: linear-gradient(135deg, #34A853, #4285F4); box-shadow: 0 4px 15px rgba(52, 168, 83, 0.4); } .download-btn.android:hover { box-shadow: 0 6px 20px rgba(52, 168, 83, 0.6); } .btn-icon { width: 24px; height: 24px; margin-right: 10px; display: flex; align-items: center; justify-content: center; } .features { margin-top: 30px; text-align: left; } .feature-item { display: flex; align-items: center; margin-bottom: 15px; padding: 10px; background: #f8f9fa; border-radius: 8px; } .feature-icon { width: 30px; height: 30px; background: #ff7849; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: white; font-size: 14px; } .loading { display: inline-block; width: 20px; height: 20px; border: 3px solid #f3f3f3; border-top: 3px solid #ff7849; border-radius: 50%; animation: spin 1s linear infinite; margin-right: 10px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .countdown { color: #e74c3c; font-weight: bold; font-size: 18px; margin-top: 15px; } .manual-download { margin-top: 20px; padding: 20px; background: #fff3cd; border-radius: 10px; border-left: 4px solid #ffc107; display: none; } .manual-download h3 { color: #856404; margin-bottom: 10px; } .store-links { display: flex; gap: 10px; justify-content: center; margin-top: 15px; } .store-links a { display: inline-block; padding: 10px 20px; background: #ff7849; color: white; text-decoration: none; border-radius: 8px; font-size: 14px; } /* Mobile Responsive */ @media (max-width: 480px) { body { padding: 5px; min-height: 100vh; } .container { max-width: none; width: 100%; margin: 0; border-radius: 15px; } .app-header { padding: 16px; } .content-section { padding: 16px; } .download-btn { padding: 12px 30px; font-size: 16px; } .app-name { font-size: 18px; } .app-developer { font-size: 12px; } } @media (max-width: 360px) { body { padding: 2px; } .app-header { padding: 12px; } .content-section { padding: 12px; } .app-logo { width: 56px; height: 56px; } .app-icon { margin-right: 12px; } } /style>/head>body> div classcontainer> !-- Google Play Store Style Header --> div classapp-header> div classapp-icon> img src/applogo.png alt1driver classapp-logo> /div> div classapp-info> h1 classapp-name>1driver/h1> p classapp-developer>ONE DRIVE ENTERPRISE/p> div classapp-rating> div classstars> span classstar filled>★/span> span classstar filled>★/span> span classstar filled>★/span> span classstar filled>★/span> span classstar filled>★/span> /div> span classrating-score>4.8/span> span classrating-count>(2.1K)/span> /div> div classapp-details> div classdetail-item> span classdetail-label>Size/span> span classdetail-value>45.2 MB/span> /div> div classdetail-item> span classdetail-label>Updated/span> span classdetail-value>Jan 2025/span> /div> div classdetail-item> span classdetail-label>Version/span> span classdetail-value>1.0.2/span> /div> /div> /div> /div> !-- Content Section --> div classcontent-section> div classdevice-info iddeviceInfo> div classloading>/div> Detecting your device... /div> div iddownloadSection>/div> div classfeatures> div classfeature-item> div classfeature-icon>⚡/div> div> strong>Instant Service/strong>br> Quick response and fast driver arrival /div> /div> div classfeature-item> div classfeature-icon>💰/div> div> strong>Affordable Price/strong>br> Competitive rates with no hidden fees /div> /div> div classfeature-item> div classfeature-icon>🛡️/div> div> strong>Reliable Delivery/strong>br> Safe and dependable ride service /div> /div> /div> div classmanual-download idmanualDownload> h3>Manual Download/h3> p>If automatic redirect fails, please select the corresponding app store:/p> div classstore-links> a href# idiosLink> svg width16 height16 viewBox0 0 24 24 fillcurrentColor stylemargin-right: 8px; vertical-align: middle;> path dM18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z/> /svg> App Store /a> a href# idandroidLink> svg width16 height16 viewBox0 0 24 24 fillcurrentColor stylemargin-right: 8px; vertical-align: middle;> path dM17.523 15.3414c-.5511 0-.9993-.4486-.9993-.9997s.4482-.9993.9993-.9993c.5511 0 .9993.4482.9993.9993.0001.5511-.4482.9997-.9993.9997m-11.046 0c-.5511 0-.9993-.4486-.9993-.9997s.4482-.9993.9993-.9993c.5511 0 .9993.4482.9993.9993 0 .5511-.4482.9997-.9993.9997m11.4045-6.02l1.9973-3.4592a.416.416 0 00-.1521-.5676.416.416 0 00-.5676.1521l-2.0223 3.503C15.5902 8.2439 13.8533 7.8508 12 7.8508s-3.5902.3931-5.1367 1.0989L4.841 5.4467a.4161.4161 0 00-.5677-.1521.4157.4157 0 00-.1521.5676l1.9973 3.4592C2.6889 11.1867.3432 14.6589 0 18.761h24c-.3435-4.1021-2.6892-7.5743-6.1185-9.4396/> /svg> Google Play /a> /div> /div> /div> /div> script> // App store links configuration const APP_LINKS { ios: https://apps.apple.com/us/app/1driver-app/id6749635643, // Replace with your iOS App Store link android: https://play.google.com/store/apps/details?idcom.call19.user // Replace with your Google Play link }; // Detect device type function detectDevice() { const userAgent navigator.userAgent || navigator.vendor || window.opera; console.log(User Agent:, userAgent); // 调试信息 // 检测iOS设备 - 更全面的检测 if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return ios; } // 检测iOS设备 - 备用方法(针对iOS 13+) if (/Mac OS X/.test(userAgent) && (ontouchend in document)) { return ios; } // 检测iOS设备 - 使用平台信息 if (navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform)) { return ios; } // 检测iOS设备 - 检查Safari特有属性 if (window.DeviceMotionEvent ! undefined && /Safari/.test(userAgent) && !/Chrome/.test(userAgent)) { // 进一步检查是否为移动设备 if (window.orientation ! undefined || navigator.maxTouchPoints > 1) { return ios; } } // 检测Android设备 if (/android/i.test(userAgent)) { return android; } // 检测Android设备 - 备用方法 if (navigator.platform && /Android/.test(navigator.platform)) { return android; } // 其他设备返回unknown return unknown; } // Update device info display function updateDeviceInfo(deviceType) { const deviceInfo document.getElementById(deviceInfo); let deviceName ; let icon ; switch(deviceType) { case ios: deviceName iPhone/iPad; icon 📱; break; case android: deviceName Android Device; icon 🤖; break; default: deviceName Unrecognized Device; icon 📱; } deviceInfo.innerHTML `${icon} Detected your device: strong>${deviceName}/strong>`; } // Create download button function createDownloadButton(deviceType) { const downloadSection document.getElementById(downloadSection); if (deviceType ios) { const link APP_LINKS.ios; downloadSection.innerHTML ` a href${link} classdownload-btn ios iddownloadBtn> div classbtn-icon> svg width24 height24 viewBox0 0 24 24 fillcurrentColor> path dM18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z/> /svg> /div> Go to App Store /a> div classcountdown idcountdown> Redirecting to App Store in 3 seconds... /div> `; startCountdownAndRedirect(link); } else if (deviceType android) { const link APP_LINKS.android; downloadSection.innerHTML ` a href${link} classdownload-btn android iddownloadBtn> div classbtn-icon> svg width24 height24 viewBox0 0 24 24 fillcurrentColor> path dM17.523 15.3414c-.5511 0-.9993-.4486-.9993-.9997s.4482-.9993.9993-.9993c.5511 0 .9993.4482.9993.9993.0001.5511-.4482.9997-.9993.9997m-11.046 0c-.5511 0-.9993-.4486-.9993-.9997s.4482-.9993.9993-.9993c.5511 0 .9993.4482.9993.9993 0 .5511-.4482.9997-.9993.9997m11.4045-6.02l1.9973-3.4592a.416.416 0 00-.1521-.5676.416.416 0 00-.5676.1521l-2.0223 3.503C15.5902 8.2439 13.8533 7.8508 12 7.8508s-3.5902.3931-5.1367 1.0989L4.841 5.4467a.4161.4161 0 00-.5677-.1521.4157.4157 0 00-.1521.5676l1.9973 3.4592C2.6889 11.1867.3432 14.6589 0 18.761h24c-.3435-4.1021-2.6892-7.5743-6.1185-9.4396/> /svg> /div> Go to Google Play /a> div classcountdown idcountdown> Redirecting to Google Play in 3 seconds... /div> `; startCountdownAndRedirect(link); } else { // Unrecognized device shows manual download options downloadSection.innerHTML ` p stylecolor: #7f8c8d; margin-bottom: 20px;> Please open this page on your mobile device, or manually select download: /p> `; showManualDownload(); } } // Countdown and auto redirect function startCountdownAndRedirect(link) { let countdown 3; const countdownElement document.getElementById(countdown); const timer setInterval(() > { countdown--; if (countdown > 0) { countdownElement.textContent `Redirecting to app store in ${countdown} seconds...`; } else { clearInterval(timer); countdownElement.textContent Redirecting...; window.location.href link; } }, 1000); // Click button to redirect immediately document.getElementById(downloadBtn).addEventListener(click, function(e) { clearInterval(timer); // Let the link redirect normally }); } // Show manual download options function showManualDownload() { const manualDownload document.getElementById(manualDownload); const iosLink document.getElementById(iosLink); const androidLink document.getElementById(androidLink); iosLink.href APP_LINKS.ios; androidLink.href APP_LINKS.android; manualDownload.style.display block; } // Initialize page function initPage() { const deviceType detectDevice(); updateDeviceInfo(deviceType); createDownloadButton(deviceType); } // Execute after page loads document.addEventListener(DOMContentLoaded, function() { // Delay 1 second to show detection results for better user experience setTimeout(initPage, 1000); }); // Handle page visibility change (when user returns from other apps) document.addEventListener(visibilitychange, function() { if (!document.hidden) { // When page becomes visible again, can add welcome back message console.log(Welcome back!); } }); /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
]