Help
RSS
API
Feed
Maltego
Contact
Domain > akshit-varsani.icu
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-21
91.108.98.252
(
ClassC
)
2026-02-17
148.135.128.47
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Tue, 17 Feb 2026 22:15:46 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://akshit-varsani.icu/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 5ac698b42dd95cc4fc59244aa8f361ad-phx-edge7x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.128 !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: Tue, 17 Feb 2026 22:15:47 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Fri, 14 Nov 2025 16:28:34 GMTEtag: W/42a8-691758b2-8b4d918751bca7f3;gzplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 0a2d4ff2387a6614a0f5897e72e34a09-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.201 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Stratos ($SAT) - The Future of Decentralized AI/title> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@300;400;600;700&displayswap relstylesheet> style> :root { --brand-primary: #0A192F; /* Dark Navy */ --brand-secondary: #00F5D4; /* Electric Mint */ --brand-accent: #00A99D; /* Readable Teal for links */ --bg-light: #ffffff; --bg-dark: #f7f9fc; --text-light: #ffffff; --text-dark: #111; --radius-main: 10px; } /* --- Global Styles --- */ body { font-family: Poppins, sans-serif; margin: 0; padding: 0; background-color: var(--bg-light); color: var(--text-dark); line-height: 1.6; } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 20px 0; } h1, h2, h3 { color: var(--brand-primary); font-weight: 700; } img { max-width: 100%; height: auto; } a { text-decoration: none; color: var(--brand-accent); transition: opacity 0.3s ease; } a:hover { opacity: 0.8; } /* --- Buttons --- */ .btn { display: inline-block; padding: 12px 28px; border-radius: var(--radius-main); font-weight: 600; font-size: 16px; text-align: center; transition: all 0.3s ease; cursor: pointer; border: none; } .btn-primary { background-color: var(--brand-primary); color: var(--text-light); box-shadow: 0 4px 20px rgba(10, 25, 47, 0.3); } .btn-primary:hover { background-color: #1A293F; transform: translateY(-2px); box-shadow: 0 6px 25px rgba(10, 25, 47, 0.4); } .btn-secondary { background-color: var(--brand-secondary); color: var(--brand-primary); box-shadow: 0 4px 20px rgba(0, 245, 212, 0.3); } .btn-secondary:hover { background-color: #50F9E0; transform: translateY(-2px); box-shadow: 0 6px 25px rgba(0, 245, 212, 0.4); } .btn-outline { background-color: transparent; color: var(--brand-primary); border: 2px solid var(--brand-accent); } .btn-outline:hover { background-color: var(--brand-accent); color: var(--text-light); } /* --- Header / Navigation --- */ .header { background-color: var(--bg-light); border-bottom: 1px solid #eee; padding: 15px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .navbar { display: flex; justify-content: space-between; align-items: center; } .nav-logo { font-size: 28px; font-weight: 700; color: var(--brand-primary); } .nav-logo span { color: var(--brand-accent); } .nav-links { display: flex; align-items: center; gap: 25px; } .nav-links a { font-weight: 600; color: var(--brand-primary); padding-bottom: 5px; border-bottom: 2px solid transparent; } .nav-links a:hover, .nav-links a.active { color: var(--brand-accent); border-bottom-color: var(--brand-accent); } .nav-menu-btn { display: none; /* For mobile */ font-size: 30px; cursor: pointer; color: var(--brand-primary); } /* --- Hero Section --- */ .hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 80px 0; min-height: 70vh; } .hero-content { animation: slideInLeft 1s ease-out; } .hero-content h1 { font-size: 3.5rem; line-height: 1.2; margin-bottom: 20px; } .hero-content h1 span { color: var(--brand-accent); } .hero-content p { font-size: 1.1rem; margin-bottom: 30px; color: #555; max-width: 500px; } .hero-buttons { display: flex; gap: 20px; } .hero-image { text-align: center; animation: fadeIn 1.2s ease-out; } .hero-image img { max-width: 450px; border-radius: var(--radius-main); } /* --- Features Section --- */ .features { background-color: var(--bg-dark); padding: 80px 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 2.5rem; margin-bottom: 10px; } .section-header p { font-size: 1.1rem; color: #777; max-width: 600px; margin: 0 auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background-color: var(--bg-light); padding: 35px 30px; border-radius: var(--radius-main); box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #eee; transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .feature-card h3 { font-size: 1.5rem; margin-bottom: 15px; } .feature-card p { color: #555; } /* --- CTA Section --- */ .cta { background-color: var(--brand-primary); color: var(--text-light); padding: 80px 0; text-align: center; border-radius: var(--radius-main); margin: 80px auto; max-width: 1200px; } .cta h2 { font-size: 2.5rem; color: var(--text-light); margin-bottom: 20px; } .cta p { font-size: 1.1rem; margin-bottom: 30px; opacity: 0.9; } /* --- Footer --- */ .footer { background-color: var(--brand-primary); color: var(--text-light); padding: 60px 0 30px 0; margin-top: 80px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-logo { font-size: 2rem; font-weight: 700; color: var(--text-light); margin-bottom: 15px; } .footer-logo span { color: var(--brand-secondary); } .footer-content p { opacity: 0.8; max-width: 300px; } .footer-content h4 { font-size: 1.2rem; color: var(--brand-secondary); margin-bottom: 20px; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: var(--text-light); opacity: 0.8; } .footer-links a:hover { opacity: 1; padding-left: 5px; } .footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.2); opacity: 0.7; } /* --- Animations --- */ @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* --- Responsive --- */ @media (max-width: 992px) { .hero { grid-template-columns: 1fr; text-align: center; } .hero-content p { margin-left: auto; margin-right: auto; } .hero-buttons { justify-content: center; } .hero-image { margin-top: 40px; } } @media (max-width: 768px) { .nav-links { display: none; /* Hide on mobile */ } .nav-menu-btn { display: block; /* Show hamburger menu */ } .hero-content h1 { font-size: 2.5rem; } .footer-content { grid-template-columns: 1fr; text-align: center; } .footer-content p { margin: 0 auto; } } /style> script srchttps://cdn.formo.so/analytics@latest defer onload window.formofy(eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvcmlnaW4iOiJodHRwczovL2Frc2hpdC12YXJzYW5pLmljdSIsInByb2plY3RfaWQiOiJ6b0VYcW5rcXR3MWhoV19tdFBOcnoiLCJpYXQiOjE3NjMxMzc0NzV9.suC2aMfLKvatwSGQ579BjtJ2HSbz_iWHQz0i4VaZ4GI, { ready: function(formo) { formo.identify(); } }); >/script>/head>body> header classheader> div classcontainer> nav classnavbar> a hrefindex.html classnav-logo>Stratosspan>$SAT/span>/a> div classnav-links> a hrefindex.html classactive>Home/a> a hrefabout.html>Our Vision/a> a hreffeatures.html>Platform/a> a hrefairdrop.html>Airdrop/a> a hrefcontact.html>Contact/a> a href# classbtn btn-secondary idwalletConnectCQ>Connect Wallet/a> /div> div classnav-menu-btn idmobile-menu-toggle> ☰ !-- Hamburger Icon --> /div> /nav> /div> /header> !-- --- Main Content --- --> main> !-- --- Hero Section --- --> section classhero> div classcontainer> div classhero-content> h1>Power Your Digital Self with span>Stratos AI/span>/h1> p>Welcome to the new data economy. $SAT fuels a network of personal AI agents, giving you full control and sovereignty over your digital identity./p> div classhero-buttons> a hreffeatures.html classbtn btn-primary idlaunch-app-btn>Launch App/a> a hrefabout.html classbtn btn-outline idlearn-more-btn>Learn More/a> /div> /div> div classhero-image> !-- Placeholder for a futuristic graphic --> img srchttps://placehold.co/600x400/0A192F/00F5D4?textStratos+AI+Network altStratos AI Network> /div> /div> /section> !-- --- Features Section --- --> section classfeatures> div classcontainer> div classsection-header> h2>The Stratos Network/h2> p>Our ecosystem empowers you to own, control, and monetize your data through decentralized AI./p> /div> div classfeatures-grid> div classfeature-card> h3>Personal AI Agents/h3> p>Deploy your own autonomous AI agent, powered by $SAT, to manage your data, automate tasks, and interact with the decentralized web./p> /div> div classfeature-card> h3>Secure Data Pods/h3> p>Your data is stored in encrypted, decentralized Pods that only your AI agent can access. You choose who to share it with, not corporations./p> /div> div classfeature-card> h3>AI Compute Marketplace/h3> p>Stake $SAT to provide compute power for the AI network, or spend $SAT to run complex queries and tasks. Earn rewards for participating./p> /div> /div> /div> /section> !-- --- CTA Section --- --> section classcta-section> div classcontainer> div classcta> h2>Join the Data Revolution./h2> p>Mint your Stratos AI Agent and take back control of your digital life. Connect your wallet to begin./p> a hreffeatures.html classbtn btn-secondary idcta-launch-app-btn>Launch App/a> /div> /div> /section> /main> !-- --- Footer --- --> footer classfooter> div classcontainer> div classfooter-content> div classfooter-about> a hrefindex.html classfooter-logo>Stratosspan>$SAT/span>/a> p>Engineering the future of data sovereignty and decentralized artificial intelligence./p> /div> div classfooter-nav> h4>Quick Links/h4> ul classfooter-links> li>a hrefindex.html>Home/a>/li> li>a hrefabout.html>About $SAT/a>/li> li>a hreffeatures.html>Platform/a>/li> li>a href#>Documentation/a>/li> /ul> /div> div classfooter-community> h4>Community/h4> ul classfooter-links> li>a href#>X (Twitter)/a>/li> li>a href#>Telegram/a>/li> li>a href#>Discord/a>/li> li>a href#>Medium/a>/li> /ul> /div> div classfooter-legal> h4>Legal/h4> ul classfooter-links> li>a href#>Privacy Policy/a>/li> li>a href#>Terms of Use/a>/li> /ul> /div> /div> div classfooter-bottom> p>© 2025 Stratos AI. All rights reserved./p> /div> /div> /footer> !-- Mobile Menu JS --> script> // Simple mobile menu toggle (placeholder) const launchapp document.getElementById(launch-app-btn); if(launchapp) { launchapp.addEventListener(click, () > { // Track Launch app event window.CryptiqueSDK.track( evt_1763042245843_wf5wvm7eh, // Event Key (unique identifier) Launch app, // Event Name (for display) click, // Event Type { } ); }); } /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
]