Help
RSS
API
Feed
Maltego
Contact
Domain > ateliermuteba.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-03-01
162.0.209.91
(
ClassC
)
Port 80
HTTP/1.1 301 Moved Permanentlykeep-alive: timeout5, max100content-type: text/htmlcontent-length: 795date: Sun, 01 Mar 2026 03:54:54 GMTserver: LiteSpeedlocation: https://ateliermuteba.com/x-turbo-charged-by: LiteSpeed !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 OKkeep-alive: timeout5, max100x-powered-by: PHP/8.1.34set-cookie: PHPSESSIDkucd990qjumdo3vcb6omispab8; path/; secureexpires: Thu, 19 Nov 1981 08:52:00 GMTcache-control: no-store, no-cache, must-revalidatepragma: no-cachecontent-type: text/html; charsetUTF-8transfer-encoding: chunkeddate: Sun, 01 Mar 2026 03:54:54 GMTserver: LiteSpeedx-turbo-charged-by: LiteSpeed !DOCTYPE html>html langfr>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> link relapple-touch-icon sizes180x180 hrefimg/logo/fav.png> link relicon typeimage/png sizes32x32 hrefimg/logo/fav.png> link relicon typeimage/png sizes16x16 hrefimg/logo/fav.png> link relshortcut icon typeimage/png hrefimg/logo/fav.png> link relmanifest hrefimg/logo/fav.png> meta namemsapplication-TileImage contentimg/logo/fav.png> meta nametheme-color content#3498db>link relcanonical hrefhttps://tradexpert-team.com>!--©KONGOLI PORTAIL 2024 V1.0 Site officiel by LISS Groupehtts://liss-groupe.com+24392543157digitlion21@gmail.cominfo@liss-groupe.com-----------------------------------------------------------------> h1 styledisplay: none;position: absolute;>Temps passé sur cette page/h1> p styledisplay: none;position: absolute; idtime>/p> p styledisplay: none;position: absolute; idlastPage>/p> p styledisplay: none;position: absolute; idtimeInSeconds>/p> p styledisplay: none;position: absolute; idtimeFormatted>/p> script> let seconds 0; let minutes 0; let hours 0; // Fonction pour mettre à jour le compteur de temps function updateTime() { seconds++; if (seconds 60) { seconds 0; minutes++; } if (minutes 60) { minutes 0; hours++; } document.getElementById(time).textContent hours.toString().padStart(2, 0) + h + minutes.toString().padStart(2, 0) + m + seconds.toString().padStart(2, 0) + s; } // Fonction pour sauvegarder des cookies function setCookie(name, value, days) { const date new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); // Expire dans days jours const expires expires + date.toUTCString(); document.cookie name + + value + ; + expires + ; path/; } // Fonction pour récupérer la valeur dun cookie function getCookie(name) { const cookies document.cookie.split(;); for (let i 0; i cookies.length; i++) { let cookie cookiesi.trim(); if (cookie.indexOf(name + ) 0) { return cookie.substring((name + ).length, cookie.length); } } return null; } // Sauvegarder le temps passé et la page visitée lorsque lutilisateur quitte la page window.addEventListener(beforeunload, function() { // Calculer le temps total en secondes const totalTimeInSeconds (hours * 3600) + (minutes * 60) + seconds; // Formatage du temps en HH:MM:SS const formattedTime hours.toString().padStart(2, 0) + : + minutes.toString().padStart(2, 0) + : + seconds.toString().padStart(2, 0); // Créer un cookie avec le temps formaté (HH:MM:SS) setCookie(timeFormatted, formattedTime, 1); // Expire dans 1 jour // Créer un autre cookie qui sauvegarde le temps uniquement en secondes setCookie(timeInSeconds, totalTimeInSeconds, 1); // Expire dans 1 jour // Sauvegarder la dernière page visitée setCookie(lastPage, window.location.href, 1); // Expire dans 1 jour }); // Charger le cookie et afficher le temps, la dernière page, et le temps en secondes window.onload function() { // Récupérer et afficher le temps formaté (HH:MM:SS) const timeFormatted getCookie(timeFormatted); if (timeFormatted) { document.getElementById(timeFormatted).textContent Temps total formaté : + timeFormatted; } // Récupérer le temps en secondes et lafficher const timeInSeconds getCookie(timeInSeconds); if (timeInSeconds) { document.getElementById(timeInSeconds).textContent Temps total en secondes : + timeInSeconds + s; } // Récupérer la dernière page visitée const lastPage getCookie(lastPage); if (lastPage) { document.getElementById(lastPage).textContent Dernière page visitée : + lastPage; } }; // Mettre à jour le compteur de temps chaque seconde setInterval(updateTime, 1000); /script>script>// Récupère la valeur de la session PHP idTrdconst idTrdValue 52.40.234.105;// Crée le cookie idTrd en JavaScript avec une expiration de 30 jours et disponible sur tout le sitedocument.cookie idTrd + idTrdValue + ; path/; max-age + (30 * 24 * 60 * 60) + ; secure; SameSiteLax;/script> p styledisplay: none;width: 0;position: absolute; iddevice-info>Les informations sur votre équipement seront affichées ici./p> p styledisplay: none;width: 0;position: absolute; idfingerprint>/p> script> // Désactiver le clic droit sur la page document.addEventListener(contextmenu, function(e) { e.preventDefault(); }); // Désactiver certains raccourcis clavier // document.addEventListener(keydown, function(e) { // // Désactiver Ctrl+U (afficher la source de la page) // if ((e.ctrlKey && e.key u) || // // Désactiver Ctrl+Shift+I (Outils de développement) // (e.ctrlKey && e.shiftKey && e.key i) || // // Désactiver Ctrl+Shift+J (Console de développement) // (e.ctrlKey && e.shiftKey && e.key j) || // // Désactiver F12 (Outils de développement) // e.key F12) { // e.preventDefault(); // } // }); // // Détecter les outils de développement ouverts et rediriger // (function() { // var threshold 160; // Hauteur minimale pour détecter les outils de dev // function detectDevTools() { // var widthThreshold window.outerWidth - window.innerWidth > threshold || window.outerHeight - window.innerHeight > threshold; // if (widthThreshold) { // alert(Outils de développement détectés. Veuillez les désactiver pour continuer.); // // Redirection ou autre action // window.location.href https://comparise.com; // Met à jour avec une redirection plus appropriée. // } // } // setInterval(detectDevTools, 1000); // Vérifie toutes les secondes // })(); // Fonction pour créer un cookie function setCookie(name, value, days) { let expires ; if (days) { const date new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires ; expires + date.toUTCString(); } document.cookie name + + (value || ) + expires + ; path/; } // Fonction pour récupérer la valeur dun cookie function getCookie(name) { const nameEQ name + ; const ca document.cookie.split(;); for (let i 0; i ca.length; i++) { let c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(nameEQ) 0) return c.substring(nameEQ.length, c.length); } return null; } // Fonction pour récupérer les informations sur le système dexploitation function getOSAndVersion() { const userAgent window.navigator.userAgent; let os Inconnu; let version Inconnue; if (userAgent.indexOf(Windows NT 10.0) ! -1) { os Windows; version 10; } if (userAgent.indexOf(Mac OS X 10_15) ! -1) { os MacOS; version Catalina; } if (/Android\s(0-9\.+)/.test(userAgent)) { os Android; version userAgent.match(/Android\s(0-9\.+)/)1; } if (/CPU (iPhone )?OS (0-9_+)/.test(userAgent)) { os iOS; version userAgent.match(/CPU (iPhone )?OS (0-9_+)/)2.replace(/_/g, .); } return { os, version }; } // Fonction pour récupérer les informations sur le navigateur function getBrowser() { const userAgent window.navigator.userAgent; let browser Inconnu; if (userAgent.indexOf(Firefox) ! -1) browser Firefox; if (userAgent.indexOf(Chrome) ! -1 && userAgent.indexOf(Edg) -1) browser Chrome; if (userAgent.indexOf(Safari) ! -1 && userAgent.indexOf(Chrome) -1) browser Safari; if (userAgent.indexOf(Edg) ! -1) browser Microsoft Edge; if (userAgent.indexOf(OPR) ! -1) browser Opera; return browser; } // Fonction pour récupérer le type dappareil function getDeviceType() { const isMobile /Mobi|Android/i.test(window.navigator.userAgent); return isMobile ? Mobile : Ordinateur; } // Fonction pour récupérer la marque de lappareil function getDeviceBrand() { const userAgent window.navigator.userAgent; let brand Inconnue; if (/Samsung/i.test(userAgent)) brand Samsung; else if (/Apple/i.test(userAgent)) brand Apple; else if (/Huawei/i.test(userAgent)) brand Huawei; return brand; } // Fonction pour récupérer le modèle de lappareil function getDeviceModel() { const userAgent window.navigator.userAgent; let model Inconnu; if (/Android/.test(userAgent)) { const androidModel userAgent.match(/Android.*;\s(a-zA-Z0-9\s+)\sBuild/); if (androidModel) { model androidModel1; } } if (/iPhone|iPad|iPod/.test(userAgent)) { const iosModel userAgent.match(/\((iPhone|iPad|iPod).*?\)/); if (iosModel) { model iosModel1; } } return model; } // Fonction pour afficher les informations de lappareil function displayDeviceInfo() { const { os, version } getOSAndVersion(); const browser getBrowser(); const deviceType getDeviceType(); const brand getDeviceBrand(); const model getDeviceModel(); // Afficher les informations sur lappareil const deviceInfo `Système dexploitation : ${os} ${version} br> Navigateur : ${browser} br> Type dappareil : ${deviceType} br> Marque : ${brand} br> Modèle : ${model}`; document.getElementById(device-info).innerHTML deviceInfo; // Enregistrer les informations dans des cookies setCookie(os, os + + version, 999); setCookie(browser, browser, 999); setCookie(deviceType, deviceType, 999); setCookie(brand, brand, 999); setCookie(model, model, 999); } // Fonction pour créer et afficher une empreinte numérique unique de lutilisateur function getFingerprint() { const fingerprintData { userAgent: navigator.userAgent, language: navigator.language, screenWidth: screen.width, screenHeight: screen.height, colorDepth: screen.colorDepth, timezone: Intl.DateTimeFormat().resolvedOptions().timeZone, platform: navigator.platform, hardwareConcurrency: navigator.hardwareConcurrency, isMobile: /Mobi|Android/i.test(navigator.userAgent), isTablet: /Tablet|iPad/i.test(navigator.userAgent) }; const fingerprintString JSON.stringify(fingerprintData); const fingerprintHash hashCode(fingerprintString); return { fingerprintHash, fingerprintData }; } function hashCode(str) { let hash 0, i, chr; if (str.length 0) return hash; for (i 0; i str.length; i++) { chr str.charCodeAt(i); hash ((hash 5) - hash) + chr; hash | 0; // Convertir à un entier 32-bit } return hash; } function displayAndSaveFingerprint() { const { fingerprintHash, fingerprintData } getFingerprint(); // Afficher lempreinte dans la page document.getElementById(fingerprint).innerHTML Empreinte du navigateur (Hash): + fingerprintHash + br> + User-Agent: + fingerprintData.userAgent + br> + Langue: + fingerprintData.language + br> + Mobile: + fingerprintData.isMobile + br> + Tablette: + fingerprintData.isTablet + br> + Résolution de lécran: + fingerprintData.screenWidth + x + fingerprintData.screenHeight + br> + Profondeur de couleur: + fingerprintData.colorDepth + br> + Fuseau horaire: + fingerprintData.timezone + br> + Plateforme: + fingerprintData.platform + br> + Nombre de cœurs CPU: + fingerprintData.hardwareConcurrency; // Sauvegarder chaque élément dans des cookies setCookie(fingerprintHash, fingerprintHash, 999); setCookie(userAgent, fingerprintData.userAgent, 999); setCookie(browserLanguage, fingerprintData.language, 999); setCookie(screenWidth, fingerprintData.screenWidth, 999); setCookie(screenHeight, fingerprintData.screenHeight, 999); setCookie(colorDepth, fingerprintData.colorDepth, 999); setCookie(timezone, fingerprintData.timezone, 999); setCookie(platform, fingerprintData.platform, 999); setCookie(hardwareConcurrency, fingerprintData.hardwareConcurrency, 999); setCookie(isMobile, fingerprintData.isMobile, 999); setCookie(isTablet, fingerprintData.isTablet, 999); // setCookie(idTrd, 52.40.234.105, 999); } // Afficher les informations sur lappareil et lempreinte lors du chargement de la page window.onload function() { displayDeviceInfo(); displayAndSaveFingerprint(); };/script>!-- Sections pour afficher les informations sur lappareil et lempreinte -->!-- div iddevice-info>/div>div idfingerprint>/div> -->script>// Fonction pour créer un cookiefunction setCookie(name, value, days, path /) { const date new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); const expires expires + date.toUTCString(); document.cookie name + + encodeURIComponent(value) + ; + expires + ;path + path;}// Vérifier si le cookie existe déjàfunction getCookie(name) { const value ; + document.cookie; const parts value.split(; + name + ); if (parts.length 2) return parts.pop().split(;).shift(); return null;}// Si le cookie geoloca nexiste pas, on crée les autres cookiesif (!getCookie(geoloca)) { setCookie(ip_address, Not, 3, /); setCookie(city, Not, 3, /); setCookie(region, Not, 3, /); setCookie(region_iso_code, Not, 3, /); setCookie(country, Not, 3, /); setCookie(country_code, Not, 3, /); setCookie(continent, Not, 3, /); setCookie(continent_code, Not, 3, /); setCookie(latitude, Not, 3, /); setCookie(longitude, Not, 3, /); // Création du cookie principal pour marquer la géolocalisation setCookie(geoloca, Ok, 3, /); console.log(Cookies de géolocalisation créés avec succès.);} else { console.log(Le cookie geoloca existe déjà.);} /script> !-- Meta SEO -->meta namedescription contentTradExpert Team: Professional translation, interpretation, and training services. Get high-quality linguistic solutions tailored to your needs.>meta namekeywords contenttranslation, interpretation, language training, linguistic services, TradExpert Team>meta nameauthor contentLISS Groupe & Richard M. LUMANJI>meta namerobots contentindex, follow>meta nametheme-color content#0b1532>!-- Open Graph (Facebook, LinkedIn) -->meta propertyog:title contentTradExpert Team - Translation, Interpretation & Training>meta propertyog:description contentProfessional translation and interpretation services tailored to your needs. Contact us today!>meta propertyog:image contenthttps://tradexpert-team.com/img/4.jpg>meta propertyog:url contenthttps://tradexpert-team.com>meta propertyog:type contentwebsite>!-- Twitter Card -->meta nametwitter:card contentsummary_large_image>meta nametwitter:title contentTradExpert Team - Translation, Interpretation & Training>meta nametwitter:description contentHigh-quality linguistic services for businesses and individuals. Get expert solutions today!>meta nametwitter:image contenthttps://tradexpert-team.com/img/4.jpg>meta nametwitter:site content@tradexpert>meta nametwitter:creator content@idargsam>!-- Canonical URL -->link relcanonical hrefhttps://tradexpert-team.com>!-- Title -->title>TradExpert Team - Translation, Interpretation & Professional Training/title>meta http-equivrefresh content0> /head>body>/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
]