Help
RSS
API
Feed
Maltego
Contact
Domain > link.singlekey.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-22
104.26.1.245
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 22 Feb 2026 14:48:24 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?szg3TWeR9lqBRocpuyAIVkuH%2B%2FFKMM8Ffelo0XOBF73ENPTMMbfZkKehqAxaZamPuB2A4T1r6U2TkGEiWB%2FBuc4WSDPm%2FUMXjYiMIhCg%2BLg%3D%3D}}vary: Accept-Encodingx-content-type-options: nosniffx-powered-by: Short.io/Edgecf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9d1f48bdbb6de22a-PDX !DOCTYPE html>html langen>head> title>link.singlekey.com is a custom short domain/title> link relpreconnect hrefhttps://d2te5kruq0pvbl.cloudfront.net> meta nameviewport contentwidthdevice-width, initial-scale1/> link relshortcut icon hrefdata:image/x-icon;, typeimage/x-icon> style typetext/css> html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:;content:none}table{border-collapse:collapse;border-spacing:0} :root { --theme-bg-color: #f9f9f9; --theme-primary-color: #383738; --theme-secondary-color: #1FB07E; --theme-text-color: rgba(56, 55, 56, 0.7); --theme-heading-color: rgba(51,51,61,1); --theme-link-color: rgba(56, 55, 56, 0.7); --theme-button-text-color: #fff; --theme-content-bg: #fff; --theme-font-family: Avenir, Montserrat, Corbel, URW Gothic, source-sans-pro, sans-serif; --default-line-height: 1.56rem; } * { box-sizing: border-box; } html { min-height: 100%; font-size: clamp(12px, 1.19791vw, 21px); } body { min-height: 100vh; background-color: var(--theme-bg-color); display: grid; grid-template-rows: 1fr auto 1fr; font-family: var(--theme-font-family); align-items: center; color: var(--theme-text-color); line-height: var(--default-line-height); } a { color: var(--theme-link-color); } h1 { color: var(--theme-heading-color); font-weight: 600; font-size: 2rem; line-height: 2.47rem; text-align: center; } .subtitle { margin-top: 1.7708vw; text-align: center; } .content { background-color: var(--theme-content-bg); width: 52.08%; max-width: calc(100% - 16px); display: flex; flex-direction: column; align-items: center; padding: 7.08vmin 4.84375vmin; box-sizing: border-box; justify-self: center; border-radius: 12px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .content.fraud-content { padding-top: 5vmin; } .fraud-content .subtitle { margin-top: 16px; } h1.fraud { margin-top: 9px; } .main_image { margin-top: 0.364583vw; width: 24.11vmax; } .content_footer { text-align: center; } a.button, button.button { margin-top: 2.08333vmax; display: inline-block; background-color: var(--theme-primary-color); color: var(--theme-button-text-color); padding: 1.3541vmax 3.0208vmax; text-decoration: none; display: flex; align-items: center; justify-content: center; letter-spacing: 0.5px; font-size: 0.85714rem; line-height: 0.85714rem; text-transform: uppercase; border: none; border-radius: 6px; transition: opacity 0.2s; } a.button:hover, button.button:hover { opacity: 0.85; } .fraud { color: var(--theme-secondary-color); font-weight: bold; } @media (max-width: 420px) { .content { width: calc(100% - 16px); margin: 8px; padding: 7.08vmin 24px; } } /style> style> .content { animation: cardIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; position: relative; overflow: hidden; } .content::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--theme-secondary-color), transparent); opacity: 0.6; } @keyframes cardIn { from { opacity: 0; transform: translateY(16px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } } .icon-area { position: relative; width: 5.5rem; height: 5.5rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; } .icon-ring { position: absolute; border-radius: 50%; border: 1.5px solid var(--theme-secondary-color); animation: ringExpand 3s ease-in-out infinite; } .icon-ring:nth-child(1) { inset: 0; opacity: 0.18; animation-delay: 0s; } .icon-ring:nth-child(2) { inset: -8px; opacity: 0.09; animation-delay: 0.4s; } .icon-ring:nth-child(3) { inset: -16px; opacity: 0.04; animation-delay: 0.8s; } @keyframes ringExpand { 0%, 100% { transform: scale(1); opacity: var(--ring-opacity, 0.12); } 50% { transform: scale(1.06); opacity: calc(var(--ring-opacity, 0.12) * 1.5); } } .icon-ring:nth-child(1) { --ring-opacity: 0.18; } .icon-ring:nth-child(2) { --ring-opacity: 0.09; } .icon-ring:nth-child(3) { --ring-opacity: 0.04; } .icon-glow { position: absolute; inset: 4px; border-radius: 50%; background: var(--theme-secondary-color); opacity: 0.06; } .link-icon { width: 2.2rem; height: 2.2rem; color: var(--theme-secondary-color); position: relative; z-index: 1; } .status-badge { display: inline-flex; align-items: center; gap: 0.45rem; background-color: var(--theme-secondary-color); border-radius: 100px; padding: 0.3rem 0.9rem; margin-bottom: 0.75rem; font-size: 0.72rem; font-weight: 600; color: var(--theme-button-text-color); letter-spacing: 0.04em; text-transform: uppercase; animation: cardIn 0.6s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both; } .status-badge .dot { width: 5px; height: 5px; border-radius: 50%; background-color: var(--theme-button-text-color); flex-shrink: 0; animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } } .content h1 { margin-top: 0; font-size: 1.65rem; line-height: 2rem; animation: cardIn 0.6s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both; } .divider { width: 2.5rem; height: 2px; background-color: var(--theme-secondary-color); border: none; margin: 1.5rem 0; opacity: 0.5; animation: cardIn 0.6s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both; } .subtitle { animation: cardIn 0.6s 0.25s cubic-bezier(0.16, 1, 0.3, 1) both; } .hostname { font-weight: 700; color: var(--theme-heading-color); } .subtitle a { color: var(--theme-secondary-color); text-decoration: none; font-weight: 500; transition: opacity 0.2s; } .subtitle a:hover { opacity: 0.75; } .cta-section { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(0, 0, 0, 0.06); display: flex; flex-direction: column; align-items: center; width: 100%; animation: cardIn 0.6s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both; } .cta-section .shortcmStart__text { font-size: 0.95rem; font-weight: 500; color: var(--theme-heading-color); text-align: center; margin: 0; } .cta-section .button { margin-top: 1.5rem; background-color: var(--theme-secondary-color); font-weight: 600; border-radius: 8px; transition: opacity 0.2s, transform 0.2s; } .cta-section .button:hover { transform: translateY(-1px); } .content_footer { font-size: 0.78rem; opacity: 0.5; animation: cardIn 0.6s 0.35s cubic-bezier(0.16, 1, 0.3, 1) both; } /style>/head>body> div>/div> div classcontent> div classicon-area> span classicon-ring>/span> span classicon-ring>/span> span classicon-ring>/span> span classicon-glow>/span> svg classlink-icon viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.8 stroke-linecapround stroke-linejoinround> path dM10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71/> path dM14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71/> /svg> /div> div classstatus-badge>span classdot>/span> Active/div> h1>Branded Short Domain/h1> hr classdivider> p classsubtitle>span classhostname>link.singlekey.com/span> is configured for link redirection.br>If you arrived here by mistake, you can a hrefjavascript:history.back()>go back/a>./p> div classcta-section> h4 classshortcmStart__text>Create your own branded short links/h4> a classbutton hrefhttp://short.io/?utm_sourcedomain_blank_page relnofollow>GET STARTED/a> /div> /div> p classcontent_footer>Domain owners can set up redirects for their main domain in Domain Settings for free/p> /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
]