Help
RSS
API
Feed
Maltego
Contact
Domain > aectt.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-11
20.42.128.96
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/html; charsetUTF-8Date: Sun, 11 Jan 2026 20:26:24 GMTServer: nginx/1.28.0Cache-Control: no-store, no-cache, must-revalidateExpires: Thu, 19 Nov 1981 08:52:00 GMTPragma: no-cacheSet-Cookie: PHPSESSIDb3c2ae576de345c99958a2aa75ed9b1f; path/Transfer-Encoding: chunkedX-Powered-By: PHP/8.2.29 !DOCTYPE html>html langen>head> meta charsetUTF-8> title>AECTT - Dev/title> meta nameviewport contentwidthdevice-width, initial-scale1.0> link relstylesheet href./css/template.css> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css>/head>body> !-- Impersonation banner (shown when actively impersonating) --> !-- Error notification dropdown --> !-- Success notification dropdown --> header> div styledisplay: flex; justify-content: space-between; align-items: center;> nav styletext-align: left;> !-- Show minimal navigation for unauthenticated users --> a href/>Home/a> /nav> div styledisplay: flex; align-items: center; gap: 1rem;> !-- Impersonation toggle button (only show if user can impersonate) --> !-- Theme toggle button --> button classtheme-toggle-header aria-labelToggle theme> i classfas fa-sun idtheme-icon>/i> /button> !-- Login/Logout --> div> a href/account/login>Login/a> /div> /div> /div> /header> !-- User Selection Modal for Impersonation --> main> !-- Show login prompt for unauthenticated users --> div classlogin-prompt> h1>i classfas fa-lock>/i> Authentication Required/h1> p> Welcome to AECTT! To access this application, you need to sign in with your Microsoft 365 account. Please click the button below to authenticate securely. /p> a href/account/login classlogin-link> i classfab fa-microsoft login-icon>/i> Sign in with Microsoft 365 /a> /div> /main> !-- Enhanced JavaScript for theme toggle, error notifications, and impersonation --> script> document.addEventListener(DOMContentLoaded, function() { // Theme toggle functionality const themeToggle document.querySelector(.theme-toggle-header); const themeIcon document.getElementById(theme-icon); if (themeToggle && themeIcon) { // Check for saved theme preference or default to light mode const currentTheme localStorage.getItem(theme) || light; document.documentElement.setAttribute(data-theme, currentTheme); // Set initial icon based on current theme updateThemeIcon(currentTheme); themeToggle.addEventListener(click, function() { const currentTheme document.documentElement.getAttribute(data-theme); const newTheme currentTheme dark ? light : dark; document.documentElement.setAttribute(data-theme, newTheme); localStorage.setItem(theme, newTheme); updateThemeIcon(newTheme); }); function updateThemeIcon(theme) { if (theme dark) { themeIcon.className fas fa-moon; } else { themeIcon.className fas fa-sun; } } } // Error notification functionality const errorNotification document.getElementById(error-notification); if (errorNotification) { // Show the notification with animation setTimeout(() > { errorNotification.classList.add(show); }, 100); // Auto-hide after 5 seconds const autoHideTimer setTimeout(() > { hideErrorNotification(); }, 5000); // Manual close button const closeButton document.getElementById(close-error); if (closeButton) { closeButton.addEventListener(click, () > { clearTimeout(autoHideTimer); hideErrorNotification(); }); } function hideErrorNotification() { errorNotification.classList.add(hide); setTimeout(() > { errorNotification.remove(); // Clean up URL by removing error parameter const url new URL(window.location); url.searchParams.delete(error); window.history.replaceState({}, , url); }, 300); } } // Success notification functionality const successNotification document.getElementById(success-notification); if (successNotification) { // Show the notification with animation setTimeout(() > { successNotification.classList.add(show); }, 100); // Auto-hide after 5 seconds const autoHideTimer setTimeout(() > { hideSuccessNotification(); }, 5000); // Manual close button const closeButton document.getElementById(close-success); if (closeButton) { closeButton.addEventListener(click, () > { clearTimeout(autoHideTimer); hideSuccessNotification(); }); } function hideSuccessNotification() { successNotification.classList.add(hide); setTimeout(() > { successNotification.remove(); // Clean up URL by removing message parameter const url new URL(window.location); url.searchParams.delete(message); window.history.replaceState({}, , url); }, 300); } } function escapeHtml(text) { const map { &: &, : <, >: >, : ", : ' }; return text.replace(/&>/g, function(m) { return mapm; }); } }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/html; charsetUTF-8Date: Sun, 11 Jan 2026 20:26:24 GMTServer: nginx/1.28.0Cache-Control: no-store, no-cache, must-revalidateExpires: Thu, 19 Nov 1981 08:52:00 GMTPragma: no-cacheSet-Cookie: PHPSESSID5c764efa2086bdd2d842d41f6b10e012; path/Transfer-Encoding: chunkedX-Powered-By: PHP/8.2.29 !DOCTYPE html>html langen>head> meta charsetUTF-8> title>AECTT - Dev/title> meta nameviewport contentwidthdevice-width, initial-scale1.0> link relstylesheet href./css/template.css> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css>/head>body> !-- Impersonation banner (shown when actively impersonating) --> !-- Error notification dropdown --> !-- Success notification dropdown --> header> div styledisplay: flex; justify-content: space-between; align-items: center;> nav styletext-align: left;> !-- Show minimal navigation for unauthenticated users --> a href/>Home/a> /nav> div styledisplay: flex; align-items: center; gap: 1rem;> !-- Impersonation toggle button (only show if user can impersonate) --> !-- Theme toggle button --> button classtheme-toggle-header aria-labelToggle theme> i classfas fa-sun idtheme-icon>/i> /button> !-- Login/Logout --> div> a href/account/login>Login/a> /div> /div> /div> /header> !-- User Selection Modal for Impersonation --> main> !-- Show login prompt for unauthenticated users --> div classlogin-prompt> h1>i classfas fa-lock>/i> Authentication Required/h1> p> Welcome to AECTT! To access this application, you need to sign in with your Microsoft 365 account. Please click the button below to authenticate securely. /p> a href/account/login classlogin-link> i classfab fa-microsoft login-icon>/i> Sign in with Microsoft 365 /a> /div> /main> !-- Enhanced JavaScript for theme toggle, error notifications, and impersonation --> script> document.addEventListener(DOMContentLoaded, function() { // Theme toggle functionality const themeToggle document.querySelector(.theme-toggle-header); const themeIcon document.getElementById(theme-icon); if (themeToggle && themeIcon) { // Check for saved theme preference or default to light mode const currentTheme localStorage.getItem(theme) || light; document.documentElement.setAttribute(data-theme, currentTheme); // Set initial icon based on current theme updateThemeIcon(currentTheme); themeToggle.addEventListener(click, function() { const currentTheme document.documentElement.getAttribute(data-theme); const newTheme currentTheme dark ? light : dark; document.documentElement.setAttribute(data-theme, newTheme); localStorage.setItem(theme, newTheme); updateThemeIcon(newTheme); }); function updateThemeIcon(theme) { if (theme dark) { themeIcon.className fas fa-moon; } else { themeIcon.className fas fa-sun; } } } // Error notification functionality const errorNotification document.getElementById(error-notification); if (errorNotification) { // Show the notification with animation setTimeout(() > { errorNotification.classList.add(show); }, 100); // Auto-hide after 5 seconds const autoHideTimer setTimeout(() > { hideErrorNotification(); }, 5000); // Manual close button const closeButton document.getElementById(close-error); if (closeButton) { closeButton.addEventListener(click, () > { clearTimeout(autoHideTimer); hideErrorNotification(); }); } function hideErrorNotification() { errorNotification.classList.add(hide); setTimeout(() > { errorNotification.remove(); // Clean up URL by removing error parameter const url new URL(window.location); url.searchParams.delete(error); window.history.replaceState({}, , url); }, 300); } } // Success notification functionality const successNotification document.getElementById(success-notification); if (successNotification) { // Show the notification with animation setTimeout(() > { successNotification.classList.add(show); }, 100); // Auto-hide after 5 seconds const autoHideTimer setTimeout(() > { hideSuccessNotification(); }, 5000); // Manual close button const closeButton document.getElementById(close-success); if (closeButton) { closeButton.addEventListener(click, () > { clearTimeout(autoHideTimer); hideSuccessNotification(); }); } function hideSuccessNotification() { successNotification.classList.add(hide); setTimeout(() > { successNotification.remove(); // Clean up URL by removing message parameter const url new URL(window.location); url.searchParams.delete(message); window.history.replaceState({}, , url); }, 300); } } function escapeHtml(text) { const map { &: &, : <, >: >, : ", : ' }; return text.replace(/&>/g, function(m) { return mapm; }); } }); /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
]