Help
RSS
API
Feed
Maltego
Contact
Domain > goldenseashells.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-05-27
52.66.96.54
(
ClassC
)
2026-01-30
162.241.194.68
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 30 Jan 2026 00:10:42 GMTServer: nginx/1.23.4Content-Type: text/html; charsetiso-8859-1Content-Length: 236Location: https://goldenseashells.com/X-Server-Cache: trueX-Proxy-Cache: EXPIRED !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://goldenseashells.com/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 30 Jan 2026 00:10:43 GMTServer: nginx/1.23.4Content-Type: text/html; charsetUTF-8Vary: Accept-EncodingX-Server-Cache: trueX-Proxy-Cache: EXPIREDTransfer-Encoding: chunked !DOCTYPE html>html langar dirrtl>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentقولدن سيشل - استمتع بأفضل رحلات السفر والسياحة بأسعار تنافسية.> meta propertyog:title contentقولدن سيشل - السفر والسياحة> meta propertyog:description contentنقدم خدمات سياحية فاخرة.> meta propertyog:image contenthttps://example.com/hero-image.jpg> title>قولدن سيشل - السفر والسياحة/title> link hrefhttps://fonts.googleapis.com/css2?familyCairo:wght@400;700&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css> style> body { font-family: Cairo, sans-serif; margin: 0; padding: 0; box-sizing: border-box; background: #eef3f8; color: #333; scroll-behavior: smooth; } header { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 20px; height: 200px; overflow: hidden; } /* الخلفية المتحركة */.animated-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; /* لون رمادي غامق */ background-image: url(logo.jpeg); background-repeat: no-repeat; background-position: center; background-size: 400px 400px; /* تحديد حجم الصورة */ opacity: 0.9; /* لجعل الخلفية شفافة قليلاً */ z-index: -1;} @keyframes moveBackground { 0% { background-position: 0% 0%; } 100% { background-position: 100% 100%; } } /* النصوص والشعار */ .content { z-index: 1; text-align: center; color: #333; } h1 { margin: 0; font-size: 36px; } p { margin: 5px 0 0; font-size: 18px; } .logo { width: 150px; height: 150px; background-color: #fff; padding: 5px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } header h1 { font-size: 2.5rem; margin: 0; background-color: rgba(255, 255, 255, 0.2); border: 3px solid #fff; border-radius: 10px; overflow: hidden; position: relative; display: inline-block; padding: 10px 20px; } header p { font-size: 1.2rem; margin: 10px 0 0; } .hero { text-align: center; padding: 60px 10%; background: url(368326.jpg) no-repeat center/cover; position: relative; color: #fff; border-radius: 0 0 50px 50px; overflow: hidden; } .hero::after { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .hero h2, .hero p, .hero a { position: relative; z-index: 2; } .hero h2 { font-size: 2.5rem; margin-bottom: 20px; } .hero a { display: inline-block; margin-top: 20px; padding: 10px 30px; background: #f39c12; color: #fff; font-size: 1rem; font-weight: bold; border-radius: 50px; text-decoration: none; transition: transform 0.3s, background 0.3s; } .hero a:hover { background: #d35400; transform: scale(1.1); } .features { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 40px 10%; background-color: #f7fcff; } .feature { flex: 1; min-width: 250px; margin: 15px; background: #fff; padding: 20px; border-radius: 15px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s; } .feature:hover { transform: translateY(-10px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); } .feature i { font-size: 2.5rem; margin-bottom: 15px; color: #0066cc; } .form-container { padding: 40px 10%; background: #fff; margin: 30px auto; max-width: 600px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); text-align: center; } .form-container input, .form-container textarea { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 10px; font-size: 1rem; } .form-container button { background: #0066cc; color: #fff; border: none; padding: 10px 40px; font-size: 1rem; border-radius: 10px; cursor: pointer; transition: background 0.3s, transform 0.3s; } .form-container button:hover { background: #004b99; transform: scale(1.05); } footer { background: #004b99; color: #fff; padding: 15px; text-align: center; font-size: 1rem; } footer p { margin: 0; } .floating-btn { position: fixed; bottom: 20px; right: 20px; background: #25d366; color: #fff; padding: 15px 20px; border-radius: 50px; font-size: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s, background 0.3s; } .floating-btn:hover { background: #1ebe57; transform: scale(1.1); } @media (max-width: 768px) { header h1 { font-size: 2rem; } .hero h2 { font-size: 1.8rem; } .hero a { font-size: 0.9rem; padding: 8px 20px; } .features { flex-direction: column; padding: 20px 5%; } .form-container { padding: 20px; } } /style>/head>body> header> div classanimated-background>/div> /header>section classhero> h2>اكتشف العالم مع قولدن سيشل/h2> p>أفضل الخدمات السياحية لتجربة فريدة/p> a href#form>احجز الآن/a>/section>section classfeatures> div classfeature> i classfas fa-plane>/i> h3>حجز الطيران/h3> p>أسرع وأفضل خيارات الطيران./p> /div> div classfeature> i classfas fa-hotel>/i> h3>إقامة فاخرة/h3> p>فنادق عالمية بأسعار تنافسية./p> /div> div classfeature> i classfas fa-route>/i> h3>برامج سياحية/h3> p>خطط مصممة خصيصًا لك./p> /div>/section>section idform classform-container> h2>سجل بياناتك الآن/h2> form methodPOST actionindex.php> input typetext namefull_name placeholderالاسم الكامل required> input typeemail nameemail placeholderالبريد الإلكتروني required> input typetel namephone placeholderرقم الهاتف styledirection: rtl; text-align: right; required> textarea namemessage rows4 placeholderاخبرنا عن رحلتك المفضلة required>/textarea> button typesubmit>إرسال/button>/form>/section>!--a hrefhttps://wa.me/+96599926676?textمرحبًا%20،%20أريد%20الاستفسار%20عن%20خدمات%20قولدن%20سيشل classfloating-btn> i classfab fa-whatsapp>/i>/a>-->footer> p>© 2025 قولدن سيشل - جميع الحقوق محفوظة/p>/footer>/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
]