Help
RSS
API
Feed
Maltego
Contact
Domain > dashboard.dupr.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-07-18
3.163.101.85
(
ClassC
)
2025-07-11
65.8.19.29
(
ClassC
)
2025-11-21
3.169.173.39
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 21 Nov 2025 20:02:47 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://dashboard.dupr.com/X-Cache: Redirect from cloudfrontVia: 1.1 a454a679efa1e16833b77cb6af61e11c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: JNdZi1KR2W5xv28DbH9HXIZ9cGuRiURS-Xf09oFYKLK4AlcFTkXWPA 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: 9229Connection: keep-aliveDate: Fri, 21 Nov 2025 01:35:23 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: e8aac2b0bf5f308ba843b156bbf72054Last-Modified: Thu, 20 Nov 2025 21:29:59 GMTX-Cache: Hit from cloudfrontVia: 1.1 6a31d7747628574e9fa26dd40efa100a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: IFa3aFvqifDL3WZ32EbgLxMJ3r9pD82FGPSanPw7BzAvNqZEdvlpogAge: 66444 !-- DUPR -->!doctype html>html langen> head> meta charsetUTF-8 /> meta contentIEEdge http-equivX-UA-Compatible /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta nametitle contentDUPR /> meta namedescription contentAn accurate rating algorithm to find other pickleball players at your skill level. /> meta namefacebook-domain-verification content32f5mea8mafmnop6e80qc3jcgfyc50 /> !--\\ Meta tags --> title>DUPR - Rating algorithm engineered for pickleball players/title> !-- Favicons --> meta nameapple-mobile-web-app-title contentDUPR /> meta nameapple-mobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style content#FFFFFF /> link relapple-touch-icon sizes57x57 href/icons/apple-icon-57x57.png /> link relapple-touch-icon sizes60x60 href/icons/apple-icon-60x60.png /> link relapple-touch-icon sizes72x72 href/icons/apple-icon-72x72.png /> link relapple-touch-icon sizes76x76 href/icons/apple-icon-76x76.png /> link relapple-touch-icon sizes114x114 href/icons/apple-icon-114x114.png /> link relapple-touch-icon sizes120x120 href/icons/apple-icon-120x120.png /> link relapple-touch-icon sizes144x144 href/icons/apple-icon-144x144.png /> link relapple-touch-icon sizes152x152 href/icons/apple-icon-152x152.png /> link relapple-touch-icon sizes180x180 href/icons/apple-icon-180x180.png /> link relicon typeimage/png sizes192x192 href/icons/android-icon-192x192.png /> link relicon typeimage/png sizes32x32 href/icons/favicon-32x32.png /> link relicon typeimage/png sizes96x96 href/icons/favicon-96x96.png /> link relicon typeimage/png sizes16x16 href/icons/favicon-16x16.png /> link relicon typeimage/x-icon href/favicon.ico /> meta namemsapplication-TileColor content#FFFFFF /> meta namemsapplication-TileImage content/icons/ms-icon-144x144.png /> meta nametheme-color content#FFFFFF /> !--\\ Favicons --> !-- Consent-aware loader: reads localStorage.cookieConsent and loads tags per category --> script> ;(function () { var STORAGE_KEY cookieConsent function getConsent() { try { var raw localStorage.getItem(STORAGE_KEY) return raw ? JSON.parse(raw) : null } catch (_) { return null } } function allowAnalytics() { var c getConsent() return !!(c && c.categories && c.categories.analytics) } function allowMarketing() { var c getConsent() return !!(c && c.categories && c.categories.marketing) } function loadOnce(id, src) { if (document.getElementById(id)) return var s document.createElement(script) s.id id s.async true s.src src document.head.appendChild(s) } function removeById(id) { var el document.getElementById(id) if (el && el.parentNode) el.parentNode.removeChild(el) } // IDs from your original file var GTM_ID GTM-5JDKG4L var GTM_AUDIENCEX_ID GTM-W2MVL7DZ var GA_MEASUREMENT_ID G-QXCWVYVFR6 var FB_PIXEL_IDS 456194544721323, 2219038681587264 var ADSENSE_CLIENT ca-pub-2494229136438878 // ---- Loaders (analytics) ---- function loadGTM() { if (!allowAnalytics()) return if (!window.dataLayer) window.dataLayer window.dataLayer.push({ gtm.start: new Date().getTime(), event: gtm.js }) loadOnce(gtm-script, https://www.googletagmanager.com/gtm.js?id + GTM_ID) } function unloadGTM() { removeById(gtm-script) } function loadGA() { if (!allowAnalytics()) return loadOnce(ga-gtag, https://www.googletagmanager.com/gtag/js?id + GA_MEASUREMENT_ID) window.dataLayer window.dataLayer || function gtag() { window.dataLayer.push(arguments) } window.gtag window.gtag || gtag gtag(js, new Date()) gtag(config, GA_MEASUREMENT_ID, { anonymize_ip: true }) } function unloadGA() { removeById(ga-gtag) } // ---- Loaders (marketing) ---- // Loader for the new AudienceX GTM container function loadGtmAudienceX() { if (!allowMarketing()) return if (!window.dataLayer) window.dataLayer window.dataLayer.push({ gtm.start: new Date().getTime(), event: gtm.js }) loadOnce(gtm-script-audiencex, https://www.googletagmanager.com/gtm.js?id + GTM_AUDIENCEX_ID) } function unloadGtmAudienceX() { removeById(gtm-script-audiencex) } function loadFBPixel() { if (!allowMarketing()) return if (window.fbq) { FB_PIXEL_IDS.forEach(function (id) { window.fbq(init, id) }) window.fbq(track, PageView) return } !(function (f, b, e, v, n, t, s) { if (f.fbq) return n f.fbq function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) } if (!f._fbq) f._fbq n n.push n n.loaded !0 n.version 2.0 n.queue t b.createElement(e) t.async !0 t.src v s b.getElementsByTagName(e)0 s.parentNode.insertBefore(t, s) })(window, document, script, https://connect.facebook.net/en_US/fbevents.js) FB_PIXEL_IDS.forEach(function (id) { window.fbq(init, id) }) window.fbq(track, PageView) } function unloadFBPixel() { var scripts document.querySelectorAll(scriptsrc*connect.facebook.net/en_US/fbevents.js) scripts.forEach(function (s) { s.parentNode && s.parentNode.removeChild(s) }) } function loadAdSense() { if (!allowMarketing()) return loadOnce( adsbygoogle, https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client + ADSENSE_CLIENT ) } function unloadAdSense() { removeById(adsbygoogle) } function apply() { // Analytics (GTM + GA) if (allowAnalytics()) { loadGTM() loadGA() } else { unloadGTM() unloadGA() } // Marketing (Meta Pixel + AdSense + AudienceX GTM) if (allowMarketing()) { loadGtmAudienceX() loadFBPixel() loadAdSense() } else { unloadGtmAudienceX() unloadFBPixel() unloadAdSense() } } // Initial apply on page load apply() // React toast dispatches this when the user saves choices window.addEventListener(cookie-consent, apply) })() /script> !-- End consent-aware loader --> !-- Fix global is undefined (from your original file) --> script> if (typeof global undefined) { var global window } /script> !-- Open Graph / Facebook --> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://app.mydupr.com /> meta propertyog:title contentDUPR /> meta propertyog:description contentAn accurate rating algorithm to find other pickleball players at your skill level. /> meta propertyog:image contenthttps://dupr.s3.amazonaws.com/static/logo/dupr_light.png /> !--\\ Open Graph / Facebook --> !-- Twitter --> meta propertytwitter:card contentsummary_large_image /> meta propertytwitter:url contenthttps://app.mydupr.com /> meta propertytwitter:title contentDUPR /> meta propertytwitter:description contentAn accurate rating algorithm to find other pickleball players at your skill level. /> meta propertytwitter:image contenthttps://dupr.s3.amazonaws.com/static/logo/dupr_light.png /> !--\\ Twitter --> link relmanifest href/manifest.json /> link relstylesheet href/Inter/inter.css /> script typemodule crossorigin src/assets/index-32106178.js>/script> link relstylesheet href/assets/index-aa8eb105.css> /head> body> noscript>iframe srchttps://www.googletagmanager.com/ns.html?idGTM-W2MVL7DZ height0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript> noscript>You need to enable JavaScript to run this app./noscript> div idroot>/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
]