, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
, ,
Loading...
Loading...
{
"latency": 25,
"ipAddresses": [
"108.138.64.6",
"108.138.64.44",
"108.138.64.81",
"108.138.64.48",
"2600:9000:2508:6200:3:bf0d:cd00:93a1",
"2600:9000:2508:9600:3:bf0d:cd00:93a1",
"2600:9000:2508:4600:3:bf0d:cd00:93a1",
"2600:9000:2508:ca00:3:bf0d:cd00:93a1",
"2600:9000:2508:a000:3:bf0d:cd00:93a1",
"2600:9000:2508:8800:3:bf0d:cd00:93a1",
"2600:9000:2508:1c00:3:bf0d:cd00:93a1",
"2600:9000:2508:6400:3:bf0d:cd00:93a1"
],
"dns": {
"NS": [
"ns-1363.awsdns-42.org.",
"ns-1569.awsdns-04.co.uk.",
"ns-460.awsdns-57.com.",
"ns-809.awsdns-37.net."
],
"A": [
"108.138.64.6",
"108.138.64.44",
"108.138.64.81",
"108.138.64.48"
],
"AAAA": [
"2600:9000:2508:6200:3:bf0d:cd00:93a1",
"2600:9000:2508:9600:3:bf0d:cd00:93a1",
"2600:9000:2508:4600:3:bf0d:cd00:93a1",
"2600:9000:2508:ca00:3:bf0d:cd00:93a1",
"2600:9000:2508:a000:3:bf0d:cd00:93a1",
"2600:9000:2508:8800:3:bf0d:cd00:93a1",
"2600:9000:2508:1c00:3:bf0d:cd00:93a1",
"2600:9000:2508:6400:3:bf0d:cd00:93a1"
]
}
}
[
{
"url": "https://salesconsole.aws.dev",
"errors": [
"Crawl unsuccessful: Navigation timeout of 25000 ms exceeded (https://salesconsole.aws.dev/)"
]
}
]
{
"whois.nic.google": {
"Domain Status": [],
"Name Server": [],
">>> Last update of WHOIS database": "2025-02-11T21:31:35Z <<<",
"text": [
"Nameserver not found.",
"",
"Please query the WHOIS server of the owning registrar identified in this",
"output for information on how to contact the Registrant, Admin, or Tech",
"contact of the queried domain name.",
"",
"You may also request underlying Registrant data via ICANN's RDRS service",
"(https://rdrs.icann.org/).",
"",
"WHOIS information is provided by Charleston Road Registry Inc. (CRR) solely",
"for query-based, informational purposes. By querying our WHOIS database, you",
"are agreeing to comply with these terms",
"(https://www.registry.google/about/whois-disclaimer.html) and acknowledge",
"that your information will be used in accordance with CRR's Privacy Policy",
"(https://www.registry.google/about/privacy.html), so please read those",
"documents carefully. Any information provided is \"as is\" without any",
"guarantee of accuracy. You may not use such information to (a) allow,",
"enable, or otherwise support the transmission of mass unsolicited,",
"commercial advertising or solicitations; (b) enable high volume, automated,",
"electronic processes that access the systems of CRR or any ICANN-Accredited",
"Registrar, except as reasonably necessary to register domain names or modify",
"existing registrations; or (c) engage in or support unlawful behavior. CRR",
"reserves the right to restrict or deny your access to the Whois database,",
"and may modify these terms at any time."
]
}
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "salesconsole.aws.dev",
"company": null,
"type": null
}
}
}
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function getValidURL(url) {
try {
return new URL(url);
} catch (e) {
return null;
}
}
/*!
* JavaScript Cookie v2.1.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
;(function (factory) {
var registeredInModuleLoader = false;
if (typeof define === 'function' && define.amd) {
define(factory);
registeredInModuleLoader = true;
}
if (typeof exports === 'object') {
module.exports = factory();
registeredInModuleLoader = true;
}
if (!registeredInModuleLoader) {
var OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
if (typeof document === 'undefined') {
return;
}
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number') {
var expires = new Date();
expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
attributes.expires = expires;
}
// We're using "expires" because "max-age" is not supported by IE
attributes.expires = attributes.expires ? attributes.expires.toUTCString() : '';
try {
result = JSON.stringify(value);
if (/^[\{\[]/.test(result)) {
value = result;
}
} catch (e) {}
if (!converter.write) {
value = encodeURIComponent(String(value))
.replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent);
} else {
value = converter.write(value, key);
}
key = encodeURIComponent(String(key));
key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent);
key = key.replace(/[\(\)]/g, escape);
var stringifiedAttributes = '';
for (var attributeName in attributes) {
if (!attributes[attributeName]) {
continue;
}
stringifiedAttributes += '; ' + attributeName;
if (attributes[attributeName] === true) {
continue;
}
stringifiedAttributes += '=' + attributes[attributeName];
}
return (document.cookie = key + '=' + value + stringifiedAttributes);
}
// Read
if (!key) {
result = {};
}
// To prevent the for loop in the first place assign an empty array
// in case there are no cookies at all. Also prevents odd result when
// calling "get()"
var cookies = document.cookie ? document.cookie.split('; ') : [];
var rdecode = /(%[0-9A-Z]{2})+/g;
var i = 0;
for (; i < cookies.length; i++) {
var parts = cookies[i].split('=');
var cookie = parts.slice(1).join('=');
if (cookie.charAt(0) === '"') {
cookie = cookie.slice(1, -1);
}
try {
var name = parts[0].replace(rdecode, decodeURIComponent);
cookie = converter.read ?
converter.read(cookie, name) : converter(cookie, name) ||
cookie.replace(rdecode, decodeURIComponent);
if (this.json) {
try {
cookie = JSON.parse(cookie);
} catch (e) {}
}
if (key === name) {
result = cookie;
break;
}
if (!key) {
result[name] = cookie;
}
} catch (e) {}
}
return result;
}
api.set = api;
api.get = function (key) {
return api.call(api, key);
};
api.getJSON = function () {
return api.apply({
json: true
}, [].slice.call(arguments));
};
api.defaults = {};
api.remove = function (key, attributes) {
api(key, '', extend(attributes, {
expires: -1
}));
};
api.withConverter = init;
return api;
}
return init(function () {});
}));
var policy = getParameterByName('policy');
var kpid = getParameterByName('kpid');
var exp = getParameterByName('exp');
var sig = getParameterByName('sig');
var encodedTargetUrl = getParameterByName('encodedTargetUrl');
var decodedTargetUrl = encodedTargetUrl && decodeURIComponent(encodedTargetUrl);
var validTargetURL = getValidURL(decodedTargetUrl)
if (policy && kpid && exp && sig) {
var curr_origin = window.location.origin;
Cookies.set('CloudFront-Policy', policy, { secure: true, sameSite: 'None', expires: 1 });
Cookies.set('CloudFront-Key-Pair-Id', kpid, { secure: true, sameSite: 'None', expires: 1 });
Cookies.set('CloudFront-Expiration', exp, { secure: true, sameSite: 'None', expires: 1 });
Cookies.set('CloudFront-Signature', sig, { secure: true, sameSite: 'None', expires: 1 });
if(validTargetURL && curr_origin === validTargetURL.origin) {
window.location.replace(decodedTargetUrl);
} else {
window.location.replace(curr_origin);
}
} else if (Cookies.get("CloudFront-Policy")){
//Nothing to do.
} else {
var referrer = window.location
var encodedUrl = encodeURIComponent(referrer.href)
window.location.replace("https://cloudfrontsigner.ninjas.security.a2z.com/sign?encodedTargetUrl="+encodedUrl);
}
</script>
</head>
<body>
<p>Redirecting you for Auth</p>
<!-- This one should be a Bindle that doesn't exist, and triggers a 400 response from ECS. -->
<div style="display:none" id="bindlediv">amzn1.bindle.resource.cyxbyxemib7sp6l3n6ta</div>
</body>
</html>
{
"status": 403,
"statusText": "Forbidden",
"headers": {
"cache-control": "no-store",
"connection": "keep-alive",
"content-encoding": "gzip",
"content-security-policy": "default-src 'self';font-src 'self' data: m.media-amazon.com/images/G/01/katal/ d1uznvntk80v7s.cloudfront.net/fonts/;frame-src 'self' us-east-1.quicksight.aws.amazon.com vision-dev.iad.corp.amazon.com uat-awstableau.iad.corp.amazon.com awstableau.corp.amazon.com idp-integ.federate.amazon.com midway-auth.amazon.com command-center.support.aws.a2z.com argos.sales.aws.dev cloudfrontsigner.ninjas.security.a2z.com;script-src 'self' internal-cdn.amazon.com midway-auth.amazon.com 'unsafe-inline';style-src 'self' internal-cdn.amazon.com midway-auth.amazon.com 'unsafe-inline' alpha.salesconsole-int.wwro.aws.dev;img-src 'self' blob: data: internal-cdn.amazon.com midway-auth.amazon.com badges.corp.amazon.com wisdom.corp.amazon.com idp.federate.amazon.com d3ngbxwrzqvz0i.cloudfront.net;connect-src 'self' prod-us-west-2-fa-files.s3.us-west-2.amazonaws.com prod.gateway.suds.wwro.aws.dev prod.telemetry.suds.wwro.aws.dev midway-auth.amazon.com s3.amazonaws.com s3.us-east-1.amazonaws.com s3.us-west-2.amazonaws.com sts.us-east-1.amazonaws.com sts.us-west-2.amazonaws.com cognito-idp.us-east-1.amazonaws.com cognito-idp.us-west-2.amazonaws.com cognito-identity.us-east-1.amazonaws.com cognito-identity.us-west-2.amazonaws.com dataplane.rum.us-east-1.amazonaws.com dataplane.rum.us-west-2.amazonaws.com pinpoint.us-east-1.amazonaws.com pinpoint.us-west-2.amazonaws.com 0s62bmu3aj.execute-api.us-east-1.amazonaws.com unagi-na.amazon.com d3knqfixx3sbls.cloudfront.net us-east-1.quicksight.aws.amazon.com api.us-east-1.consensus.a2z.com code.amazon.com maxis-service-prod-iad.amazon.com sentry.amazon.com sadevops-prod.auth.us-east-1.amazoncognito.com org-service.sales.aws.a2z.com registry-prod.auth.us-east-1.amazoncognito.com tfc.a2z.com api.prod.tfc.a2z.com tfchub-production.auth.us-west-2.amazoncognito.com awsinvui-static-site-411140965153-us-east-1.s3.us-east-1.amazonaws.com investments.wwro.aws.dev us-west-2.prod.gateway.suds.wwro.aws.dev cunningham-bulk-request-bucket-206635736020-us-east-1.s3.us-east-1.amazonaws.com salesconsole.aws.dev api.spec-req.sales.aws.a2z.com;frame-ancestors 'self' https://aws-crm.visualforce.com https://aws-crm.my.salesforce.com https://aws-crm.lightning.force.com https://midway-auth.amazon.com;object-src 'none'",
"content-type": "text/html",
"date": "Tue, 11 Feb 2025 21:31:36 GMT",
"etag": "W/\"b3208e0cfb1c9b670f27c5e9d4eb8965\"",
"last-modified": "Tue, 11 Feb 2025 19:38:05 GMT",
"referrer-policy": "strict-origin-when-cross-origin",
"server": "AmazonS3",
"strict-transport-security": "max-age=63072000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"via": "1.1 5988b4ae4648c0fec3c60a3cca580092.cloudfront.net (CloudFront)",
"x-amz-cf-id": "Yb1OWSNLRa019FhFmPZGiwOJqzGbiBUzLKFc2f2RO6OVwNzcpu_onA==",
"x-amz-cf-pop": "IAD12-P1",
"x-amz-server-side-encryption": "AES256",
"x-amz-version-id": "yv5eBIgpzu0lPGX4qAqX62B.eg4b01Hp",
"x-cache": "Error from cloudfront",
"x-content-type-options": "nosniff"
}
}
{}