Help
RSS
API
Feed
Maltego
Contact
Domain > help.keurigonline.nl
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-08-14
54.196.164.200
(
ClassC
)
2025-11-18
3.225.219.144
(
ClassC
)
Port 443
HTTP/1.1 200 OKAlt-Svc: h3:443; ma2592000Content-Length: 21734Content-Type: text/html; charsetutf-8Date: Tue, 18 Nov 2025 02:32:34 GMTServer: CaddyServer: istio-envoySet-Cookie: PLAY_SESSION0f17a17bd4319c40c07c0884525cc54c3d13b7e8-siteId5acb572d042863075092349a&hs.session.idjyqFQ2W0rFqalZwGViCijFvHgeCtHeW8JPTcbSypX9jBku9GCmcKSb9cVki8LtYd&hs.session.exp1763519553849; ExpiresWed, 18 Nov 2026 02:32:34 GMT; Path/; Secure; HTTPOnlyStrict-Transport-Security: max-age31536000; includeSubDomains; preloadX-Envoy-Upstream-Service-Time: 745 !DOCTYPE html>html> head> meta charsetutf-8/> title>Helpdesk - KeurigOnline/title> meta nameviewport contentwidthdevice-width, maximum-scale1/> meta nameapple-mobile-web-app-capable contentyes/> meta nameformat-detection contenttelephoneno> meta namedescription contentAntwoorden op de meest gestelde vragen/> meta nameauthor contentKeurigOnline/> link relcanonical hrefhttps://help.keurigonline.nl/> link relstylesheet href//d3eto7onm69fcz.cloudfront.net/assets/stylesheets/launch-1763426543061.css> style> body { background: #ffffff; } .navbar .navbar-inner { background: #ffffff; } .navbar .nav li a, .navbar .icon-private-w { color: #585858; } .navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus { color: #cecece; } .navbar a:hover .icon-private-w, .navbar a:focus .icon-private-w, .navbar .active a .icon-private-w, .navbar .active a:hover .icon-private-w, .navbar .active a:focus .icon-private-w { color: #cecece; } #serp-dd .result a:hover, #serp-dd .result > li.active, #fullArticle strong a, #fullArticle a strong, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count { color: #f37345; } #fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table { color:#585858; } /style> link relstylesheet href//www.keurigonline.nl/template/KeurigOnline/css/helpscout.css?5> link relapple-touch-icon-precomposed href//d33v4339jhl8k0.cloudfront.net/docs/assets/5acb572d0428630750923499/images/68400a130e341869fe3f14f1/ko_favicon.ico> link relshortcut icon typeimage/png href//d33v4339jhl8k0.cloudfront.net/docs/assets/5acb572d0428630750923499/images/68400a0d13f7c17c1e67c5cc/ko_favicon.ico> !--if lt IE 9> script src//d3eto7onm69fcz.cloudfront.net/assets/javascripts/html5shiv.min.js>/script> !endif--> script typeapplication/ld+json> {@context:https://schema.org,@type:WebSite,url:https://help.keurigonline.nl,potentialAction:{@type:SearchAction,target:https://help.keurigonline.nl/search?query{query},query-input:required namequery}} /script> link relpreconnect hrefhttps://fonts.googleapis.com>link relpreconnect hrefhttps://fonts.gstatic.com crossorigin>link hrefhttps://fonts.googleapis.com/css2?familyGeist:wght@400;500;600;700&displayswap relstylesheet>!-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idG-LCHCR9YRHT>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-LCHCR9YRHT);/script>link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css>script src//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js>/script>script>$(document).ready(function() {const brand document.querySelector(.brand); if (!brand) return; brand.href https://www.keurigonline.nl; const img brand.querySelector(img); if (img) { img.src https://static.keurigonline.nl/images/emailtemplate/logo-new.png; img.alt KeurigOnline; } // Mobile icon (home) const mobileLink document.createElement(a); mobileLink.href https://www.keurigonline.nl; mobileLink.target _blank; mobileLink.className brand-link-mobile; mobileLink.innerHTML i classbi bi-house>/i>; brandElement.appendChild(mobileLink); }});/script>script>$(document).ready(function() { // Create and append the modal structure to the body var modalHtml ` div idimage-modal classmodal> span classclose>×/span> img classmodal-content idmodal-img> /div> `; $(body).append(modalHtml); // Handle image click event $(#main-content img).on(click, function() { if (window.innerWidth > 770) { var modal $(#image-modal); var modalImg $(#modal-img); modal.css(display, block); modalImg.attr(src, this.src); $(body).addClass(blur); // Add blur to the rest of the page} }); // Handle close event $(.close, #image-modal).on(click, function() { $(#image-modal).css(display, none); $(body).removeClass(blur); // Remove blur from the rest of the page }); // Prevent closing the modal when clicking on the image $(#modal-img).on(click, function(event) { event.stopPropagation(); }); // Close modal on escape key press $(document).on(keyup, function(event) { if (event.key Escape) { $(#image-modal).css(display, none); $(body).removeClass(blur); } });});/script>script>$(document).ready(function() { // Select the time> element var timeElement $(time.lu); // Select the h1> element var titleElement $(h1.title); // Move the time> element to be after the h1> element if (timeElement.length && titleElement.length) { timeElement.insertAfter(titleElement); }});/script>script> $(document).ready(function() { // Select all elements with the class icon-print $(.icon-print).each(function() { $(this).removeClass(icon-print).addClass(bi bi-printer-fill); }); $(.icon-contact).each(function() { $(this).removeClass(icon-contact).addClass(bi bi-envelope-fill); }); $(.icon-article-doc).each(function() { $(this).removeClass(icon-article-doc).addClass(bi bi-patch-question-fill); }); }); /script>script>$(function () { const $main $(#main-content); const $aside $(#sidebar); if ($main.length && $aside.length) { $main.insertAfter($aside); // swap $main.removeClass(function(i, c) { return (c.match(/(^|\s)span\d+/g) || ).join( ); }).addClass(span12); $aside.removeClass(function(i, c) { return (c.match(/(^|\s)span\d+/g) || ).join( ); }).addClass(span12); }});/script>script>document.addEventListener(DOMContentLoaded, function () { const mq window.matchMedia((max-width: 1115px)); // if (!mq.matches) return; // only run below 1115px const sidebar document.querySelector(#sidebar); const nav sidebar.querySelector(.nav-list); const form sidebar.querySelector(form); if (nav && form && !document.querySelector(.top-row)) { const row document.createElement(div); row.className top-row; const toggle document.createElement(button); toggle.id sidebar-toggle; toggle.setAttribute(aria-label, Toon categorieën); toggle.innerHTML `svg width24 height24 viewBox0 0 24 24 fillnone> path dM4 6h16M4 12h16M4 18h16 strokecurrentColor stroke-width2 stroke-linecapround>/path> /svg>`; toggle.onclick () > nav.classList.toggle(show); sidebar.insertBefore(row, form); row.appendChild(form); row.appendChild(toggle); }});/script>style>body { font-family: Geist !important, -apple-system, BlinkMacSystemFont, sans-serif;}/style>script>$(document).ready(function () { const svg `svg classconfetti-group width1073 height552 viewBox0 0 1073 552 fillnone xmlnshttp://www.w3.org/2000/svg> !-- Left side confetti --> path dM83.095 66.492L60 31.7195H90.635L79.255 3.95947H110.685V15.527H96.0975L107.48 43.287H81.21L92.2575 59.9245L83.095 66.492Z fill#FFCC99>/path> path dM20.98 281.012L12.0575 288.244L1.5675 283.837L0 272.192L8.91998 264.959L19.41 269.369L20.98 281.012Z fill#FF99CC>/path> path dM150.98 464.012L142.06 471.247L131.57 466.837L130 455.194L138.922 447.959L149.41 452.369L150.98 464.012Z fill#99CCFF>/path> circle cx100 cy200 r7 fill#99FFCC>/circle> circle cx50 cy400 r6 fill#FF99CC>/circle> path dM150 150L155 140L160 150L150 145L160 145L155 150L155 140Z fill#99CCFF>/path> rect x80 y300 width8 height8 transformrotate(15) fill#FFCC99>/rect> !-- Right side confetti --> path dM1042.9 447.694L1033.01 441.866L1033.47 430.497L1043.83 424.954L1053.72 430.78L1053.26 442.15L1042.9 447.694Z fill#99CCFF>/path> path dM1072.98 111.012L1064.06 118.247L1053.57 113.837L1052 102.194L1060.92 94.9595L1071.41 99.3695L1072.98 111.012Z fill#FFCC99>/path> path dM950.98 384.012L942.06 391.247L931.57 386.837L930 375.194L938.922 367.959L949.41 372.369L950.98 384.012Z fill#FF99CC>/path> circle cx980 cy300 r6 fill#99CCFF>/circle> circle cx920 cy150 r5 fill#99FFCC>/circle> path dM950 250L955 240L960 250L950 245L960 245L955 250L955 240Z fill#FFCC99>/path> rect x1000 y200 width10 height10 transformrotate(30) fill#FF99CC>/rect> !-- Top edge pieces --> path dM237.98 44.012L229.06 51.247L218.57 46.837L217 35.194L225.922 27.959L236.41 32.369L237.98 44.012Z fill#99FFCC>/path> path dM800.095 66.492L777 31.72H807.635L796.255 3.959H827.685V15.527H813.098L824.48 43.287H798.21L809.258 59.925L800.095 66.492Z fill#99CCFF>/path> !-- Bottom edge pieces --> path dM237.98 544.012L229.06 551.247L218.57 546.837L217 535.194L225.922 527.959L236.41 532.369L237.98 544.012Z fill#99FFCC>/path>/svg> `; $(#contentArea).before(svg);});/script>script>jQuery(function($) { var $article $(#fullArticle); var $headings $article.find(h2, h3); if (!$headings.length) return; var $toc $(nav classarticle-toc>strong>Op deze pagina/strong>ul>/ul>/nav>); var $ul $toc.find(ul); $headings.each(function() { var $h $(this); var tag $h.prop(tagName).toLowerCase(); var id $h.attr(id); if (!id) { id $h.text().trim().toLowerCase() .replace(/^\w+/g, -) .replace(/^-+|-+$/g, ); $h.attr(id, id); } var $li $(li>/li>) .addClass(tag) .append($(a>/a>).attr(href, # + id).text($h.text())); $ul.append($li); }); // Insert TOC before the first h2 $article.find(h2).first().before($toc);});/script>link relstylesheet hrefhttps://keurigonline.nl/email-instellen/assets/css/custom.css>script>(function () { const HOME https://www.keurigonline.nl; const LOGO https://static.keurigonline.nl/images/emailtemplate/logo-new.png; function patch() { const brand document.querySelector(.brand); if (!brand) return; brand.setAttribute(href, HOME); const img brand.querySelector(img); if (img) { img.setAttribute(src, LOGO); img.setAttribute(alt, KeurigOnline); } } // Run after DOM ready to avoid null errors and invalid observe target if (document.readyState loading) { document.addEventListener(DOMContentLoaded, onReady); } else { onReady(); } function onReady() { patch(); // first pass // Observe safely: choose a real Node (body or documentElement) const target document.body || document.documentElement; if (!target || typeof MutationObserver undefined) return; const mo new MutationObserver(patch); mo.observe(target, { childList: true, subtree: true }); // stop observing after 5s (optional; keeps things lightweight) setTimeout(() > mo.disconnect(), 5000); }})();/script> /head> body> script> window.onload function() { $(#searchBar input.search-query ).focus(); }; /script> header idmainNav classnavbar> div classnavbar-inner> div classcontainer-fluid> a classbrand href/> img src//d33v4339jhl8k0.cloudfront.net/docs/assets/5acb572d0428630750923499/images/68400a0d595d4c2f006d5cde/logo-new.png altHelpdesk - KeurigOnline width278 height54> /a> button typebutton classbtn btn-navbar data-togglecollapse data-target.nav-collapse> span classsr-only>Toggle Navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button> div classnav-collapse collapse> nav rolenavigation>!-- added for accessibility --> ul classnav> li idcontact>a href# classcontactUs onclickwindow.Beacon(open)>Contact/a>/li> li idcontactMobile>a href# classcontactUs onclickwindow.Beacon(open)>Contact/a>/li> /ul> /nav> /div>!--/.nav-collapse --> /div>!--/container--> /div>!--/navbar-inner-->/header> section iddocsSearch> form action/search methodGET idsearchBar autocompleteoff> input typetext namequery titlesearch-query classsearch-query placeholderZoek in de helpdesk aria-labelZoek in de helpdesk value> button typesubmit aria-labelZoeken>i classicon-search lp>/i>span>Zoeken/span>/button> div idserp-dd styledisplay:none;> ul classresult>/ul> /div> /form> /section>!--/docsSearch--> section idcontentArea classcontainer-fluid> div idnoResults styledisplay:none;>Geen resultaten gevonden/div> !-- Site has only one collection --> section classcategory-list> a classcategory idcategory-28 href/category/28-administratief> h3>Administratief/h3> p>Vragen over facturen, betalingen en gegevens bijwerken./p> p classarticle-count> span classnotranslate>14/span> artikelen /p> /a>!-- /category --> a classcategory idcategory-29 href/category/29-directadmin> h3>DirectAdmin/h3> p>Vragen over de functies van DirectAdmin, het controle paneel achter jouw domeinnaam./p> p classarticle-count> span classnotranslate>30/span> artikelen /p> /a>!-- /category --> a classcategory idcategory-11 href/category/11-domeinnaam> h3>Domeinnamen/h3> p>Alles wat betreft het registreren, wijzigen en opzeggen van domeinnamen./p> p classarticle-count> span classnotranslate>20/span> artikelen /p> /a>!-- /category --> a classcategory idcategory-4 href/category/4-e-mail> h3>E-mail/h3> p>Probleemoplossing en hulp bij het instellen van je email account./p> p classarticle-count> span classnotranslate>11/span> artikelen /p> /a>!-- /category --> a classcategory idcategory-30 href/category/30-mijn-keurigonline> h3>Mijn KeurigOnline/h3> p>Vragen over de functies van ons Mijn KeurigOnline portaal/p> p classarticle-count> span classnotranslate>14/span> artikelen /p> /a>!-- /category --> a classcategory idcategory-5 href/category/5-technisch> h3>Technisch/h3> p>Voor de gevorderde website beheerders die bijv. gebruik willen maken van PhpMyAdmin./p> p classarticle-count> span classnotranslate>44/span> artikelen /p> /a>!-- /category --> /section>!-- /category-list --> footer classcenter> p>© a hrefhttps://keurigonline.nl>KeurigOnline/a> 2025. span>Powered by a relnofollow noopener noreferrer hrefhttps://www.helpscout.com/docs-refer/?coKeurigOnline&utm_sourcedocs&utm_mediumfooterlink&utm_campaignDocs+Branding target_blank>Help Scout/a>/span> /p> /footer> /section>!--/.fluid-container--> script idbeaconLoader typetext/javascript>!function(e,t,n){function a(){var et.getElementsByTagName(script)0,nt.createElement(script);n.typetext/javascript,n.async!0,n.srchttps://beacon-v2.helpscout.net,e.parentNode.insertBefore(n,e)}if(e.Beaconnfunction(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue,completet.readyState)return a();e.attachEvent?e.attachEvent(onload,a):e.addEventListener(load,a,!1)}(window,document,window.Beacon||function(){});/script>script typetext/javascript>window.Beacon(init, 545065cf-8cd1-4c04-8a44-19dc821a83ef)/script>script typetext/javascript> function hashChanged() { var hash window.location.hash.substring(1); if (hash contact) { window.Beacon(open) } } if (window.location.hash) { hashChanged() } window.onhashchange function () { hashChanged() } window.addEventListener(hashchange, hashChanged, false);/script> script src//d3eto7onm69fcz.cloudfront.net/assets/javascripts/app4.min.js>/script>script>// keep iOS links from opening safariif((standalone in window.navigator) && window.navigator.standalone){// If you want to prevent remote links in standalone web apps opening Mobile Safari, change remotes to truevar noddy, remotes false;document.addEventListener(click, function(event) {noddy event.target;while(noddy.nodeName ! A && noddy.nodeName ! HTML) {noddy noddy.parentNode;}if(href in noddy && noddy.href.indexOf(http) ! -1 && (noddy.href.indexOf(document.location.host) ! -1 || remotes)){event.preventDefault();document.location.href noddy.href;}},false);}/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
]