Help
RSS
API
Feed
Maltego
Contact
Domain > chatcenter.newage.systems
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-19
52.34.77.110
(
ClassC
)
2026-02-01
208.110.72.138
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sun, 01 Feb 2026 20:52:06 GMTServer: Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1kLocation: https://chatcenter.newage.systems/Content-Length: 242Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://chatcenter.newage.systems/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 01 Feb 2026 20:52:06 GMTServer: Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1kX-Powered-By: PHP/8.2.30Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSID32daltqu3aqkh4l9qu863b184o; path/X-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINX-XSS-Protection: 1; modeblockReferrer-Policy: strict-origin-when-cross-originVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !DOCTYPE html>html translateno> head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> html langes> title>Login/title> !-- Tell the browser to be responsive to screen width --> meta contentwidthdevice-width, initial-scale1, maximum-scale1, user-scalableno nameviewport> !--Favicon--> link relshortcut icon typeimage/png hrefhttps://reportes.newage.systems/cdn/images/Favicon.png/> !-- Bootstrap 3.3.6 --> link relstylesheet hrefhttps://reportes.newage.systems/cdn/plugins/bootstrap/css/bootstrap.min.css> !-- Font Awesome --> link relstylesheet hrefhttps://reportes.newage.systems/cdn/font-awesome/css/font-awesome.min.css> !-- Material Design --> link relstylesheet hrefhttps://reportes.newage.systems/cdn/plugins/material-design/material-design.css> !-- Theme style --> link relstylesheet href/app/public/dist/css/AdminLTE.min.css> link relstylesheet href/app/public/dist/css/skins/_all-skins.min.css> !-- Custom --> link relstylesheet href/app/public/css/custom.css?v0.0.0.19> !-- Material Design --> script srchttps://reportes.newage.systems/cdn/plugins/material-design/compiled.0.js>/script> !-- jQuery 2.2.3 --> script srchttps://reportes.newage.systems/cdn/plugins/jQuery/jquery-2.2.3.min.js>/script> !-- Bootstrap 3.3.6 --> script srchttps://reportes.newage.systems/cdn/plugins/bootstrap/js/bootstrap.min.js>/script> !-- AdminLTE App --> script src/app/public/dist/js/app.min.js>/script> script src/app/public/js/indexedDb.js?v0.0.0.33>/script> script> const objAssets { assets: , getAssets: async function(){ const that this; const response await fetch(/app/assets.json); if (!response.ok) { console.log(error al intentar obtener assets) } that.assets await response.json(); // Parse the response as JSON }, loadStylesheet: function(href, _callback null) { const styles document.createElement(link); styles.type text/css; styles.rel stylesheet; styles.href href; if(_callback null){ _callback (e) > { //console.log(`${src} loaded in ${e.timeStamp}`); }; } styles.onload _callback; document.head.appendChild(styles); }, loadScript: async function(src, _callback null){ const script document.createElement(script); script.type text/javascript; script.src src; script.async false; // Important for synchronous loading if(_callback null){ _callback (e) > { //console.log(`${src} loaded in ${e.timeStamp}`); }; } script.onload _callback; document.body.appendChild(script); }, cargarCss: function(file){ const that this; let href ; switch(file) { case ws: href `/app/public/css/ws.css?v0.0.0.0.1`; break; case telegram: href `/app/public/css/telegram.css?v0.0.0.0.0`; break; case tickets: href `/app/public/css/tickets.css?v0.0.0.0.2`; break; default: href `${file}.css`; } that.loadStylesheet(href); }, cargarScript: function(file, callback null){ const that this; let src ; switch(file) { case whatsapp: src `/app/public/js/social-media/whatsapp.js?v0.0.0.1.16`; break; case instachat: src `/app/public/js/social-media/instachat.js?v0.0.0.0.6`; break; case facebook: src `/app/public/js/social-media/facebook.js?v0.0.0.0.31`; break; case instagram: src `/app/public/js/social-media/instagram.js?v0.0.0.0.18`; break; case webchat: src `/app/public/js/social-media/webchat.js?v0.0.0.0.13`; break; case telegram: src `/app/public/js/social-media/telegram.js?v0.0.0.0.8`; break; case tickets: src `/app/public/js/tickets.js?v0.0.0.79`; break; case socket.io: src `${CDN_URL}/plugins/socket.io/socket.io.js`; break; case centralTelefonica: src `/app/public/js/centralTelefonica.js?v0.0.0.4`; break; case inmobiliarias: src `/app/public/js/inmobiliarias.js?v0.0.0.19`; break; case mensajes-interactivos: src `/app/public/js/mensajes-interactivos.js?v0.0.0.9`; break; default: src `${file}.js`; } that.loadScript(src,callback); }, loadAssets: async function(module){ const that this; const assets that.assets.filter( asset > asset.module module ); const assetStyleSheets assets.filter( asset > asset.type styleSheet ); const assetScripts assets.filter( asset > asset.type script ); assetStyleSheets.forEach( asset > { if( that.isInHead(asset.type, asset.url) false ){ that.loadStylesheet(asset.url) } }); for await (const asset of assetScripts) { if( that.isInHead(asset.type, asset.url) false ){ const callback () > { if( asset.url.includes( highcharts.js ) ){ Highcharts.setOptions({ lang: { numericSymbols: null, thousandsSep: . } }); } if( asset.url.includes( OpusMediaRecorder.js ) ){ window.MediaRecorder OpusMediaRecorder; } }; await that.loadScript(asset.url, callback); } } }, isInHead: function(type, filename){ const files document`${type}s`; files.forEach( file > { const url type script ? file.src : file.href; if ( url ! undefined && url ! null && url.toLowerCase().includes( filename.toLowerCase() ) ) { return true; } }); return false; } }; /script> script src/app/public/js/login.js?v0.0.0.14>/script> !-- script src/amg/language/select/es?v0.0.0.0>/script> script srchttps://www.google.com/recaptcha/api.js>/script> --> /head> body>/body>/html>
Subdomains
Date
Domain
IP
legaltech.newage.systems
2025-09-16
104.236.67.183
chatcenter.newage.systems
2026-02-01
208.110.72.138
www.newage.systems
2025-05-08
107.180.103.214
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
]