Help
RSS
API
Feed
Maltego
Contact
Domain > pandaadmin.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-25
3.5.129.174
(
ClassC
)
2025-11-30
3.169.173.10
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 30 Nov 2025 07:25:23 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://pandaadmin.com/X-Cache: Redirect from cloudfrontVia: 1.1 2d69093e294db929b26be80ccee94472.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: UqpkbgznhUdG1RSscaZeZY5gOgPKATtcxFcvwPqghXwo7OEaxRSK1g html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 7749Connection: keep-aliveDate: Sun, 30 Nov 2025 07:25:23 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: 4dd01c60e5b2b158bb515483a705dcdcLast-Modified: Tue, 25 Nov 2025 00:25:37 GMTX-Cache: Miss from cloudfrontVia: 1.1 6a31d7747628574e9fa26dd40efa100a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: aqoAPIwxQ2203IvGdVUUGLHiHJmMsqbQpw3Odktexr4Wwo1kkMYxeQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Panda Admin Portal/title> meta http-equivCache-Control contentno-cache, no-store, must-revalidate> meta http-equivPragma contentno-cache> meta http-equivExpires content0> script> // Immediate redirect to login if not authenticated if (sessionStorage.getItem(pandaAdmin) ! authenticated) { window.location.replace(/login.html); } /script> style> @import url(https://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600&displayswap); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; background: #fafbfc; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; color: #374151; } .portal-container { background: white; padding: 48px; border-radius: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); text-align: center; max-width: 800px; width: 100%; border: 1px solid #f3f4f6; } .logo { margin-bottom: 32px; } .logo img { max-width: 180px; height: auto; } h1 { color: #111827; margin-bottom: 32px; font-size: 32px; font-weight: 600; } .nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-top: 32px; } .nav-card { background: white; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 20px; text-decoration: none; color: inherit; transition: all 0.15s ease; cursor: pointer; } .nav-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-color: #3b82f6; text-decoration: none; color: inherit; } .nav-card .icon { font-size: 2.5em; margin-bottom: 16px; display: block; } .nav-card h3 { color: #111827; margin-bottom: 8px; font-size: 18px; font-weight: 600; } .nav-card p { color: #6b7280; font-size: 14px; line-height: 1.5; font-weight: 400; } .employees { border-color: #10b981; } .employees:hover { border-color: #10b981; } .points { border-color: #f59e0b; } .points:hover { border-color: #f59e0b; } .admin { border-color: #ef4444; } .admin:hover { border-color: #ef4444; } .assets { border-color: #3b82f6; } .assets:hover { border-color: #3b82f6; } .leads { border-color: #8b5cf6; } .leads:hover { border-color: #8b5cf6; } .referrals { border-color: #06b6d4; } .referrals:hover { border-color: #06b6d4; } .logout-btn { position: absolute; top: 20px; right: 20px; background: #f3f4f6; color: #6b7280; border: none; padding: 8px 16px; border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 400; transition: all 0.15s ease; } .logout-btn:hover { background: #ef4444; color: white; } /style>/head>body> button classlogout-btn onclicklogout()>Logout/button> div classportal-container> div classlogo> img srcpanda-logo.png altPanda Exteriors> /div> h1>Panda Admin Portal/h1> p stylecolor: #6c757d; margin-bottom: 20px;>Welcome to your administrative dashboard/p> div classnav-grid> a hrefemployee classnav-card employees> span classicon>👥/span> h3>Employee Dashboard/h3> p>Manage employees, view profiles, and track performance metrics/p> /a> a hrefpoints classnav-card points> span classicon>⭐/span> h3>My Panda Points/h3> p>Award points to employees and manage the rewards program/p> /a> a hrefadmin classnav-card admin> span classicon>⚙️/span> h3>Admin Console/h3> p>System settings, user management, and administrative tools/p> /a> a hrefassets classnav-card assets> span classicon>📦/span> h3>Asset Management/h3> p>Track company assets, inventory, and equipment/p> /a> a hrefleads classnav-card leads> span classicon>📊/span> h3>Lead Management/h3> p>Track sales leads, opportunities, and customer pipeline/p> /a> a hrefreferrals classnav-card referrals> span classicon>🤝/span> h3>Referral Management/h3> p>Manage customer referrals and partner relationships/p> /a> /div> /div> script> function logout() { sessionStorage.removeItem(pandaAdmin); sessionStorage.removeItem(adminUser); window.location.href /login.html; } // Check user permissions and hide unauthorized cards document.addEventListener(DOMContentLoaded, function() { const adminData sessionStorage.getItem(adminData); if (adminData) { try { const admin JSON.parse(adminData); const permissions admin.permissions || ; // Hide cards based on permissions if (!permissions.includes(employees)) { document.querySelector(.employees).style.display none; } if (!permissions.includes(points)) { document.querySelector(.points).style.display none; } if (!permissions.includes(referrals)) { document.querySelector(.referrals).style.display none; } if (!permissions.includes(leads)) { document.querySelector(.leads).style.display none; } // Admin console - only show for full admin or super admin if (admin.role ! admin && admin.role ! super_admin) { document.querySelector(.admin).style.display none; } // Assets - hide for all except super admin if (admin.role ! super_admin) { document.querySelector(.assets).style.display none; } } catch (e) { console.error(Error parsing admin data:, e); } } }); /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
]