Help
RSS
API
Feed
Maltego
Contact
Domain > btdocs.builder-tools.aws.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-11-05
13.32.230.118
(
ClassC
)
2025-11-03
18.161.6.99
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 03 Nov 2025 13:17:36 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://btdocs.builder-tools.aws.dev/X-Cache: Redirect from cloudfrontVia: 1.1 ec27e2bbc77d9805bead471453d2094c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: hy1np2sCY-W9yP8TkokVXl6yy7We7tRY6mpk_LKsRqw956fgCyXwyg 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 403 ForbiddenContent-Type: text/htmlContent-Length: 7662Connection: keep-aliveDate: Mon, 03 Nov 2025 07:02:18 GMTLast-Modified: Mon, 03 Nov 2025 05:16:49 GMTETag: 278ee5db087d3d93a652b4b3a67adfc0x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Error from cloudfrontVia: 1.1 ec27e2bbc77d9805bead471453d2094c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: qvRrrFFKxoJJf4K3VBucZ41t8oRmHJdps-SOfZFgtHg8Jx_ZxkntoQAge: 22519 !doctype html>html> head> script typetext/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 (!results2) return ; return decodeURIComponent(results2.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) { resultkey attributeskey; } } 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; } // Were 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 (!attributesattributeName) { continue; } stringifiedAttributes + ; + attributeName; if (attributesattributeName true) { continue; } stringifiedAttributes + + attributesattributeName; } 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 cookiesi.split(); var cookie parts.slice(1).join(); if (cookie.charAt(0) ) { cookie cookie.slice(1, -1); } try { var name parts0.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) { resultname 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 doesnt exist, and triggers a 400 response from ECS. --> div styledisplay:none idbindlediv> amzn1.bindle.resource.57fi5mcuxr2p4wgfjjmq /div> /body>/html>
Subdomains
Date
Domain
IP
api.us-west-2.beta.dogma.builder-tools.aws.dev
2024-11-24
35.162.120.50
api.us-west-2.prod.dogma.builder-tools.aws.dev
2024-12-26
34.214.190.83
api.snarthu-pop.dev.merge.cruxbeta.builder-tools.aws.dev
2025-03-23
52.41.184.204
api.wongkath-ked.dev.pasta.builder-tools.aws.dev
2025-03-27
18.165.98.26
us-west-2.alpha.api.ironhide.builder-tools.aws.dev
2025-03-23
34.211.42.181
beta.dispatch.crane.builder-tools.aws.dev
2024-11-25
44.230.215.163
prod.coordinator.crane.builder-tools.aws.dev
2024-11-25
44.233.209.201
beta.project.crane.builder-tools.aws.dev
2024-07-30
44.229.21.164
drbar-tot.personal.pipelines-api.builder-tools.aws.dev
2024-11-25
34.215.187.29
prod.telemetry.coral.builder-tools.aws.dev
2025-10-29
44.238.176.91
prod.us-west-2.as.change-guardian.builder-tools.aws.dev
2024-11-25
52.32.45.108
prod.as.change-guardian.builder-tools.aws.dev
2024-11-25
35.161.189.83
gamma.icebern.builder-tools.aws.dev
2024-10-12
108.138.94.15
beta.icebern.builder-tools.aws.dev
2024-09-21
18.161.6.115
metrics.beta.icebern.builder-tools.aws.dev
2024-12-21
3.163.165.86
acr.builder-tools.aws.dev
2024-06-26
3.163.24.91
beta.customerportal.acr.builder-tools.aws.dev
2024-12-28
52.84.162.14
dkr.acr.builder-tools.aws.dev
2024-08-20
52.26.65.35
prod.dkr.acr.builder-tools.aws.dev
2024-08-20
52.26.65.35
us-east-1.prod.dkr.acr.builder-tools.aws.dev
2024-08-20
18.208.88.92
us-east-1.alesimms.personal.mgmt.acr.builder-tools.aws.dev
2025-09-07
52.44.80.115
beta.api.us-west-2.cloudcover.builder-tools.aws.dev
2024-11-05
3.165.160.101
beta.api.cloudcover.builder-tools.aws.dev
2025-10-28
3.163.24.99
mwaa.cf-analytics.builder-tools.aws.dev
2024-11-13
34.209.10.53
btdocs.builder-tools.aws.dev
2025-11-03
18.161.6.99
api.yumenglu-wig.dev.demo.personal-stacks.builder-tools.aws.dev
2024-11-25
54.163.147.112
plugins.jetbrains.builder-tools.aws.dev
2025-09-02
54.186.19.122
londonbr-aal.dev.jetbrains.builder-tools.aws.dev
2024-09-09
34.213.28.114
w.dw-public004-us-east-1.deployments.builder-tools.aws.dev
2025-08-06
44.194.39.175
premkak-gin.dev.sigv4.caminus.devenv.builder-tools.aws.dev
2025-10-06
52.33.32.244
eljust-ben.dev.caminus.devenv.builder-tools.aws.dev
2025-04-05
44.236.32.218
beta.ack.crv.builder-tools.aws.dev
2025-02-15
13.224.14.35
beta.sigv4.refereeplugin.crv.builder-tools.aws.dev
2025-09-29
52.32.197.237
alpha.us-west-2.felix.builder-tools.aws.dev
2024-11-25
52.37.153.56
us-east-1.prod.release-service.toolbox.builder-tools.aws.dev
2024-10-10
52.0.193.40
us-east-1.prod.telemetry.toolbox.builder-tools.aws.dev
2025-07-09
54.175.13.151
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
]