Help
RSS
API
Feed
Maltego
Contact
Domain > alahijar-alwatania.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-09
66.7.221.165
(
ClassC
)
2025-12-07
66.11.126.50
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Thu, 09 Oct 2025 10:14:25 GMTaccept-ranges: bytescontent-length: 13342date: Sun, 07 Dec 2025 13:36:38 GMT !DOCTYPE html>html langar dirrtl>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>الأحجار الوطنية - خدمات الكسارات والبناء/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* التنسيقات الأساسية */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #2c3e50, #4a6572, #34495e); background-size: 400% 400%; animation: gradientBG 15s ease infinite; color: #fff; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .container { max-width: 800px; padding: 20px; z-index: 2; } /* البطاقة الرئيسية */ .card { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border-radius: 20px; padding: 40px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); animation: fadeIn 1.5s ease-out; transition: transform 0.3s ease; } .card:hover { transform: translateY(-10px); } @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* العنوان */ h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); animation: pulse 2s infinite; color: #f1c40f; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } /* الرسالة */ p { font-size: 1.4rem; margin-bottom: 30px; line-height: 1.6; } /* العداد */ .countdown { display: flex; justify-content: center; gap: 15px; margin: 30px 0; } .countdown-item { background: rgba(255, 255, 255, 0.2); padding: 15px; border-radius: 10px; min-width: 80px; animation: bounce 2s infinite; } .countdown-item:nth-child(2) { animation-delay: 0.2s; } .countdown-item:nth-child(3) { animation-delay: 0.4s; } .countdown-item:nth-child(4) { animation-delay: 0.6s; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } .countdown-number { font-size: 2rem; font-weight: bold; display: block; } .countdown-label { font-size: 0.9rem; margin-top: 5px; } /* الشعار */ .logo { width: 120px; height: 120px; margin: 0 auto 20px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.5rem; animation: rotate 10s linear infinite; box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); color: #f1c40f; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* الأحجار المتحركة */ .stone { position: absolute; width: 40px; height: 40px; background: rgba(189, 195, 199, 0.7); border-radius: 5px; animation: float 8s infinite ease-in-out; z-index: 1; transform: rotate(45deg); } .stone:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; width: 30px; height: 30px; } .stone:nth-child(2) { top: 20%; right: 15%; animation-delay: 1s; width: 25px; height: 25px; } .stone:nth-child(3) { bottom: 15%; left: 20%; animation-delay: 2s; width: 35px; height: 35px; } .stone:nth-child(4) { bottom: 25%; right: 10%; animation-delay: 3s; width: 20px; height: 20px; } @keyframes float { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(-20px) rotate(45deg); } } /* زر التواصل */ .contact-btn { background: linear-gradient(45deg, #e67e22, #f1c40f); border: none; padding: 12px 30px; border-radius: 50px; color: white; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); margin-top: 20px; font-weight: bold; } .contact-btn:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } /* الشعارات الاجتماعية */ .social-icons { display: flex; justify-content: center; gap: 15px; margin-top: 30px; } .social-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; cursor: pointer; font-size: 1.2rem; } .social-icon:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-5px); } /* الخدمات */ .services { display: flex; justify-content: center; gap: 20px; margin: 25px 0; flex-wrap: wrap; } .service-item { background: rgba(255, 255, 255, 0.1); padding: 15px; border-radius: 10px; width: 120px; transition: all 0.3s ease; } .service-item:hover { transform: scale(1.1); background: rgba(241, 196, 15, 0.2); } .service-icon { font-size: 2rem; margin-bottom: 10px; color: #f1c40f; } .service-name { font-size: 0.9rem; } /* التكيف مع الشاشات الصغيرة */ @media (max-width: 768px) { h1 { font-size: 2.2rem; } p { font-size: 1.2rem; } .countdown-item { min-width: 60px; } .countdown-number { font-size: 1.5rem; } .card { padding: 25px; } .services { gap: 10px; } .service-item { width: 100px; padding: 10px; } } /style>/head>body> !-- أحجار متحركة في الخلفية --> div classstone>/div> div classstone>/div> div classstone>/div> div classstone>/div> div classcontainer> div classcard> div classlogo> i classfas fa-mountain>/i> /div> h1>الأحجار الوطنية/h1> p>نعمل حالياً على تطوير موقعنا ليقدم لكم أفضل الخدمات في مجال الكسارات وأحجار البناء والإنشاءات./p> p>سوف نعود إليكم قريباً بمفاجآت رائعة!/p> div classservices> div classservice-item> div classservice-icon> i classfas fa-hammer>/i> /div> div classservice-name>كسارات/div> /div> div classservice-item> div classservice-icon> i classfas fa-cubes>/i> /div> div classservice-name>أحجار بناء/div> /div> div classservice-item> div classservice-icon> i classfas fa-truck>/i> /div> div classservice-name>نقل مواد/div> /div> div classservice-item> div classservice-icon> i classfas fa-hard-hat>/i> /div> div classservice-name>مقاولات/div> /div> /div> div classcountdown> div classcountdown-item> span classcountdown-number iddays>00/span> span classcountdown-label>أيام/span> /div> div classcountdown-item> span classcountdown-number idhours>00/span> span classcountdown-label>ساعات/span> /div> div classcountdown-item> span classcountdown-number idminutes>00/span> span classcountdown-label>دقائق/span> /div> div classcountdown-item> span classcountdown-number idseconds>00/span> span classcountdown-label>ثواني/span> /div> /div> button classcontact-btn>ابق على اطلاع/button> div classsocial-icons> div classsocial-icon>i classfab fa-whatsapp>/i>/div> div classsocial-icon>i classfab fa-twitter>/i>/div> div classsocial-icon>i classfab fa-instagram>/i>/div> div classsocial-icon>i classfab fa-linkedin>/i>/div> /div> /div> /div> script> // عداد تنازلي لمدة 30 يوم من الآن const countDownDate new Date(); countDownDate.setDate(countDownDate.getDate() + 30); function updateCountdown() { const now new Date().getTime(); const distance countDownDate - now; const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(days).innerHTML days.toString().padStart(2, 0); document.getElementById(hours).innerHTML hours.toString().padStart(2, 0); document.getElementById(minutes).innerHTML minutes.toString().padStart(2, 0); document.getElementById(seconds).innerHTML seconds.toString().padStart(2, 0); if (distance 0) { clearInterval(countdownFunction); document.getElementById(days).innerHTML 00; document.getElementById(hours).innerHTML 00; document.getElementById(minutes).innerHTML 00; document.getElementById(seconds).innerHTML 00; } } // تحديث العداد كل ثانية const countdownFunction setInterval(updateCountdown, 1000); updateCountdown(); // تأثير عند النقر على الزر document.querySelector(.contact-btn).addEventListener(click, function() { this.textContent شكراً لك!; this.style.background linear-gradient(45deg, #27ae60, #2ecc71); setTimeout(() > { this.textContent ابق على اطلاع; this.style.background linear-gradient(45deg, #e67e22, #f1c40f); }, 2000); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Thu, 09 Oct 2025 10:14:25 GMTaccept-ranges: bytescontent-length: 13342date: Sun, 07 Dec 2025 13:36:38 GMT !DOCTYPE html>html langar dirrtl>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>الأحجار الوطنية - خدمات الكسارات والبناء/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* التنسيقات الأساسية */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #2c3e50, #4a6572, #34495e); background-size: 400% 400%; animation: gradientBG 15s ease infinite; color: #fff; height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .container { max-width: 800px; padding: 20px; z-index: 2; } /* البطاقة الرئيسية */ .card { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border-radius: 20px; padding: 40px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.1); animation: fadeIn 1.5s ease-out; transition: transform 0.3s ease; } .card:hover { transform: translateY(-10px); } @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* العنوان */ h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); animation: pulse 2s infinite; color: #f1c40f; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } /* الرسالة */ p { font-size: 1.4rem; margin-bottom: 30px; line-height: 1.6; } /* العداد */ .countdown { display: flex; justify-content: center; gap: 15px; margin: 30px 0; } .countdown-item { background: rgba(255, 255, 255, 0.2); padding: 15px; border-radius: 10px; min-width: 80px; animation: bounce 2s infinite; } .countdown-item:nth-child(2) { animation-delay: 0.2s; } .countdown-item:nth-child(3) { animation-delay: 0.4s; } .countdown-item:nth-child(4) { animation-delay: 0.6s; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } .countdown-number { font-size: 2rem; font-weight: bold; display: block; } .countdown-label { font-size: 0.9rem; margin-top: 5px; } /* الشعار */ .logo { width: 120px; height: 120px; margin: 0 auto 20px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.5rem; animation: rotate 10s linear infinite; box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); color: #f1c40f; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* الأحجار المتحركة */ .stone { position: absolute; width: 40px; height: 40px; background: rgba(189, 195, 199, 0.7); border-radius: 5px; animation: float 8s infinite ease-in-out; z-index: 1; transform: rotate(45deg); } .stone:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; width: 30px; height: 30px; } .stone:nth-child(2) { top: 20%; right: 15%; animation-delay: 1s; width: 25px; height: 25px; } .stone:nth-child(3) { bottom: 15%; left: 20%; animation-delay: 2s; width: 35px; height: 35px; } .stone:nth-child(4) { bottom: 25%; right: 10%; animation-delay: 3s; width: 20px; height: 20px; } @keyframes float { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(-20px) rotate(45deg); } } /* زر التواصل */ .contact-btn { background: linear-gradient(45deg, #e67e22, #f1c40f); border: none; padding: 12px 30px; border-radius: 50px; color: white; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); margin-top: 20px; font-weight: bold; } .contact-btn:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } /* الشعارات الاجتماعية */ .social-icons { display: flex; justify-content: center; gap: 15px; margin-top: 30px; } .social-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; cursor: pointer; font-size: 1.2rem; } .social-icon:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-5px); } /* الخدمات */ .services { display: flex; justify-content: center; gap: 20px; margin: 25px 0; flex-wrap: wrap; } .service-item { background: rgba(255, 255, 255, 0.1); padding: 15px; border-radius: 10px; width: 120px; transition: all 0.3s ease; } .service-item:hover { transform: scale(1.1); background: rgba(241, 196, 15, 0.2); } .service-icon { font-size: 2rem; margin-bottom: 10px; color: #f1c40f; } .service-name { font-size: 0.9rem; } /* التكيف مع الشاشات الصغيرة */ @media (max-width: 768px) { h1 { font-size: 2.2rem; } p { font-size: 1.2rem; } .countdown-item { min-width: 60px; } .countdown-number { font-size: 1.5rem; } .card { padding: 25px; } .services { gap: 10px; } .service-item { width: 100px; padding: 10px; } } /style>/head>body> !-- أحجار متحركة في الخلفية --> div classstone>/div> div classstone>/div> div classstone>/div> div classstone>/div> div classcontainer> div classcard> div classlogo> i classfas fa-mountain>/i> /div> h1>الأحجار الوطنية/h1> p>نعمل حالياً على تطوير موقعنا ليقدم لكم أفضل الخدمات في مجال الكسارات وأحجار البناء والإنشاءات./p> p>سوف نعود إليكم قريباً بمفاجآت رائعة!/p> div classservices> div classservice-item> div classservice-icon> i classfas fa-hammer>/i> /div> div classservice-name>كسارات/div> /div> div classservice-item> div classservice-icon> i classfas fa-cubes>/i> /div> div classservice-name>أحجار بناء/div> /div> div classservice-item> div classservice-icon> i classfas fa-truck>/i> /div> div classservice-name>نقل مواد/div> /div> div classservice-item> div classservice-icon> i classfas fa-hard-hat>/i> /div> div classservice-name>مقاولات/div> /div> /div> div classcountdown> div classcountdown-item> span classcountdown-number iddays>00/span> span classcountdown-label>أيام/span> /div> div classcountdown-item> span classcountdown-number idhours>00/span> span classcountdown-label>ساعات/span> /div> div classcountdown-item> span classcountdown-number idminutes>00/span> span classcountdown-label>دقائق/span> /div> div classcountdown-item> span classcountdown-number idseconds>00/span> span classcountdown-label>ثواني/span> /div> /div> button classcontact-btn>ابق على اطلاع/button> div classsocial-icons> div classsocial-icon>i classfab fa-whatsapp>/i>/div> div classsocial-icon>i classfab fa-twitter>/i>/div> div classsocial-icon>i classfab fa-instagram>/i>/div> div classsocial-icon>i classfab fa-linkedin>/i>/div> /div> /div> /div> script> // عداد تنازلي لمدة 30 يوم من الآن const countDownDate new Date(); countDownDate.setDate(countDownDate.getDate() + 30); function updateCountdown() { const now new Date().getTime(); const distance countDownDate - now; const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(days).innerHTML days.toString().padStart(2, 0); document.getElementById(hours).innerHTML hours.toString().padStart(2, 0); document.getElementById(minutes).innerHTML minutes.toString().padStart(2, 0); document.getElementById(seconds).innerHTML seconds.toString().padStart(2, 0); if (distance 0) { clearInterval(countdownFunction); document.getElementById(days).innerHTML 00; document.getElementById(hours).innerHTML 00; document.getElementById(minutes).innerHTML 00; document.getElementById(seconds).innerHTML 00; } } // تحديث العداد كل ثانية const countdownFunction setInterval(updateCountdown, 1000); updateCountdown(); // تأثير عند النقر على الزر document.querySelector(.contact-btn).addEventListener(click, function() { this.textContent شكراً لك!; this.style.background linear-gradient(45deg, #27ae60, #2ecc71); setTimeout(() > { this.textContent ابق على اطلاع; this.style.background linear-gradient(45deg, #e67e22, #f1c40f); }, 2000); }); /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
]