Help
RSS
API
Feed
Maltego
Contact
Domain > adaml.uniform.sh
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-10
104.18.7.14
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Fri, 10 Oct 2025 15:34:49 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareExpires: Fri, 10 Oct 2025 19:34:49 GMTCache-Control: public, max-age14400cache-status: Netlify Edge; fwdmissCF-Cache-Status: MISSfeature-policy: autoplay none; camera nonepermissions-policy: microphone(), autoplay(), camera()referrer-policy: strict-origin-when-cross-originstrict-transport-security: max-age31536000; includeSubDomainsvary: Accept-Encodingx-content-type-options: nosniffx-nf-request-id: 01K77C5B116H1T5NXEPM1NKCAZx-xss-protection: 1; modeblockCF-RAY: 98c72f188acf69d4-PDX !DOCTYPE html>html langen>head>meta nameviewport contentwidthdevice-width/>meta charSetutf-8/>meta namedescription contentUniform makes the fastest personalized sites possible./>link relicon typeimage/png sizes32x32 href/favicon-32x32.png/>link relicon typeimage/png sizes16x16 href/favicon-16x16.png/>link relpreconnect hrefhttps://data-staging.uniform.app/v1/graphql/>link relpreconnect hrefhttps://uniformsystems-dev.us.auth0.com/>link relpreconnect hrefhttps://c20356f9dc1b42609778181763c6eb2e@o436918.ingest.sentry.io/5398722/>link relpreconnect hrefhttps://cdn.pendo.io/>link relpreconnect hrefhttps://app.launchdarkly.com/>link relpreconnect hrefhttps://js.hs-banner.com/>link relpreconnect hrefhttps://js.hs-scripts.com/>link relpreconnect hrefhttps://js.hs-analytics.net/>link relpreconnect hrefhttps://track.hubspot.com/>meta namenext-head-count content14/>link hrefhttps://fonts.googleapis.com/css2?familyDM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&familyQuantico:wght@700&familySpace+Mono:ital,wght@0,400;0,700;1,400;1,700&displayswap relstylesheet/>style> /*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/ /* Remove all the styles of the User-Agent-Stylesheet, except for the display property */ *:where(:not(iframe, canvas, img, svg, video, hidden):not(svg *)) { all: unset; display: revert; } /* Preferred box-sizing value */ *, *::before, *::after { box-sizing: border-box; } /* Remove list styles (bullets/numbers) in case you use it with normalize.css */ ol, ul { list-style: none; } /* For images to not be able to exceed their container */ img { max-width: 100%; } /* Removes spacing between cells in tables */ table { border-collapse: collapse; } /* Revert the white-space property for textarea elements on Safari */ textarea { white-space: revert; } /* Allow dragging elements with a draggabletrue attribute */ draggabletrue { -webkit-user-drag: element; } /style>style> :root { --brand-primary-1: #438fd5; /* bright blue */ --brand-primary-2: #f4220b; /* red */ --brand-primary-3: #83c6e1; /* slate blue */ /* secondary colours */ --brand-secondary-1: #1f2b34; /* carbon */ --brand-secondary-2: #ecf1f1; /* silver */ --brand-secondary-3: #2ecdb4; /* teal */ --brand-secondary-4: #f6f1c3; /* yellow */ --brand-secondary-5: #d9534f; /* brick red */ --brand-secondary-6: #dbf6f2; /* mint */ /* off brand */ --input-border: rgba(31, 43, 52, 0.5); --ring: 0 0 0 0 var(--white), 0 0 0 3px var(--brand-primary-3); --ring-inset: inset 0 0 0 0 var(--white), inset 0 0 0 3px var(--brand-primary-3); /* site settings */ --site-width: 1536px; --spacing-base: 1rem; --spacing-xs: calc(var(--spacing-base) - 0.75rem); --spacing-sm: calc(var(--spacing-base) - 0.5rem); --spacing-3: calc(var(--spacing-base) - 0.25rem); --spacing-md: calc(var(--spacing-base) * 1.5); --spacing-lg: calc(var(--spacing-base) * 2); --spacing-xl: calc(var(--spacing-base) * 2.5); --spacing-2xl: calc(var(--spacing-base) * 3); /* font sizes */ --fluid-font-base: 2vw + 1rem; --fs-base: 1rem; /* 16px */ --fs-xxs: calc(var(--fs-base) - 0.5rem); --fs-xs: calc(var(--fs-base) - 0.25rem); --fs-sm: calc(var(--fs-base) - 0.125rem); --fs-md: calc(var(--fs-base) * 1.25); --fs-lg: calc(var(--fs-base) * 1.5); --fs-xl: clamp(calc(var(--fs-base) * 1.5), var(--fluid-font-base), calc(var(--fs-base) * 2)); --fs-xxl: calc(var(--fs-base) * 2.25); /* font-weight */ --fw-regular: 400; --fw-medium: 500; --fw-bold: 700; /* font family */ --ff-base: DM Sans, sans-serif; --ff-heading: Quantico, sans-serif; --ff-mono: Space Mono, monospace /* max text width */ --prose: 65ch; /* brand shadow styles */ --shadow-base: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; /* rounder corners */ --rounded-base: 6px; --rounded-md: 0.375rem; --rounded-full: 99999px; /* gray spectrum */ --white: #fff; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; /* green spectrum */ --green-50: rgb(236 253 245 / 1); --alert: #facc15; /* z-indexs */ --z-10: 10; /* opacity */ --opacity-50: 0.50; --opacity-75: 0.75; --opacity-100: 1.0; /* animation function times */ --timing-ease-out: cubic-bezier(0.4, 0, 0.2, 1); --duration-fast: 0.25s; } html, body { color: var(--brand-secondary-1); font-family: var(--ff-base); scroll-behavior: smooth; font-weight: var(--fw-regular); line-height: 1.5; } li { line-height: 1.5rem; } a, button { cursor: pointer; } fieldset { border: 0; padding: 0; margin: 0; min-width: 0; } legend { margin: 0; padding: 0; } button, input, optgroup, select, textarea { font-family: inherit; font-size: inherit; color: inherit; line-height: 1.25rem; } rolebutton, button { cursor: pointer; } audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; } pre { white-space: pre; } /style>link relpreload href/_next/static/css/b2edcedad144e121.css asstyle/>link relstylesheet href/_next/static/css/b2edcedad144e121.css data-n-g/>noscript data-n-css>/noscript>script defer nomodule src/_next/static/chunks/polyfills-5cd94c89d3acac5f.js>/script>script src/_next/static/chunks/webpack-8ac7b194f0376215.js defer>/script>script src/_next/static/chunks/framework-9f8e0b6ee73c25e1.js defer>/script>script src/_next/static/chunks/main-ccade7efaff91e58.js defer>/script>script src/_next/static/chunks/pages/_app-ac2d540c2e1717de.js defer>/script>script src/_next/static/chunks/6272-3eca86e606e63e9d.js defer>/script>script src/_next/static/chunks/5158-216dc67f9403a4e2.js defer>/script>script src/_next/static/chunks/7704-e62d55bf8967e270.js defer>/script>script src/_next/static/chunks/7023-56dc4a5d3ade5e63.js defer>/script>script src/_next/static/chunks/6173-f395dc659a091035.js defer>/script>script src/_next/static/chunks/9110-e2d5c3d200c0d37c.js defer>/script>script src/_next/static/chunks/pages/index-3293dd60b880a0fe.js defer>/script>script src/_next/static/Oylg1VQ1LpB93jM0o2MVo/_buildManifest.js defer>/script>script src/_next/static/Oylg1VQ1LpB93jM0o2MVo/_ssgManifest.js defer>/script>script src/_next/static/Oylg1VQ1LpB93jM0o2MVo/_middlewareManifest.js defer>/script>/head>body>div id__next data-reactroot>div classh-full bg-white>div classflex flex-col flex-1 overflow-auto h-full>header classsite-header bg-primary>div classflex items-center flex-wrap py-4 px-8 mx-auto container>div>a titleReturn to team classblock mr-4 data-testidlink-to-team href/>svg width38 height44 viewBox0 0 87 101 fillnone xmlnshttp://www.w3.org/2000/svg classblock>path dM28.998 0 0 16.744V50.23l28.998-16.744 29.004-16.743L28.998 0Z fill#83C6E1>/path>path dM28.998 66.974V33.487L0 50.231v33.487l28.998 16.744 29.004-16.744V50.23L28.998 66.974Z fill#438FD5>/path>path dM58.002 16.744 28.998 33.487l29.004 16.744v33.487L87 66.975V33.487L58.002 16.744Z fill#F4220B>/path>/svg>/a>/div>div classtext-white ml-auto>button classw-10 h-10> /button>/div>/div>/header>main classflex-1 relative z-0 focus:outline-none tabindex0>div classbg-brand-secondary-2 mb-6py-2 md:py-0>div classpx-8 mx-auto container>nav classflex flex-wrap items-start md:gap-8>div classpy-6 px-1 flex items-center>div classalign-middle>svg data-testidsvg viewBox0 0 38 38 xmlnshttp://www.w3.org/2000/svg width24 height24 classstroke-current>g fillnone fill-ruleevenodd>g transformtranslate(1 1) stroke-width2>circle stroke-opacity.25 cx18 cy18 r18>/circle>path dM36 18c0-9.94-8.06-18-18-18 transformrotate(166.645 18 18)>animateTransform attributeNametransform typerotate from0 18 18 to360 18 18 dur0.8s repeatCountindefinite>/animateTransform>/path>/g>/g>/svg>/div>div classml-5 text-2xl text-primary font-bold>Signing you in.../div>/div>/nav>/div>/div>/main>footer classbg-brand-secondary-1>div classpx-8 py-8 mx-auto container flex py-6 items-center gap-x-8>svg width153 height53 viewBox0 0 153 39 fillnone xmlnshttp://www.w3.org/2000/svg>g clip-pathurl(#uniform-logo_svg__a)>path dM11.249 0 0 6.495v12.99l11.249-6.495L22.5 6.495 11.25 0Z fill#83C6E1>/path>path dM11.249 25.98V12.99L0 19.486v12.99l11.249 6.495L22.5 32.476v-12.99L11.25 25.98Z fill#438FD5>/path>path dM22.5 6.495 11.25 12.991 22.5 19.486v12.99l11.25-6.495V12.99L22.5 6.495Z fill#F4220B>/path>path dM86.45 12.98h-4.076v14.87h4.076V12.98ZM86.596 6.137h-4.371v4.076h4.37V6.137ZM92.457 8.13v4.85h-2.736v3.477h2.736V27.85h4.076V16.457h3.27V12.98h-3.27V9.617h3.27v-3.48h-3.896l-3.45 1.992ZM105.96 12.83l-3.45 1.993v11.183l3.45 1.992h6.335l3.45-1.992V14.823l-3.45-1.992h-6.335Zm5.71 11.688h-5.087v-8.21h5.087v8.21ZM124.277 14.203l-2.119-1.224h-1.954v14.87h4.076V16.457h5.115V12.98h-2.999l-2.119 1.224ZM71.034 12.83l-2.375 1.373-2.379-1.372h-1.6v15.018h4.075V16.31h5.084v11.54h4.076V14.823l-3.45-1.992h-3.431ZM56.145 24.517h-5.087V12.98h-4.073v13.027l3.45 1.992h3.593l2.111-1.22.003.002.003-.003v.003l2.108 1.218h1.965V12.979h-4.073v11.538ZM149.825 12.83h-2.855l-2.794 1.604-2.767-1.603h-2.854l-2.111 1.218-2.111-1.218h-1.965v15.018h4.076V16.31h4.343v11.54h4.073V16.31h4.343v11.54h4.073V14.823l-3.451-1.992Z fill#fff>/path>/g>defs>clipPath iduniform-logo_svg__a>path fill#fff dM0 0h153v38.971H0z>/path>/clipPath>/defs>/svg>div classtext-white>/div>a classtext-white ml-auto font-medium transition-opacity hover:opacity-80 hrefhttps://docs.uniform.app target_blank relnoopener noreferrer>Help/a>/div>/footer>/div>/div>/div>script id__NEXT_DATA__ typeapplication/json>{props:{pageProps:{}},page:/,query:{},buildId:Oylg1VQ1LpB93jM0o2MVo,nextExport:true,autoExport:true,isFallback:false,scriptLoader:}/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
]