Help
RSS
API
Feed
Maltego
Contact
Domain > dev.touchless.nespresso.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-02-02
118.193.97.161
(
ClassC
)
2025-09-22
118.193.97.143
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 22 Sep 2025 19:44:41 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://dev.touchless.nespresso.cn/X-Cache: Redirect from cloudfrontVia: 1.1 9f8e16b176142c72d72b0b01d0491d7a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: BJS9-E1X-Amz-Cf-Id: tXNeP-w0Na-iAHMwgkOqpskiKrMtWrH-e2ljqSjgys_ww4YoGrzRoQ 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: 18288Connection: keep-aliveLast-Modified: Fri, 01 Jul 2022 09:12:07 GMTAccept-Ranges: bytesServer: AmazonS3Date: Mon, 22 Sep 2025 02:56:34 GMTETag: 3981766d2018c44f98f76872bfefd7bbVary: Accept-EncodingX-Cache: Hit from cloudfrontVia: 1.1 f98e4a6ab383f7b1bc5aa8071fcfe252.cloudfront.net (CloudFront)X-Amz-Cf-Pop: BJS9-E1X-Amz-Cf-Id: EtNMjBGzbxFAiahyuhnqoW6Dt8EK1hy79FSyZWkH9eZdhdxxOC8XwAAge: 60488 !doctype html>html classno-js lang>head> script> gtmDataObject ; /script> !-- Google Tag Manager --> script>(function(w,d,s,l,i){wlwl||;wl.push({gtm.start: new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0, jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.src https://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f); })(window,document,script,gtmDataObject,GTM-5N7FSWK);/script> !-- End Google Tag Manager --> meta charsetutf-8> title>NESPRESSO MOMENTO/title> meta namedescription content> meta nameviewport contentwidthdevice-width, initial-scale1> link relicon hrefimages/favicon/favicon.png> !-- For IE 9 and below. ICO should be 32x32 pixels in size --> !--if IE>link relshortcut icon typeimage/x-icon hreffavicon.ico>!endif--> link relstylesheet typetext/css hreflib/normalize.css> link relstylesheet typetext/css hreftouchless.css> script src./lib/jquery.min.js>/script> script src./lib/jwt-decode.min.js>/script> script src./lib/i18next.min.js>/script> script src./lib/i18nextHttpBackend.min.js>/script> script src./lib/jquery-i18next.min.js>/script> script src./lib/loglevel.min.js>/script> script src./lib/lottie.min.js>/script> script typemodule src./touchless.js?vDC6B6BA3-922D-4242-A239-0CC684DA6666-DEV-1.10.0.b1>/script> script> var timeoutId; function setup(){ $(.action).each( (index,element) > { $(element).click(function() { goToSection(element.id + Section); }); }); } function hideAll(){ $(.section).each( (index,element) > { $(element).hide(); }); $(#app__bg).removeClass( bg--blur, bg--green, bg--red, bg--white, bg--join0, bg--join1 ); $(#header, #footer).removeClass(bg--black); } function goToSection(section) { hideAll(); renderSection(section); localize(); $(# + section).show(); } function goToErrorSection() { clearTimeout(timeoutId); goToSection(sections.errorSection); } function renderSection(section) { if (section welcomeSection) { $(#welcomeCapsule).html(renderWelcome()); pushGTMPageView(Welcome Page); pushGTMCustomEventWelcome(Touchless - Code Read, false); } else if(section recipesSection) { $(#recipesContent).html(renderRecipes()); pushGTMPageView(Recipe Selection Page); } else if(section confirmationSection) { $(#confirmationContent).html(renderConfirmation()); /* Phase2 */ //animation call after html rendered lottie.searchAnimations(); /* Phase2 */ pushGTMPageView(Recipe Confirmation Page); } else if(section processingSection){ $(#processingContent).html(renderProcessing()); /* Phase2 */ //animation call after html rendered var anim lottie.searchAnimations(); /* Phase2 */ pushGTMPageView(Processing Page); pushGTMCustomEventAction(Touchless - Processing Brew, true); } else if(section okSection) { $(#okContent).html(renderOk()); pushGTMPageView(Thank you Page); } else if(section errorSection) { $(#errorContent).html(renderError()); pushGTMPageView(Error Page); } else if(section joinUsSection){ $(#joinUsContent).html(renderJoinUs()); pushGTMPageView(Join us Page); pushGTMCustomEventAction(Touchless - Complete Brew, true); } else { log.warn(section to render not found: + section); } } $(document).ready(async function() { if (isDebug) { $(#debug).show(); log.setLevel(debug); } else { log.setLevel(error); } let tokenOk storeTokenInfoInSession(); if(tokenOk) { initializeLocalization(welcome); } else { initializeLocalization(goToErrorSection); } }); function initializeLocalization(initCallback) { const language JSON.parse(getItem(language)); setFooter(); i18next .use(window.i18nextHttpBackend) .init({ lng: language.key, fallbackLng: en, useOptionsAttr: true, backend: { loadPath: locales/locale-{{lng}}.json } }) .then(function(t) { window.jqueryI18next.init(i18next, $); localize(); $(.lang-select).click(function() { const newLang getLanguageByKey(this.id); log.debug(New language: + JSON.stringify(newLang)); setItem(language, JSON.stringify(newLang)); i18next.changeLanguage(this.id, function() { localize(); }); $(.lang-select).each( (index,element) > { $(element).removeClass(lang--active); }); var langId # + this.id; $(langId).addClass(lang--active); }); if(initCallback){ initCallback(); } }); } function localize() { var params {}; var recipeInfo JSON.parse(getItem(recipeInfo)); if (recipeInfo){ paramsrecipeName i18next.t(common.recipes. + recipeInfo.key); } $(.localizable).localize(params); } function welcome() { // If capsuleInfo is not full we skip welcome page if(unknownCapsule()) { goToSection(sections.recipesSection); return; } goToSection(sections.welcomeSection); timeoutId setTimeout(function() { goToSection(sections.recipesSection); }, 2000); } function selectRecipe(recipeId, isBestEnjoy) { var recipeInfo getRecipe(recipeId); setItem(recipeInfo, JSON.stringify(recipeInfo)); setItem(isBestEnjoy, isBestEnjoy ? true : false); pushGTMCustomEventAction(Touchless - Recipe Selected, true); prepareBrew(recipeId); goToSection(sections.confirmationSection); } function brewRecipe(recipeId) { pushGTMCustomEventAction(Touchless - Recipe Confirmed, true); pushGTMCustomEventAction(Touchless - Start Brew, true); goToSection(sections.processingSection); postBrew(recipeId); } function cancelRecipe() { pushGTMCustomEventAction(Touchless - Recipe Cancelled, true); goToSection(sections.recipesSection); } /script> /head>body onloadsetup()> !-- TODO: manage bg by class bg--white, bg--green, bg--red --> div idapp__bg> div classapp__bg__wrapper> img classimg__bg--white srcimages/backgrounds/background-white.jpg> img classimg__bg--green srcimages/backgrounds/background-green.jpg> img classimg__bg--red srcimages/backgrounds/background-red.jpg> /div> /div>div iddebug styledisplay:none> div idexamples> p>Examples:/p> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE1qazNNak14V1RBd05EUTNPRTR4UjBJQUFCWE5Xd2NKREFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.j3UuTIwkuK7VGyek4fo4C2LBsc3GpwoTVgPrNg5w72A>lungoLeggero - SV/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE1qazNNams1V1RBd05EUTNPRTR4UjBJQUFiRm8zam9DQUFjRkF3SUJEdzhHQndVRkJRME1EQXdNIn0.mgFdg4nFxnPjVtwIpKkM595yeIfX5fdtsOgiv7yUdyo>ristretto - EN/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWxSRlUxUTNNak14V1RBd05EUTNPRlJGVTFRQUFJVi1DQUFJQXdjRkF3SUJEdzhHQndVRkJRME1EQXdNIn0.wOTBmxCSCaNUdspFVNR35iEu3cJBLqV6HT09CIKQ4Eg>lungo forte - ES/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE16RXpNak14V1RBd01ERTNPRTR4UjNRQUFCWE5Xd2NKREFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.DZd8KdgQ_iPqIajVSWx0DtrPnzIBza9A6laRx306RL4>lungoLeggero - SV/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE16RXpNak14V1RBd01ERTNPRTR4UjNRQUFCWE5Xd2NMRndVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.fII76JhXpQm8XW3Sp_phdCoPgaKGLGsmoy51EbJJj8Y>espressoCaramel - US/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE16RXpNak14V1RBd01ERTNPRTR4UjNRQUFMRm8zam9NSmdVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.iVXu3Sx3zEsKw8lTslFgRQX3Ae0sr91smb5-V2KMDxI>espressoVanilla - CH_IT/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE16RXpNak14V1RBd01ERTNPRTR4UjNRQUFCWE5Xd2RqQWdVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.a8fCgolSg1aD6q7pJWfWcInf-hnhxzVAohFebcTlJas>Unknown capsule - DE/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE16grg54ttg5g55hthttyhPRTR4UjNRQUFCWE5Xd2RqQWdVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.a8fCgolSg1aD6q7pJWfWcInf-hnhxzVAohFebcTlJas>Invalid QR/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRFNE1qazNNams1V1RBd05EUTNPRTR4UjBJQUFiRm8zam9OQUFjRkF3SUJEdzhHQndVRkJRME1EQXdNIn0.ChIrntlUbgfnJyhCbcawQQcX4ezx_1zghB4i_ZR5zIo>No capsule image - EN/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd05ERTNNa1V4UjIwQUFCWE5Xd2NKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.W2Hqm9a79a8a-alWMJ-lZ_hwVg3vRCwAFPyaL19jO_E>No simulator - two-face/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQXpFNE1qazNNak14V1RBd05EUTNPRTR4UjBJQUFCWE5Xd2NXREJjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.d1jE0ical2XKyEP9OU6YlihaeARJcRONBvGM3UXe6ok>V3 - Ice Intenso - SV/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQXpFNE1qazNNams1V1RBd05EUTNPRTR4UjBJQUFiRm8zam9YQUJjRkF3SUJIeDhHQndVRkJRME1EQXdNIn0.znUkw1lXGEMUPcwYiSyCBL-_dBgF_plAVT8P-1uNlSw>V3 - congo Organic - EN/button> p>Emulator:/p> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFMRm8zam9KQVFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.XMoBI6PFPPX-bQuCYTlLDRPkpsLnADe46JoC5WI6Mjo>Brew ok/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFBZXlBUUFNQUFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.2fIRTsdy7CtgLtU5G_tuZLRoYTMn0mEFbiDn6RHSTb4>Error 1/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFBNWtBd0FKQVFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.StwXz-GgXZhE3KU3N_N8Y5AUJyeu4ElQmxECdaxaojU>Error 2/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFCVVdCUUFNQWdVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.g_9LA3BluUIrvlRzrOZe8N2_y-Vpx4eeFQZ1wArQlYw>Error 3/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFCeklCZ0FNQXdVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.fVQq6P3FJBOfKUtc3EuADjwvlGGkuERfjo_OfNp9j_M>Error 4/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFDTjZDQUFNQkFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.Ak_FCDaI3Pz8HQBiJdVL_cRPhHjrvxv2pn-M7GPEJ34>Error 5/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQVRBd01EQXdNREF3TURBd01EQXdNREF4TURnQUFDb3NDZ0FNQlFVSEJRRUVCUVFFQndRRUJBd01EQXdNIn0.ouYF9R1fRv87I8iBSX8J0aLqiT_QDDTdHh-MkWe0A-o>Error 6/button> p>Emulator two-face:/p> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFCWE5Xd2NKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.mKrlh9ArWM5um49JfPDxY407uAVsvTINpAwVYhaFA0k>Brew ok/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFBZXlBUUFKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.5mWLDjxGq6Re0u-khE3-u3z8jvbmic9Ew30ie5vHq0A>Error 1/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFBNWtBd0FKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.vH5C3s0AkuCYywPEy-__95C60CQ40C_xGD4kakUWG3I>Error 2/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFCVVdCUUFKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.AjvHKNqA5X-iT9XAby_BibIDc3MDW21I8IbsBBSNwDU>Error 3/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFCeklCZ0FKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.DkZDcuB3xFQIxt4c9XGOZcxC9CYz1FcD6NHWbtMkqpI>Error 4/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFDTjZDQUFKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.KC6xWVFzIZN-tO0LFTxdFZYwtwxYDrnvg4gEWNJUG4c>Error 5/button> button onclickwindow.location window.location.origin + window.location.pathname + ?teyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkIjoiQWpFNU1qZ3dNRE0zVlRBd016UTNNa1V4UjNBQUFDb3NDZ0FKQUFjRkJnSUVCd2NIQndVRkJRME1EQXdNIn0.kpn8iCpqkYNeTwMAReTfv4wdkIKyu5n7peGCAHsc6PA>Error 6/button> /div> div idactions> p>Actions:/p> button idwelcome classaction>Welcome/button> button idrecipes classaction>Recipe Selection/button> button idconfirmation classaction>Confirmation/button> button idprocessing classaction>Processing/button> button iderror classaction>Error/button> button idok classaction>Ok/button> button onclickwindow.location window.location.origin + window.location.pathname + test.html>Test screen/button> /div>/div>div idheader> div idheader__logo> img srcimages/nespreso-white.svg altNespreso logo /> /div> div idheader__claim> strong>NESPRESSO MOMENTO/strong> /div>/div>div idmain> div idwelcomeSection classsection styledisplay: none;> div idwelcomeContent> div classsection__title> span classlocalizable data-i18nwelcome.title>/span> /div> div idwelcomeCapsule>/div> /div> /div> div idrecipesSection classsection styledisplay: none; > div classsection__title> span classlocalizable data-i18nrecipes.title>/span> /div> div idrecipesContent>/div> /div> div idconfirmationSection classsection styledisplay: none;> div idconfirmationContent>/div> /div> div idprocessingSection classsection styledisplay: none;> div idprocessingContent>/div> /div> div idokSection classsection styledisplay: none;> div idokContent>/div> /div> div idjoinUsSection classsection styledisplay: none;> div idjoinUsContent>/div> /div> div iderrorSection classsection styledisplay: none;> div iderrorContent>/div> /div>/div>div idfooter>/div>/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
]