Help
RSS
API
Feed
Maltego
Contact
Domain > kodkite.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-14
89.116.213.218
(
ClassC
)
2025-11-24
77.37.76.85
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 24 Nov 2025 09:13:59 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://kodkite.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: c2b4019031fe21b80f06943e3f617511-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.481 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 24 Nov 2025 09:14:00 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Wed, 05 Nov 2025 22:08:39 GMTEtag: W/3d1f-690bcae7-896e2170530b72e4;gzplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 49b245f742c6020283cceb5d026a7443-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.772 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>KodKite | Digital Craftsman/title> script srchttps://cdn.tailwindcss.com>/script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css crossoriginanonymous referrerpolicyno-referrer /> style> @import url(https://fonts.googleapis.com/css2?familyInter:wght@100..900&displayswap); :root { font-family: Inter, sans-serif; --glow-indigo: rgba(99, 102, 241, 0.5); --glow-pink: rgba(236, 72, 153, 0.5); --bg-primary: #0b0c10; --bg-secondary: #11141c; } /* ---------- BODY BACKGROUND ---------- */ body { background-color: var(--bg-primary); background-image: radial-gradient(at 10% 10%, #2e2a4f 0px, transparent 60%), radial-gradient(at 80% 20%, #15182b 0px, transparent 60%), radial-gradient(at 40% 70%, #1a1e35 0px, transparent 60%); background-size: 600% 600%; animation: liquidShift 40s ease infinite alternate; color: #e5e7eb; overflow-x: hidden; } @keyframes liquidShift { 0% { background-position: 0% 0%; } 100% { background-position: 100% 100%; } } /* ---------- CURSOR LIGHT GLOW ---------- */ body::after { content: ; position: fixed; top: var(--y); left: var(--x); width: 500px; height: 500px; transform: translate(-50%, -50%); background: radial-gradient( circle at center, rgba(99, 102, 241, 0.1), transparent 70% ); pointer-events: none; transition: background 0.3s ease; z-index: 0; } /* ---------- RGB UNDERLAY ---------- */ body::before { content: ; position: fixed; inset: 0; background: conic-gradient( from 90deg, #7f5af0, #00c6ff, #ff4ecd, #7f5af0 ); background-size: 400% 400%; mix-blend-mode: overlay; opacity: 0.07; animation: rgbFlow 30s linear infinite; z-index: -1; } @keyframes rgbFlow { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } /* ---------- NAV / HEADER ---------- */ header { backdrop-filter: blur(12px); background: rgba(17, 20, 28, 0.6); border-bottom: 1px solid rgba(255, 255, 255, 0.05); position: sticky; top: 0; z-index: 50; } /* ---------- HERO TEXT GRADIENT ---------- */ .text-gradient { background: linear-gradient( 270deg, #7f5af0, #00c6ff, #ff4ecd, #7f5af0 ); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textShift 20s ease infinite; } @keyframes textShift { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } /* ---------- ICONS ---------- */ .tech-icon { font-size: 2.5rem; transition: all 0.3s ease; } .tech-icon:hover { transform: scale(1.15) rotate(-3deg); filter: drop-shadow(0 0 10px var(--glow-indigo)); } /* ---------- BUTTONS ---------- */ .btn-rgb { background: linear-gradient(135deg, #6366f1, #ec4899); box-shadow: 0 0 20px rgba(99, 102, 241, 0.4); transition: all 0.3s ease; } .btn-rgb:hover { box-shadow: 0 0 35px rgba(236, 72, 153, 0.5), 0 0 65px rgba(99, 102, 241, 0.4); transform: translateY(-1px); } /* ---------- CARDS / SECTIONS ---------- */ .card { background: rgba(30, 33, 46, 0.75); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.3s ease; } .card:hover { border-color: rgba(99, 102, 241, 0.4); box-shadow: 0 0 20px rgba(99, 102, 241, 0.15); } /* ---------- FOOTER ---------- */ footer { background: rgba(10, 12, 18, 0.9); border-top: 1px solid rgba(255, 255, 255, 0.05); backdrop-filter: blur(8px); } /style>/head>body classtext-gray-100 antialiased> !-- HEADER --> header classp-6> nav classflex justify-between items-center max-w-7xl mx-auto> a href#hero classtext-2xl font-bold text-indigo-400> img srchttps://ik.imagekit.io/ukhlhgf0b/KodKiteLOGO-pngdarkmode.png?updatedAt1757245928329 altKodKite Logo classh-8 sm:h-10 w-auto /> /a> div classspace-x-4 hidden sm:block> a href#skills classtext-sm hover:text-indigo-400 transition >Skills/a > a href#contact classtext-sm hover:text-indigo-400 transition >Contact/a > /div> /nav> /header> main classmax-w-7xl mx-auto p-6 space-y-24> !-- HERO --> section idhero classpt-16 pb-24 text-center relative> div classmax-w-4xl mx-auto> p classtext-lg text-gray-400 mb-2> Hello, Im Araz — the face behind KodKite /p> h2 classtext-6xl sm:text-7xl font-extrabold leading-tight tracking-tight mb-6 text-gradient > The Digital Craftsman. /h2> p classtext-xl text-gray-300 max-w-3xl mx-auto> I build systems that blend architecture, art, and performance. Each line of code is engineered for longevity not just delivery. /p> div classmt-10> a href#contact classbtn-rgb text-white font-semibold py-3 px-8 rounded-lg inline-block > Lets Talk Architecture /a> /div> /div> /section> !-- SKILLS --> section idskills classpy-12> h3 classtext-4xl font-bold text-center mb-16> Mastering the Modern Stack /h3> h4 classtext-2xl font-semibold text-center text-indigo-400 mb-8> Web & Frontend Core: Architecture for the Browser /h4> div classgrid grid-cols-3 sm:grid-cols-5 md:grid-cols-7 lg:grid-cols-9 gap-8 text-center card p-8 rounded-xl mb-16 > div classgroup> i classfab fa-html5 text-orange-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > HTML5 /p> /div> div classgroup> i classfab fa-css3-alt text-blue-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > CSS3 /p> /div> div classgroup> i classfab fa-js-square text-yellow-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > JavaScript /p> /div> div classgroup> i classfab fa-react text-cyan-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > ReactJS /p> /div> div classgroup> svg classtech-icon mx-auto text-green-500 viewBox0 0 128 128 fillcurrentColor xmlnshttp://www.w3.org/2000/svg width40 height40 > path dM124.62 18.06l-60.1-18.06-60.1 18.06 60.1 107.88 60.1-107.88zM64.52 10.95l48.97 87.97L64.52 10.95zM64.52 10.95l-48.97 87.97L64.52 10.95z fill#41B883 /> path dM124.62 18.06l-60.1 107.88-60.1-107.88L64.52 10.95 124.62 18.06zM64.52 23.95l48.97 87.97L64.52 23.95zM64.52 23.95l-48.97 87.97L64.52 23.95z fill#34495E /> /svg> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Vue.js /p> /div> div classgroup> i classfab fa-angular text-red-600 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Angular /p> /div> div classgroup> i classfas fa-code text-blue-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > TypeScript /p> /div> div classgroup> i classfab fa-sass text-pink-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Sass /p> /div> div classgroup> i classfas fa-box text-blue-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Webpack /p> /div> /div> h4 classtext-2xl font-semibold text-center text-indigo-400 mb-8> Mobile, Backend & Data: Robust Systems Architecture /h4> div classgrid grid-cols-3 sm:grid-cols-5 md:grid-cols-7 lg:grid-cols-9 gap-8 text-center card p-8 rounded-xl > div classgroup> i classfab fa-react text-blue-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > React Native /p> /div> div classgroup> i classfab fa-android text-cyan-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Flutter /p> /div> div classgroup> i classfas fa-bolt text-yellow-300 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Capacitor /p> /div> div classgroup> i classfab fa-node-js text-green-600 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Node.js /p> /div> div classgroup> i classfab fa-python text-yellow-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Python /p> /div> div classgroup> i classfas fa-cogs text-blue-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Go / Golang /p> /div> div classgroup> i classfas fa-database text-teal-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > Postgres /p> /div> div classgroup> i classfas fa-leaf text-green-500 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > MongoDB /p> /div> div classgroup> i classfab fa-aws text-orange-400 tech-icon>/i> p classmt-2 text-sm text-gray-300 font-medium group-hover:text-indigo-400 > AWS /p> /div> /div> p classtext-center text-gray-400 mt-8 max-w-4xl mx-auto> DevOps mastery: Docker, Kubernetes, Jenkins, CI/CD pipelines, and Git flow optimization for enterprise scale deployments. /p> /section> !-- CONTACT --> section idcontact classpy-12> h3 classtext-4xl font-bold text-center mb-6>Lets Connect/h3> p classtext-center text-gray-400 mb-10> Ready to discuss your next mission-critical project? /p> div classmax-w-xl mx-auto card p-8 rounded-xl> form onsubmitevent.preventDefault(); document.getElementById(contact-message).textContent Thanks for reaching out! I will be in touch shortly.; this.reset(); classspace-y-6 > div> label forname classblock text-sm font-medium text-gray-300 mb-1 >Name/label > input typetext idname namename required classw-full p-3 rounded-lg bg-gray-700 border border-gray-600 focus:ring-indigo-500 focus:border-indigo-500 text-white placeholderYour Name /> /div> div> label foremail classblock text-sm font-medium text-gray-300 mb-1 >Email/label > input typeemail idemail nameemail required classw-full p-3 rounded-lg bg-gray-700 border border-gray-600 focus:ring-indigo-500 focus:border-indigo-500 text-white placeholderyou@company.com /> /div> div> label formessage classblock text-sm font-medium text-gray-300 mb-1 >Project Details/label > textarea idmessage namemessage rows4 required classw-full p-3 rounded-lg bg-gray-700 border border-gray-600 focus:ring-indigo-500 focus:border-indigo-500 text-white placeholderTell me about the challenge... >/textarea> /div> button typesubmit classw-full btn-rgb text-white font-semibold py-3 rounded-lg > Send Secure Message /button> p idcontact-message classtext-center text-sm text-green-400 pt-2>/p> /form> /div> div classtext-center mt-10 space-x-6 text-2xl> a hrefhttps://www.instagram.com/kodkite/ target_blank classtext-gray-400 hover:text-indigo-400 transition aria-labelInstagram >i classfab fa-instagram>/i >/a> a hrefmailto:info@kodkite.com classtext-gray-400 hover:text-indigo-400 transition aria-labelEmail >i classfas fa-envelope>/i >/a> /div> /section> /main> !-- FOOTER --> footer classp-6 mt-12 text-center text-sm text-gray-500> © span idcurrent-year>/span> KodKite. Built with precision and a long-term view. /footer> script> // Dynamic Year document.getElementById(current-year).textContent new Date().getFullYear(); // Cursor Light Effect document.addEventListener(mousemove, (e) > { document.body.style.setProperty(--x, e.clientX + px); document.body.style.setProperty(--y, e.clientY + px); }); /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
]