Help
RSS
API
Feed
Maltego
Contact
Domain > app.shipyardapp.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-23
44.235.208.145
(
ClassC
)
2026-01-17
44.240.19.172
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Sat, 17 Jan 2026 21:57:46 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://app.shipyardapp.com:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 17 Jan 2026 21:57:46 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: nginxSet-Cookie: XSRFTokenChSRvanMOzYhu6dkVODzxOQN7ZSFPo9sBJcdYvvnV8Y; Path/; Secure !DOCTYPE html>html langen-us> head> title>Shipyard/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta nameapplication contentShipyard /> meta nameenvironment contentPRODUCTION /> meta nameversion content43fc780989e0a3f898a66b22bbcbb31a26afe55a /> meta namegoogle_client_id content104900183414-dhgq0hlqgb230krcmn0q96abqvvdcqic.apps.googleusercontent.com /> meta namerecaptcha_key content6LeK6b4ZAAAAAGhGuUVi8klj-OCL3jeSwsvXkrXf /> meta namestripe_publishable_key contentpk_live_51HCRa4DGNbJ6jVrIKVVnMb6dQ91OEE4h1BZ05lq6LMpfTr6M6f9Dok7F3S4ZBTScPTuJB3XmZ4Jx6Z9uxiwCBpa500cMTH0IxP /> meta nameorg_usage_expected_runtime content10 /> meta nameshipyard_base_url contenthttps://app.shipyardapp.com /> meta nameauth0_domain contentshipyardproduction.us.auth0.com /> meta nameauth0_client_id content0yKtpm8cck0lBB1Ls9ch4cCTA8DSSuQB /> link relshortcut icon typeimage/x-icon href/assets/images/shipyard-logo-purple-32.png /> link relapple-touch-icon href/assets/images/shipyard-logo-purple-256.png /> link relstylesheet href/assets/stylesheets/app.css?version43fc780989e0a3f898a66b22bbcbb31a26afe55a /> script typetext/javascript srchttps://accounts.google.com/gsi/client async defer>/script> script typetext/javascript> var domain window.location.hostname;var script document.createElement(script);script.type text/javascript;script.charset UTF-8;script.src https://cdn.cookielaw.org/scripttemplates/otSDKStub.js;if (domain dev.shipyardapp.io || domain int.shipyardapp.io || domain staging.shipyardapp.io) { script.setAttribute(data-domain-script, d283bdeb-7f75-4aa8-a69d-6250bf525f03-test);} else if (domain app.shipyardapp.com) { script.setAttribute(data-domain-script, d283bdeb-7f75-4aa8-a69d-6250bf525f03);}document.head.appendChild(script); /script> script typetext/javascript> function OptanonWrapper() { const SEGMENT_WRITE_KEY Y1MmfCMiFGBELMZakijFQmhcCQetoDxL;const DISABLE_DESTINATIONS_BY_DEFAULT true;let previousOneTrustGroupIds ; const ONE_TRUST_SEGMENT_MAPPING { C0001: , C0002: Analytics,Heatmaps & Recordings, C0003: Actions,Surveys,Customer Success, C0004: Advertising};function getConsentGroups() { if (!window.OnetrustActiveGroups) { console.warn(No OneTrust groups have been consented to); return ; } const oneTrustActiveGroupArray window.OnetrustActiveGroups.split( , ).filter(e > e.startsWith(C)); previousOneTrustGroupIds oneTrustActiveGroupArray; localStorage.setItem(onetrust_active_groups, JSON.stringify(oneTrustActiveGroupArray)) return oneTrustActiveGroupArray;}async function getConsentedIntegrations(enabledIntegrations, oneTrustGroupIds) { const segmentCategories oneTrustGroupIds .map(oneTrustGroupId > ONE_TRUST_SEGMENT_MAPPINGoneTrustGroupId) .filter(segmentCategory > segmentCategory) .flat(1); const consentedIntegrations enabledIntegrations.filter( enabledIntegration > { const isConsented segmentCategories.includes( enabledIntegration.category ); return isConsented; } ); return consentedIntegrations;}function shouldLoadAjs(oneTrustActiveGroups) { return ( oneTrustActiveGroups.includes(C0002) || oneTrustActiveGroups.includes(C0003) || oneTrustActiveGroups.includes(C0004) );}async function fetchDestinationForWriteKey(writeKey) { if (!writeKey) { return ; } const fetchingthing https://cdn.segment.com/v1/projects/+writeKey+/integrations; const res await window.fetch( https://cdn.segment.com/v1/projects/+writeKey+/integrations ); if (!res.ok) { throw new Error( `Failed to fetch integrations for write key ${writeKey}: HTTP ${res.status} ${res.statusText}` ); } const destinations await res.json(); for (const destination of destinations) { destination.id destination.creationName; delete destination.creationName; } return destinations;}async function loadAnalytics() { const enabledIntegrations await fetchDestinationForWriteKey( SEGMENT_WRITE_KEY ); const oneTrustGroupIds getConsentGroups(); const consentedIntegrations await getConsentedIntegrations( enabledIntegrations, oneTrustGroupIds ); const destinationPreferences DISABLE_DESTINATIONS_BY_DEFAULT ? {All: true, Segment.io: true} : {}; consentedIntegrations.forEach(consentedIntegration > { destinationPreferencesconsentedIntegration.id true; }); const consentedIntegrationArray ; for (const value in consentedIntegrations) { consentedIntegrationArray.push(consentedIntegrationsvalue.name); } enabledIntegrations.forEach(integration > { if (!consentedIntegrationArray.includes(integration.name)) { destinationPreferencesintegration.name false; } }); const loadAjs shouldLoadAjs(oneTrustGroupIds); if (getConsentGroupChange()){ } if (loadAjs) { window.destinationPreferences destinationPreferences window.analytics.load(SEGMENT_WRITE_KEY, { integrations: destinationPreferences }); } else { console.warn(No groups other than strictly necessary consented to); }}function getConsentGroupChange() { let consentGroupChange; if (localStorage.getItem(onetrust_active_groups)) { let arrayA getConsentGroups(); let arrayB JSON.parse(localStorage.getItem(onetrust_active_groups)); let difference arrayA .filter(x > !arrayB.includes(x)) .concat(arrayB.filter(x > !arrayA.includes(x))); consentGroupChange difference.length > 0 ? true : false; } else { consentGroupChange false; } return consentGroupChange;}loadAnalytics(); } /script> script typetext/javascript> !function(){var analyticswindow.analyticswindow.analytics||;if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error(Segment snippet included twice.);else{analytics.invoked!0;analytics.methodstrackSubmit,trackClick,trackLink,trackForm,pageview,identify,reset,group,track,ready,alias,debug,page,once,off,on,addSourceMiddleware,addIntegrationMiddleware,setAnonymousId,addDestinationMiddleware;analytics.factoryfunction(e){return function(){if(window.analytics.initialized)return window.analyticse.apply(window.analytics,arguments);var iArray.prototype.slice.call(arguments);i.unshift(e);analytics.push(i);return analytics}};for(var i0;ianalytics.methods.length;i++){var keyanalytics.methodsi;analyticskeyanalytics.factory(key)}analytics.loadfunction(key,i){var tdocument.createElement(script);t.typetext/javascript;t.async!0;t.srchttps://cdn.segment.com/analytics.js/v1/ + key + /analytics.min.js;var ndocument.getElementsByTagName(script)0;n.parentNode.insertBefore(t,n);analytics._loadOptionsi};analytics._writeKeyY1MmfCMiFGBELMZakijFQmhcCQetoDxL;;analytics.SNIPPET_VERSION4.16.1;analytics.load(Y1MmfCMiFGBELMZakijFQmhcCQetoDxL);analytics.page();}}(); /script> meta namegtm contenttoproveapoint /> script> (function(w,d,s,l,i){wlwl||;wl.push({gtm.start:new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0,jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.srchttps://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f);})(window,document,script,dataLayer,GTM-K748LXF); /script> /head> body> div idmain classmain>/div> script typetext/javascript crossorigin src/assets/javascripts/runtime.js?version43fc780989e0a3f898a66b22bbcbb31a26afe55a >/script> script typetext/javascript crossorigin src/assets/javascripts/vendors.js?version43fc780989e0a3f898a66b22bbcbb31a26afe55a> /script> script typetext/javascript crossorigin src/assets/javascripts/app.js?version43fc780989e0a3f898a66b22bbcbb31a26afe55a> /script> noscript> iframe srchttps://www.googletagmanager.com/ns.html?idGTM-K748LXF height0 width0 styledisplay:none;visibility:hidden > /iframe> /noscript> /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
]