cloudflare
tcp/443 tcp/80
Open service 104.18.10.212:8443 · auth.octopart.com
2026-01-22 03:13
Open service 104.18.10.212:80 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 03:13:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 22 Jan 2026 04:13:43 GMT Location: https://auth.octopart.com/ Server: cloudflare CF-RAY: 9c1be084cf79f46e-SJC Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700::6812:ad4:80 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 03:13:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 22 Jan 2026 04:13:43 GMT Location: https://auth.octopart.com/ Server: cloudflare CF-RAY: 9c1be084aadf63f7-LHR Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700::6812:bd4:80 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 03:13:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 22 Jan 2026 04:13:43 GMT Location: https://auth.octopart.com/ Server: cloudflare CF-RAY: 9c1be0849ed436ce-YYZ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 104.18.11.212:80 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 301 Moved Permanently Date: Thu, 22 Jan 2026 03:13:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 22 Jan 2026 04:13:43 GMT Location: https://auth.octopart.com/ Server: cloudflare CF-RAY: 9c1be0847d18d3db-AMS Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 104.18.11.212:8443 · auth.octopart.com
2026-01-22 03:13
Open service 2606:4700::6812:ad4:8443 · auth.octopart.com
2026-01-22 03:13
Open service 2606:4700::6812:bd4:443 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 03:13:43 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-RAY: 9c1be0874f98ebb9-YYZ
content-language: en-US
Set-Cookie: XSRF-TOKEN=392bb0ea-9e31-46e7-a539-9f73ba4a9a0b; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: e42af8c3-7300-4982-8b83-253ef42dc93e
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
strict-transport-security: max-age=31536000 ; includeSubDomains
x-frame-options: DENY
x-cache: Miss from cloudfront
via: 1.1 dfad4856f54b4c20fafa3bbb02106dce.cloudfront.net (CloudFront)
x-amz-cf-pop: YTO50-P3
x-amz-cf-id: 0jlSh3qVLUQ5qjTpnBTB0o5OGC4I3ulkVbTv7CSfwnUaeXltYaBEeg==
cf-cache-status: DYNAMIC
Server: cloudflare
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 104.18.11.212:443 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 03:13:44 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-RAY: 9c1be08779bb99ca-LHR
content-language: en-US
Set-Cookie: XSRF-TOKEN=2c62e034-f86e-4968-a5db-b53e700ede22; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: c909252a-f5f8-4769-bf5d-9c2ad97b5e0d
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
strict-transport-security: max-age=31536000 ; includeSubDomains
x-frame-options: DENY
x-cache: Miss from cloudfront
via: 1.1 04b43a97c4a660fb14b21e249dd16b22.cloudfront.net (CloudFront)
x-amz-cf-pop: LHR61-P7
x-amz-cf-id: FE0U72Mc_rdACJxgJBJFg06A8WaAsPdDbm3OUtfNWS6jcRUmQM7VJg==
cf-cache-status: DYNAMIC
Server: cloudflare
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 104.18.10.212:443 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 03:13:43 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-RAY: 9c1be0876db7a004-AMS
content-language: en-US
Set-Cookie: XSRF-TOKEN=3cefe1eb-1424-45ef-bc9d-1da5b12b5dd5; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 09886b26-7bab-41bb-926b-a5afa0015e34
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
strict-transport-security: max-age=31536000 ; includeSubDomains
x-frame-options: DENY
x-cache: Miss from cloudfront
via: 1.1 78e03c1b28d33ab75a53563ffdf54ba6.cloudfront.net (CloudFront)
x-amz-cf-pop: AMS58-P4
x-amz-cf-id: cYnOdqo2rEuKb5qDmP_B1XZaXSPgGx9UwhILfssG8NglP3vduqFqNw==
cf-cache-status: DYNAMIC
Server: cloudflare
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2606:4700::6812:ad4:443 · auth.octopart.com
2026-01-22 03:13
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 03:13:43 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-RAY: 9c1be08748322151-AMS
content-language: en-US
Set-Cookie: XSRF-TOKEN=8f663313-0310-47bd-a3b2-632074f25edb; Path=/; Secure; HttpOnly; SameSite=Lax
x-amz-cognito-request-id: 083b61cd-c100-420c-8d6a-957b1c087c18
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
strict-transport-security: max-age=31536000 ; includeSubDomains
x-frame-options: DENY
x-cache: Miss from cloudfront
via: 1.1 7785d4956cb908a17db2e556c11a4ea4.cloudfront.net (CloudFront)
x-amz-cf-pop: AMS58-P4
x-amz-cf-id: ecBLe5jmm-r-YoffTf-NiXDIJITlvhyE8_XbP9C_F1clO66P14ujUw==
cf-cache-status: DYNAMIC
Server: cloudflare
Page title: Signin
<!DOCTYPE html>
<html lang="en">
<head><head>
<link href="null/null/css/bootstrap.min.css" rel="stylesheet"
media="screen" />
<link href="null/null/css/cognito-login.css" rel="stylesheet"
media="screen" />
<title>Signin</title>
<script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
<script>
function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
return true;
}
// UserpoolId is not available on frontend for springboard. We do not use userPoolId
// anyway other than put in context data.
var userPoolId = "";
var clientId = getUrlParameter("client_id");
var username = "";
var usernameInput = document.getElementsByName("username")[0];
if (usernameInput && usernameInput.value) {
username = usernameInput.value;
}
var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
if (typeof asfData === "undefined") {
return true;
}
if (formReference && formReference.cognitoAsfData) {
formReference.cognitoAsfData.value = asfData
}
return true;
}
function getUrlParameter(name) {
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
var results = regex.exec(location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
function onSubmit(evt, formRef) {
formRef.querySelector('button[type="submit"]').disabled = true;
if (!!formRef.submitted) {
evt.preventDefault();
return false;
} else {
formRef.submitted = true;
return getAdvancedSecurityData(formRef);
}
}
function onSubmitLoginForm (formRef) {
formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
getAdvancedSecurityData(formRef)
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head></head>
<body spellcheck="false">
<div class="container">
<div class="modal-dialog">
<div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
<div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
<div><div>
<div class="banner-customizable">
<center>
</center>
</div>
</div></div>
<div class="modal-body">
<div><div>
</div></div>
<div>
<div>
<div><div>
</div></div>
<div><div>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var inputs = document.querySelectorAll("input");
inputs.forEach((input) => {
input.addEventListener("input", function () {
var name = this.name;
var value = this.value;
var matchingInputs = document.querySelectorAll(`inpu
Open service 2606:4700::6812:bd4:8443 · auth.octopart.com
2026-01-22 03:13