Help
RSS
API
Feed
Maltego
Contact
Domain > pixcident.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-06
91.108.98.64
(
ClassC
)
2026-02-07
77.37.76.82
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sat, 07 Feb 2026 18:59:54 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://pixcident.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 88d92cde6c876a4845c90f1654e72fb0-phx-edge5x-hcdn-cache-status: EXPIREDx-hcdn-upstream-rt: 0.129 !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: Sat, 07 Feb 2026 18:59:55 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Fri, 06 Feb 2026 10:30:33 GMTEtag: W/2294-6985c2c9-68cda93018d0355e;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 71559dcdacf4e3c23faad77b70559802-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.198 !DOCTYPE html>html langen classscroll-smooth>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Pixcident | Design. Tech. Future./title> !-- Resource Hints for Performance --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link relpreconnect hrefhttps://cdn.tailwindcss.com> link relicon typeimage/png href/favicon.png sizes32x32 /> meta namedescription contentPixcident is a creative production studio offering 3D design, web development, vibe coding, AI agents, and virtual environments. /> meta propertyog:title contentPixcident | Design. Tech. Future. /> meta propertyog:description contentPremium visual storytelling, modern web, agentic automations, and realtime environments. /> meta propertyog:type contentwebsite /> meta propertyog:image content/logo.png /> meta nametwitter:card contentsummary_large_image /> !-- Progressive enhancement: theme-color supported by Chrome, Safari, Edge --> meta nametheme-color content#030303 /> !-- Google AdSense --> script async srchttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?clientca-pub-2258356814887246 crossoriginanonymous>/script> script srchttps://cdn.tailwindcss.com>/script> script> tailwind.config { theme: { extend: { colors: { brand: { orange: #FF5500, // The core orange black: #030303, // Deep black dark: #0A0A0A, // Secondary dark gray: #1F1F1F, // Panels blue: #2563EB, // Startup Blue } }, fontFamily: { sans: Inter, sans-serif, display: Oswald, sans-serif, }, animation: { spin-slow: spin 12s linear infinite, pulse-fast: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite, marquee: marquee 25s linear infinite, grid-flow: grid-flow 20s linear infinite, glitch: glitch 1s linear infinite, }, keyframes: { marquee: { 0%: { transform: translateX(0%) }, 100%: { transform: translateX(-100%) }, }, grid-flow: { 0%: { transform: translateY(0) }, 100%: { transform: translateY(40px) }, }, glitch: { 2%, 64%: { transform: translate(2px,0) skew(0deg) }, 4%, 60%: { transform: translate(-2px,0) skew(0deg) }, 62%: { transform: translate(0,0) skew(5deg) }, } } } } } /script> !-- Fonts: Non-blocking load --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;600;800&familyOswald:wght@400;500;700&displayswap relstylesheet mediaprint onloadthis.mediaall> noscript> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;600;800&familyOswald:wght@400;500;700&displayswap relstylesheet> /noscript> style> body { background-color: #030303; color: #ffffff; overflow-x: hidden; } /* Global Noise Texture */ .bg-noise { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 40; /* Behind navbar but above content */ opacity: 0.05; background-image: url(data:image/svg+xml,%3Csvg viewBox0 0 200 200 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idnoiseFilter%3E%3CfeTurbulence typefractalNoise baseFrequency0.65 numOctaves3 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23noiseFilter)/%3E%3C/svg%3E); } /* Custom scrollbar */ ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #0A0A0A; } ::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: #FF5500; } .text-outline { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2); color: transparent; } /* Glitch Effect Classes */ .glitch-wrapper { position: relative; display: inline-block; } .glitch-wrapper::before, .glitch-wrapper::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #030303; } .glitch-wrapper::before { left: 2px; text-shadow: -1px 0 #ff00c1; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim 5s infinite linear alternate-reverse; } .glitch-wrapper::after { left: -2px; text-shadow: -1px 0 #00fff9; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim2 5s infinite linear alternate-reverse; } @keyframes glitch-anim { 0% { clip: rect(14px, 9999px, 127px, 0); } 5% { clip: rect(66px, 9999px, 81px, 0); } 10% { clip: rect(100px, 9999px, 14px, 0); } 15% { clip: rect(16px, 9999px, 86px, 0); } 20% { clip: rect(16px, 9999px, 91px, 0); } 25% { clip: rect(32px, 9999px, 45px, 0); } 30% { clip: rect(103px, 9999px, 20px, 0); } 35% { clip: rect(61px, 9999px, 18px, 0); } 40% { clip: rect(80px, 9999px, 30px, 0); } 45% { clip: rect(93px, 9999px, 35px, 0); } 50% { clip: rect(95px, 9999px, 107px, 0); } 55% { clip: rect(74px, 9999px, 56px, 0); } 60% { clip: rect(48px, 9999px, 5px, 0); } 65% { clip: rect(51px, 9999px, 34px, 0); } 70% { clip: rect(9px, 9999px, 26px, 0); } 75% { clip: rect(3px, 9999px, 11px, 0); } 80% { clip: rect(85px, 9999px, 73px, 0); } 85% { clip: rect(27px, 9999px, 7px, 0); } 90% { clip: rect(15px, 9999px, 60px, 0); } 95% { clip: rect(48px, 9999px, 98px, 0); } 100% { clip: rect(3px, 9999px, 115px, 0); } } @keyframes glitch-anim2 { 0% { clip: rect(12px, 9999px, 79px, 0); } 5% { clip: rect(59px, 9999px, 18px, 0); } 10% { clip: rect(22px, 9999px, 71px, 0); } 15% { clip: rect(75px, 9999px, 23px, 0); } 20% { clip: rect(95px, 9999px, 89px, 0); } 25% { clip: rect(106px, 9999px, 15px, 0); } 30% { clip: rect(56px, 9999px, 17px, 0); } 35% { clip: rect(33px, 9999px, 85px, 0); } 40% { clip: rect(104px, 9999px, 33px, 0); } 45% { clip: rect(42px, 9999px, 97px, 0); } 50% { clip: rect(86px, 9999px, 11px, 0); } 55% { clip: rect(8px, 9999px, 49px, 0); } 60% { clip: rect(15px, 9999px, 92px, 0); } 65% { clip: rect(7px, 9999px, 101px, 0); } 70% { clip: rect(66px, 9999px, 19px, 0); } 75% { clip: rect(88px, 9999px, 13px, 0); } 80% { clip: rect(1px, 9999px, 77px, 0); } 85% { clip: rect(60px, 9999px, 44px, 0); } 90% { clip: rect(57px, 9999px, 28px, 0); } 95% { clip: rect(101px, 9999px, 114px, 0); } 100% { clip: rect(59px, 9999px, 126px, 0); } } /style> link relstylesheet href/index.css> script typeimportmap>{ imports: { react-router-dom: https://esm.sh/react-router-dom@^7.11.0, react-dom/: https://esm.sh/react-dom@^19.2.3/, react/: https://esm.sh/react@^19.2.3/, react: https://esm.sh/react@^19.2.3, @google/genai: https://esm.sh/@google/genai@^1.34.0, lucide-react: https://esm.sh/lucide-react@^0.562.0, framer-motion: https://esm.sh/framer-motion@^12.23.26 }}/script> script typemodule crossorigin src/assets/index-BhE4RsMc.js>/script> link relmodulepreload crossorigin href/assets/react-B--z-fyW.js> link relmodulepreload crossorigin href/assets/router-AU-bo6_3.js> link relmodulepreload crossorigin href/assets/motion-KE4wzESy.js> link relmodulepreload crossorigin href/assets/icons-BLXXUYZC.js>/head>body> div idroot>/div>/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
]