Help
RSS
API
Feed
Maltego
Contact
Domain > app.httptoolkit.tech
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-08-07
157.230.103.136
(
ClassC
)
2020-08-10
165.22.65.139
(
ClassC
)
2021-06-07
138.68.234.180
(
ClassC
)
2024-11-18
212.102.46.118
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 18 Nov 2024 23:54:52 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveServer: BunnyCDN-WA1-1120CDN-PullZone: 1110200CDN-Uid: 84940c56-1bd0-4fc0-b14b-dda6f6ba9cf3CDN-RequestCountryCode: USLocation: https://app.httptoolkit.tech/CDN-RequestTime: 0CDN-RequestId: 731efd472034ea18a61193e80a7099d5 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 18 Nov 2024 23:54:52 GMTContent-Type: text/html; charsetutf-8Content-Length: 6597Connection: keep-aliveVary: Accept-EncodingServer: BunnyCDN-WA1-1120CDN-PullZone: 1110200CDN-Uid: 84940c56-1bd0-4fc0-b14b-dda6f6ba9cf3CDN-RequestCountryCode: USCache-Control: public, max-age60, s-maxage3600, stale-while-revalidate600, stale-if-error86400ETag: smsqoj539Last-Modified: Mon, 11 Nov 2024 17:17:07 GMTCDN-CachedAt: 11/18/2024 13:04:48Content-Security-Policy-Report-Only: base-uri self; object-src none; script-src report-sample unsafe-eval self https://cdn.auth0.com/ https://cdn.eu.auth0.com/ https://secure.gravatar.com sha256-KNb7+L5hR1W7Qq9KGtmfflR0uNjBu+BojZP+TXdIXxw sha256-/rzZmZSRZW5iB5KM/CN5xPTuX5BijhjFmaaj35lmUV4; style-src report-sample self unsafe-inline; default-src none; frame-ancestors none; img-src self data: https://httptoolkit.com https://secure.gravatar.com; font-src self; frame-src https://login.httptoolkit.tech; connect-src self data: http://127.0.0.1:45456 http://127.0.0.1:45457 ws://127.0.0.1:45456 https://*.httptoolkit.tech https://*.sentry.io; report-uri https://o202389.ingest.us.sentry.io/api/1316304/security/?sentry_key548601eca36246bdac73dc086d231db1&sentry_release6f5105eba6a6fcb75f0fb4f397fc4789cb9d8b0a; report-to csp-endpointReferrer-Policy: strict-originreporting-endpoints: csp-endpointhttps://o202389.ingest.us.sentry.io/api/1316304/security/?sentry_key548601eca36246bdac73dc086d231db1&sentry_release6f5105eba6a6fcb75f0fb4f397fc4789cb9d8b0ax-clacks-overhead: GNU Terry Pratchettx-envoy-upstream-service-time: 7CDN-ProxyVer: 1.07CDN-RequestPullCode: 200CDN-RequestPullSuccess: TrueCDN-EdgeStorageId: 1120CDN-Status: 200CDN-RequestTime: 1CDN-RequestId: 6835bb7d6c84c7c216a0678ea4988decCDN-Cache: HITAccept-Ranges: bytes !doctype html>html>head>meta charsetUTF-8>meta namerobots contentnoindex>base href//>link relshortcut icon typeimage/x-icon hrefhttps://httptoolkit.com/favicon.ico/>meta nameviewport contentwidthdevice-width>title>HTTP Toolkit/title>style>html, body { height: 100%; overflow: hidden; font-family: DM Sans, Arial, sans-serif; } #app-loading-placeholder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } #app:not(:empty) ~ #app-loading-placeholder { display: none; } #initial-logo, #progress-logo { position: absolute; max-width: 80%; } #initial-logo { filter: grayscale() } #progress-logo { clip-path: inset(0 100% 0 0); transition: clip-path 0.2s; } #app-loading-error { margin-top: 520px; font-weight: bold; font-size: 40pt; text-align: center; } #app-loading-error-details { margin-top: 10px; font-size: 20pt; } #app { height: 100%; }/style>script>const bgColor localStorage.getItem(theme-background-color) || ( // Use dark/light theme containerBackground window.matchMedia((prefers-color-scheme: dark)) ? #1e2028 : #e4e8ed ); document.querySelector(html).style.backgroundColor bgColor;/script>script deferdefer srcmockttp.js>/script>script deferdefer srcapis.js>/script>script deferdefer srcvendors-node_modules_ajv_dist_ajv_js-node_modules_base64-js_index_js-node_modules_browserify--bb5eaa.js>/script>script deferdefer srcvendors-node_modules_bn_js_lib_bn_js-node_modules_path-browserify_index_js.js>/script>script deferdefer srcvendors-node_modules_ethersproject_abi_lib_esm_abi-coder_js-node_modules_fortawesome_free-bra-6b000d.js>/script>script deferdefer srcmain.js>/script>/head>body>div idapp>/div>div idapp-loading-placeholder>img idinitial-logo srca219baaae146da8ee8f5.png> img idprogress-logo srca219baaae146da8ee8f5.png>div idapp-loading-error>/div>div idapp-loading-error-details>/div>/div>script>let progressElement document.getElementById(progress-logo); let errorElement document.getElementById(app-loading-error); let errorDetailsElement document.getElementById(app-loading-error-details); let progress 0; function setProgress(newProgress) { progress Math.max(progress, newProgress); // Never go backwards! progressElement.style.clipPath inset(0 + (100 - progress) + % 0 0); } setTimeout(function () { let appScript document.scriptsdocument.scripts.length - 1; setTimeout(() > setProgress(10), 100); // Fake page loaded -> script loaded progress, since were blind here. let initialProgressInterval setInterval(function () { let newProgress progress + (50 - progress) / 3; setProgress(newProgress); }, 500); // Triggered when script has loaded and starts running document.addEventListener(load:executing, function () { clearInterval(initialProgressInterval); setProgress(60); }); // Triggered when sync code from script has finished appScript.addEventListener(load, function () { setProgress(75); }); // Triggered when _everything_ is loaded and run window.addEventListener(load, function () { setProgress(90); }); // The store & Mockttp setup is done, and React is rendering. document.addEventListener(load:rendering, function () { setProgress(100); }); document.addEventListener(load:failed, function (evt) { setProgress(100); let error evt.error || {}; if (error.isTimeout) { errorElement.innerText This is taking longer than normal...; errorDetailsElement.innerHTML If this persists or happens often + please a hrefhttps://github.com/httptoolkit/httptoolkit/issues/new>file an issue/a> + and help make HTTP Toolkit faster.; } else { errorElement.innerText Startup failed: + error.message + ; errorDetailsElement.innerHTML Please + a hrefhttps://github.com/httptoolkit/httptoolkit/issues/new>file an issue/a>, + and well get this fixed ASAP; } }); }, 0); // Tiny polyfill for the only backward compat issue so far with old Electron: if (!window.globalThis) { window.globalThis window; } window.addEventListener(error, (error) > { // If we hit an uncaught syntax error before the app loads, we assume this is a *very* // old desktop version, which cant even parse the current code (including its desktop // version check warning) and so we just show the warning by default if ((error.error || error) instanceof SyntaxError && progress 100) { console.log(Syntax error:, error); document.dispatchEvent(Object.assign(new Event(load:failed), { error: new Error(Syntax compatibility error) })); alert( HTTP Toolkit is failing to start, due to an unknown significant compatibility error. + \n\n + This may mean your HTTP Toolkit installation is very outdated and requires a manual + update to continue working. Please try reinstalling the app from httptoolkit.com. + \n\n + If that doesnt work, please report this bug at github.com/httptoolkit/httptoolkit to + get more help. ); } });/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
]