Help
RSS
API
Feed
Maltego
Contact
Domain > app.dev.everythingbyabhi.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-01
3.167.138.9
(
ClassC
)
2025-11-17
3.169.173.19
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 17 Nov 2025 12:29:31 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://app.dev.everythingbyabhi.com/X-Cache: Redirect from cloudfrontVia: 1.1 38789cdd14ddea5c4c609cb0e6656396.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 6e4TohcRgMGJ0_aL0RF4uReZ4JDMc79eY33Ykl4d1ZGAYjonbSmMAA html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 6871Connection: keep-aliveDate: Mon, 17 Nov 2025 12:29:33 GMTLast-Modified: Wed, 17 Sep 2025 19:31:55 GMTETag: 2383c950e3f1c743d161ea243248ad72x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 30f0e61c1580551568da5e96c38c9796.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: atVfRMGDilqt1Hy-yjlnWCqgrXP8TqQWqTDaAyXsHsYDnL9c1nAbVw !DOCTYPE html>html langen>head> meta charsetUTF-8> title>Catalogue | Everything by Abhi/title> meta nameviewport contentwidthdevice-width, initial-scale1.0> style> body { margin: 0; font-family: Segoe UI, sans-serif; background: linear-gradient(135deg, #fff8f0 0%, #ffeee0 100%); color: #333; display: flex; flex-direction: column; min-height: 100vh; } header { background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; padding: 1.5rem clamp(1rem, 5vw, 4rem); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3); } header h1 { margin: 0; font-size: 1.5rem; font-weight: 600; } nav { display: flex; gap: 1.5rem; } nav a { color: white; text-decoration: none; font-weight: 500; padding: 0.5rem 1rem; border-radius: 20px; transition: all 0.3s ease; position: relative; } nav a:hover, nav a.active { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); } main { flex: 1; display: flex; justify-content: center; align-items: center; padding: 2rem; text-align: center; } .welcome-section { background: white; padding: 4rem 3rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); max-width: 600px; width: 100%; } .welcome-section h2 { color: #ff6b35; font-size: 2.5rem; margin-bottom: 1rem; position: relative; } .welcome-section h2::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: linear-gradient(90deg, #ff6b35, #f7931e); border-radius: 2px; } .welcome-section p { font-size: 1.2rem; line-height: 1.6; color: #666; margin-top: 2rem; } .cta-buttons { margin-top: 2rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .btn { display: inline-block; padding: 0.8rem 2rem; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); color: white; text-decoration: none; border-radius: 25px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3); } .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4); } .btn.secondary { background: transparent; border: 2px solid #ff6b35; color: #ff6b35; box-shadow: none; } .btn.secondary:hover { background: #ff6b35; color: white; box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3); } footer { background: linear-gradient(135deg, #e55a2b 0%, #d84315 100%); color: white; text-align: center; padding: 1.5rem; font-weight: 500; } /* Mobile Navigation */ .mobile-menu-btn { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; padding: 0.5rem; } @media (max-width: 768px) { header { padding: 1rem; } .mobile-menu-btn { display: block; } nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); flex-direction: column; padding: 1rem; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } nav.active { display: flex; } nav a { margin: 0.25rem 0; padding: 0.75rem; text-align: center; } .welcome-section { margin: 1rem; padding: 2rem 1.5rem; } .welcome-section h2 { font-size: 2rem; } .cta-buttons { flex-direction: column; align-items: center; } .btn { width: 200px; } } @media (max-width: 480px) { header h1 { font-size: 1.2rem; } .welcome-section { margin: 0.5rem; padding: 1.5rem 1rem; } .welcome-section h2 { font-size: 1.5rem; } .welcome-section p { font-size: 1rem; } } /style>/head>body> script> // Login check logic function getCookie(name) { const value `; ${document.cookie}`; const parts value.split(`; ${name}`); if (parts.length 2) return parts.pop().split(;).shift(); } // if (getCookie(is_logged_in_user) ! true) { // alert(You need to log in to access this page. Redirecting to login...); // setTimeout(function() { // window.location.href login.html; // }, 2000); // } /script> header> h1>Everything by Abhi/h1> button classmobile-menu-btn onclicktoggleMenu()>☰/button> nav idnav> a hrefcatalouge.html classactive>Home/a> a hrefutilities.html>Utilities/a> a hrefabout.html>About/a> a hrefprojects.html>Projects/a> a hrefcontact.html>Contact/a> a hrefprofile.html>Profile/a> /nav> /header> main> div classwelcome-section> h2>Welcome to My Digital Space/h2> p>Discover useful tools, creative projects, and innovative solutions crafted with passion. Your journey into practical technology starts here./p> div classcta-buttons> a hrefutilities.html classbtn>Explore Utilities/a> a hrefabout.html classbtn secondary>Learn More/a> /div> /div> /main> footer> © 2025 Everything by Abhi. Made with ❤️ by Abhishek Singh. All rights reserved.n /footer> script> function toggleMenu() { const nav document.getElementById(nav); nav.classList.toggle(active); } // Close menu when clicking outside document.addEventListener(click, function(event) { const nav document.getElementById(nav); const menuBtn document.querySelector(.mobile-menu-btn); if (!nav.contains(event.target) && !menuBtn.contains(event.target)) { nav.classList.remove(active); } }); /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
]