Help
RSS
API
Feed
Maltego
Contact
Domain > laclub.org
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-03-14
104.28.19.100
(
ClassC
)
2015-11-27
217.12.199.48
(
ClassC
)
2026-01-17
104.21.45.44
(
ClassC
)
Port 443
HTTP/1.1 404 Not FoundDate: Sat, 17 Jan 2026 00:35:01 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-alivevary: Accept-Encodingx-robots-tag: noindexServer: cloudflarestrict-transport-security: max-age31536000; includeSubDomains; preloadx-frame-options: SAMEORIGINx-content-type-options: nosniffreferrer-policy: strict-origin-when-cross-originReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s7Vp2PuOZfAF%2Fzwpu5c3Ny1V1XQq9h1iOtZnO%2B2buzeMNi1BY8vhf%2FH9EQOc93WlBVuG2l60pfyc8A4WH8ltYJtkY5G%2F4AS7mbhg%3D}}cf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 9bf1c5282da4ad76-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namerobots contentnoindex, nofollow> meta namecolor-scheme contentlight dark> link relicon typeimage/x-icon hrefhttps://assets.seecdn.com/favicon.ico> link hrefhttps://fonts.seecdn.net/css?familyinter:400,500,600 relstylesheet> title>Custom Branded Domain - Powered by S.EE/title> style> :root { --bg: #F1F7F4; --bg-card: #ffffff; --text: #151917; --text-muted: #6b7280; --accent: #10b981; --accent-soft: rgba(16, 185, 129, 0.1); --border-subtle: rgba(21, 25, 23, 0.08); --danger: #dc2626; --danger-soft: rgba(220, 38, 38, 0.08); --warning: #f59e0b; --warning-soft: rgba(245, 158, 11, 0.08); --shadow: 0 4px 24px rgba(0, 0, 0, 0.06); --btn-bg: #151917; --btn-text: #ffffff; } .dark { --bg: #020618; --bg-card: #0f172b; --text: #f9fafb; --text-muted: #a1a1aa; --accent: #34d399; --accent-soft: rgba(52, 211, 153, 0.15); --border-subtle: rgba(255, 255, 255, 0.1); --danger: #ef4444; --danger-soft: rgba(239, 68, 68, 0.12); --warning: #fbbf24; --warning-soft: rgba(251, 191, 36, 0.12); --shadow: 0 4px 24px rgba(0, 0, 0, 0.4); --btn-bg: #f9fafb; --btn-text: #0f172b; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { overflow-x: hidden; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background-color: var(--bg); color: var(--text); min-height: 100vh; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .page-header { padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; width: 100%; margin: 0 auto; } .brand-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; } .brand-link:hover { text-decoration: none; } .brand-logo { width: 28px; height: 28px; border-radius: 6px; } .brand-text { display: flex; flex-direction: column; } .brand-name { font-size: 18px; font-weight: 600; color: var(--text); line-height: 1.2; } .brand-tagline { font-size: 11px; color: var(--text-muted); font-weight: 400; } .theme-toggle { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border-subtle); background: transparent; cursor: pointer; transition: all 0.2s; } .theme-toggle:hover { border-color: var(--accent); background: var(--accent-soft); } .theme-toggle svg { width: 18px; height: 18px; color: var(--text-muted); } .theme-toggle:hover svg { color: var(--accent); } .theme-toggle .sun-icon { display: none; } .theme-toggle .moon-icon { display: block; } .dark .theme-toggle .sun-icon { display: block; } .dark .theme-toggle .moon-icon { display: none; } .main-content { flex: 1; display: flex; justify-content: center; align-items: center; padding: 40px 24px; } .card { background-color: var(--bg-card); border-radius: 16px; box-shadow: var(--shadow); border: 1px solid var(--border-subtle); width: 100%; max-width: 540px; padding: 40px; } .icon-wrapper { display: flex; justify-content: center; margin-bottom: 24px; } .icon-circle { width: 64px; height: 64px; border-radius: 50%; background-color: var(--accent-soft); display: flex; align-items: center; justify-content: center; } .icon-circle svg { width: 32px; height: 32px; color: var(--accent); } h1 { font-size: 22px; font-weight: 600; text-align: center; margin-bottom: 16px; letter-spacing: -0.3px; line-height: 1.4; } .subtitle { font-size: 15px; color: var(--text-muted); text-align: center; margin-bottom: 32px; line-height: 1.6; } .subtitle strong { color: var(--accent); font-weight: 600; } .reason-list { list-style: none; margin-bottom: 32px; } .reason-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; } .reason-list li:last-child { margin-bottom: 0; } .reason-icon { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; } .divider { height: 1px; background-color: var(--border-subtle); margin: 24px 0; } .help-text { font-size: 14px; color: var(--text-muted); text-align: center; margin-bottom: 24px; line-height: 1.6; } .help-text p { margin: 0 0 8px 0; } .help-text p:last-child { margin-bottom: 0; } a { color: var(--accent); text-decoration: none; font-weight: 500; } a:hover { text-decoration: underline; } .link-inline-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; margin-left: 4px; font-size: 13px; font-weight: 500; color: var(--accent); background-color: var(--accent-soft); border: 1px solid transparent; border-radius: 6px; text-decoration: none; transition: background-color 0.2s, border-color 0.2s; } .link-inline-btn:hover { background-color: transparent; border-color: var(--accent); text-decoration: none; } .link-inline-btn svg { width: 14px; height: 14px; } .btn-primary { display: block; width: 100%; padding: 14px 24px; font-size: 15px; font-weight: 500; text-align: center; color: var(--btn-text); background-color: var(--btn-bg); border: none; border-radius: 12px; cursor: pointer; text-decoration: none; transition: opacity 0.2s, transform 0.1s; } .btn-primary:hover { opacity: 0.9; text-decoration: none; } .btn-primary:active { transform: scale(0.98); } .btn-secondary { display: block; width: 100%; padding: 14px 24px; font-size: 15px; font-weight: 500; text-align: center; color: var(--text); background-color: transparent; border: 1px solid var(--border-subtle); border-radius: 12px; cursor: pointer; text-decoration: none; transition: background-color 0.2s, border-color 0.2s, transform 0.1s; margin-top: 12px; } .btn-secondary:hover { background-color: var(--accent-soft); border-color: var(--accent); text-decoration: none; } .btn-secondary:active { transform: scale(0.98); } .btn-group { display: flex; flex-direction: column; gap: 0; } .page-footer { padding: 24px; text-align: center; font-size: 13px; color: var(--text-muted); } .footer-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-muted); text-decoration: none; } .footer-link:hover { color: var(--accent); } .footer-link svg { width: 16px; height: 16px; } data-tooltip { position: relative; } data-tooltip::after { content: attr(data-tooltip); position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); padding: 8px 12px; background-color: #151917; color: #fff; font-size: 13px; font-weight: 400; white-space: nowrap; border-radius: 6px; opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; z-index: 1000; pointer-events: none; } data-tooltip:hover::after { opacity: 1; visibility: visible; } data-tooltip::before { content: ; position: absolute; bottom: calc(100% + 2px); left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #151917; opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; z-index: 1000; pointer-events: none; } data-tooltip:hover::before { opacity: 1; visibility: visible; } data-tooltip-positionbottom::after { bottom: auto; top: calc(100% + 8px); } data-tooltip-positionbottom::before { bottom: auto; top: calc(100% + 2px); border-top-color: transparent; border-bottom-color: #151917; } @media (max-width: 640px) { .brand-text { display: none; } .page-header { padding: 12px 16px; } .page-footer { padding: 16px; } } @media (max-width: 500px) { .card { padding: 24px; } h1 { font-size: 18px; } .subtitle { font-size: 14px; } } /style>/head>body>header classpage-header> a hrefhttps://s.ee/ classbrand-link data-tooltipGo to S.EE Homepage data-tooltip-positionbottom> img srchttps://assets.seecdn.com/images/logo/logo.svg alts.ee classbrand-logo> div classbrand-text> span classbrand-name>S.EE/span> span classbrand-tagline>Premium URL Shortener, Text & File Sharing/span> /div> /a> button typebutton classtheme-toggle onclicktoggleTheme() data-tooltipToggle theme data-tooltip-positionbottom aria-labelToggle theme> svg classsun-icon viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> circle cx12 cy12 r5>/circle> line x112 y11 x212 y23>/line> line x112 y121 x212 y223>/line> line x14.22 y14.22 x25.64 y25.64>/line> line x118.36 y118.36 x219.78 y219.78>/line> line x11 y112 x23 y212>/line> line x121 y112 x223 y212>/line> line x14.22 y119.78 x25.64 y218.36>/line> line x118.36 y15.64 x219.78 y24.22>/line> /svg> svg classmoon-icon viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> path dM21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z>/path> /svg> /button>/header>main classmain-content> div classcard> div classicon-wrapper> div classicon-circle> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> path dM4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z>/path> path dm12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z>/path> path dM9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0>/path> path dM12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5>/path> /svg> /div> /div> h1>A Premier Branded Link Gateway./h1> p classsubtitle>Youve landed on a custom domain powered by strong>S.EE/strong>. This dedicated branded domain is reserved exclusively for professional link management and secure redirection./p> div classdivider>/div> div classhelp-text> p>Want a branded domain that commands respect? S.EE provides the infrastructure for brands that demand unblockable links and zero-clutter redirection./p> p>If you are the owner, a hrefhttps://s.ee/user/dashboard/ classlink-muted data-tooltipAccess Your Account>Login to Dashboard/a> to manage your assets./p> /div> div classbtn-group> a hrefhttps://s.ee/ classbtn-primary data-tooltipGet Started Today>Claim Your Custom Domain/a> a hrefhttps://s.ee/about/ classbtn-secondary data-tooltipDiscover S.EE>Why Choose S.EE?/a> /div> /div>/main>footer classpage-footer> a hrefhttps://s.ee/contact/ classfooter-link data-tooltipReport Abuse> svg viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> rect width20 height16 x2 y4 rx2>/rect> path dm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7>/path> /svg> Report Abuse /a>/footer>script> function getSystemTheme() { return window.matchMedia((prefers-color-scheme: dark)).matches ? dark : light; } function getStoredTheme() { return localStorage.getItem(theme); } function setTheme(theme) { if (theme dark) { document.documentElement.classList.add(dark); } else { document.documentElement.classList.remove(dark); } } function toggleTheme() { const currentTheme document.documentElement.classList.contains(dark) ? dark : light; const newTheme currentTheme dark ? light : dark; localStorage.setItem(theme, newTheme); setTheme(newTheme); } (function() { const storedTheme getStoredTheme(); if (storedTheme) { setTheme(storedTheme); } else { setTheme(getSystemTheme()); } window.matchMedia((prefers-color-scheme: dark)).addEventListener(change, (e) > { if (!getStoredTheme()) { setTheme(e.matches ? dark : light); } }); })();/script>script async srchttps://stat.s.ee/js/pa-t6Oo-rwzMWYrqE-0Gx4Vp.js>/script>script> window.plausible window.plausible || function () { (plausible.q plausible.q || ).push(arguments) }, plausible.init plausible.init || function (i) { plausible.o i || {} }; plausible.init()/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
]