Help
RSS
API
Feed
Maltego
Contact
Domain > ycat.info
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-11-26
156.67.79.43
(
ClassC
)
2026-02-13
147.79.120.207
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 13 Feb 2026 11:07:50 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://ycat.info/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 694c5f810aaa72576129c3e85e0652f8-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.004 !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: Fri, 13 Feb 2026 11:07:50 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/7.2.34platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 7ed47c87f248fd6eabeaf8c6d37fb97e-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.072 !DOCTYPE html>html dirrtl langar>head> title>ycat maps/title> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> !-- Bootstrap 5 CSS --> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css relstylesheet> !-- Bootstrap Icons --> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css> style> :root { --primary-color: #6c757d; --secondary-color: #868e96; --dark-gray: #495057; --light-gray: #f8f9fa; --accent-color: #adb5bd; } body { font-family: Segoe UI, Tahoma, Helvetica, sans-serif; background-color: #f8f9fa; } .navbar-custom { background: linear-gradient(135deg, #6c757d 0%, #495057 100%); box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .hero-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 70%, #dee2e6 100%); color: #495057; padding: 100px 0; margin-top: 76px; position: relative; overflow: hidden; } .hero-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.3) 0%, transparent 50%); pointer-events: none; } .section-title { color: var(--primary-color); font-weight: 700; margin-bottom: 2rem; } .facility-card { transition: transform 0.3s ease, box-shadow 0.3s ease; border: none; box-shadow: 0 4px 6px rgba(108, 117, 125, 0.1); height: 100%; border: 1px solid #e9ecef; } .facility-card:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(108, 117, 125, 0.2); } .facility-img { height: 200px; object-fit: cover; } .btn-custom { background: linear-gradient(135deg, #6c757d 0%, #868e96 100%); color: white; border: none; padding: 12px 30px; border-radius: 25px; font-weight: 600; transition: all 0.3s ease; } .btn-custom:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3); color: white; background: linear-gradient(135deg, #495057 0%, #6c757d 100%); } .search-section { background: linear-gradient(135deg, #868e96 0%, #6c757d 100%); color: white; padding: 60px 0; } .form-control-custom { border-radius: 25px; border: none; padding: 15px 25px; font-size: 1.1rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); border: 2px solid #e9ecef; } .form-control-custom:focus { border-color: #adb5bd; box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25); } footer { background: linear-gradient(135deg, #495057 0%, #6c757d 100%); color: white; padding: 30px 0; } /* Gray background for offices section */ .offices-section-custom { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important; } .office-card { background: white; border-radius: 15px; box-shadow: 0 4px 6px rgba(108, 117, 125, 0.1); transition: all 0.3s ease; border: 1px solid #dee2e6; } .office-card:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(108, 117, 125, 0.2); } .text-primary-custom { color: #6c757d !important; } /* RTL specific styles */ .rtl-text { direction: rtl; text-align: right; } /* Navbar link hover effects */ .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.9) !important; transition: color 0.3s ease; } .navbar-nav .nav-link:hover { color: #e9ecef !important; } /* Gray icons */ .bi-primary { color: #6c757d; } /* Facilities section background */ .facilities-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); } /* Responsive adjustments */ @media (max-width: 768px) { .hero-section { padding: 80px 0; margin-top: 66px; } .search-section { padding: 40px 0; } } /style>/head>body> !-- Navigation --> nav classnavbar navbar-expand-lg navbar-dark navbar-custom fixed-top> div classcontainer> a classnavbar-brand fw-bold href#> i classbi bi-map>/i> YCAT Maps /a> button classnavbar-toggler typebutton data-bs-togglecollapse data-bs-target#navbarNav> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse idnavbarNav> ul classnavbar-nav ms-auto> li classnav-item> a classnav-link href#searchSection>بحث عن قاعة تدريبية/a> /li> li classnav-item> a classnav-link href#facilitiesSection>مرافق الكلية العامة/a> /li> li classnav-item> a classnav-link href#officesSection>مكاتب المنسوبين/a> /li> li classnav-item> a classnav-link hrefhttps://ycat.info/da/>معرفة المرشد الاكاديمي/a> /li> /ul> /div> /div> /nav> !-- Hero Section --> section classhero-section text-center> div classcontainer> h1 classdisplay-4 fw-bold mb-4> الخريطة التفاعلية للكلية التقنية التطبيقية بينبع /h1> p classlead mb-4>نظام تفاعلي لتسهيل الوصول إلى مرافق ومكاتب الكلية/p> img srcimg/main_1.png altالكلية التقنية بينبع classimg-fluid rounded shadow-lg stylemax-height: 400px;> /div> /section> !-- Search Section --> section idsearchSection classsearch-section> div classcontainer> div classrow justify-content-center> div classcol-lg-8 text-center> h2 classh1 fw-bold mb-3>البحث برقم القاعة التدريبية/h2> p classlead mb-4>فقط قم بادخال رقم القاعة التدريبية حسب جدولك التدريبي/p> form actions.php methodpost classrow g-3 justify-content-center> div classcol-md-6> input typetext nameroom_id classform-control form-control-custom placeholderأدخل رقم القاعة التدريبية> /div> div classcol-md-3> button typesubmit classbtn btn-custom w-100> i classbi bi-search>/i> بحث /button> /div> /form> /div> /div> /div> /section> !-- Facilities Section --> section idfacilitiesSection classpy-5 facilities-section> div classcontainer> h2 classsection-title text-center mb-5>مرافق الكلية العامة/h2> p classtext-center text-muted mb-5 lead>يمكنك عزيزي المستخدم الاستفادة من المرافق العامة في أي وقت فقط اضغط على صورة المرفق لكي تصل له/p> div classrow g-4> !-- Facility 1 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.145321,37.947870 target_blank> img srcimg/m_1.jpg classcard-img-top facility-img altمسجد الكلية> /a> div classcard-body rtl-text> h5 classcard-title text-center>مسجد الكلية/h5> p classcard-text>حيث يمكنك هنا أداء الصلوات بكل هدوء واطمئنينة دون الحاجة للخروج من الكلية/p> /div> /div> /div> !-- Facility 2 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.146891,37.947823 target_blank> img srcimg/l_1.jpg classcard-img-top facility-img altمكتبة الكلية العامة> /a> div classcard-body rtl-text> h5 classcard-title text-center>مكتبة الكلية العامة/h5> p classcard-text>تم توفير مكتبة عامة بالكلية التقنية بينبع لتوفير مكان هادئ للاطلاع على المعلومة/p> /div> /div> /div> !-- Facility 3 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.146682,37.948475 target_blank> img srcimg/workoffice.jpeg classcard-img-top facility-img altقرطاسية الكلية> /a> div classcard-body rtl-text> h5 classcard-title text-center>قرطاسية الكلية/h5> p classcard-text>مكان لشراء الأدوات المكتبية والمذكرات الخاصة بالحقائب التدريبية/p> /div> /div> /div> !-- Facility 4 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.146966,37.947699 target_blank> img srcimg/multi.jpg classcard-img-top facility-img altصالة متعددة الأغراض> /a> div classcard-body rtl-text> h5 classcard-title text-center>صالة متعددة الأغراض/h5> p classcard-text>مكان لإقامة المعارض والمؤتمرات والأنشطة المختلفة للمتدربين/p> /div> /div> /div> !-- Add more facilities following the same pattern --> !-- Facility 5 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.145747,37.948321 target_blank> img srcimg/moh.jpg classcard-img-top facility-img altمركز الموهوبين> /a> div classcard-body rtl-text> h5 classcard-title text-center>مركز الموهوبين/h5> p classcard-text>لتبني مواهب المتدربين والعمل على تطويرها في بيئة مجهزة/p> /div> /div> /div> !-- Facility 6 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.146966,37.947699 target_blank> img srcimg/theather.jpg classcard-img-top facility-img altمسرح الكلية الرئيسي> /a> div classcard-body rtl-text> h5 classcard-title text-center>مسرح الكلية الرئيسي/h5> p classcard-text>لإقامة المحاضرات والندوات والفعاليات الاستعراضية/p> /div> /div> /div> !-- Facility 7 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.145636,37.945614 target_blank> img srcimg/parking-visitor.png classcard-img-top facility-img altمواقف السيارات> /a> div classcard-body rtl-text> h5 classcard-title text-center>مواقف السيارات/h5> p classcard-text>مواقف مخصصة للمتدربين لإيقاف السيارات بشكل نظامي/p> /div> /div> /div> !-- Facility 8 --> div classcol-md-6 col-lg-3> div classcard facility-card> a hrefhttps://maps.google.com/?q24.146682,37.948475 target_blank> img srcimg/puffay.jpg classcard-img-top facility-img altكافتريا الكلية> /a> div classcard-body rtl-text> h5 classcard-title text-center>كافتريا الكلية/h5> p classcard-text>لتقديم الوجبات الخفيفة والعصيرات والمشروبات الساخنة/p> /div> /div> /div> /div> /div> /section> !-- Offices Section --> section idofficesSection classpy-5 offices-section-custom> div classcontainer> div classrow text-center> div classcol-md-6 mb-4> div classp-4 office-card> i classbi bi-person-badge display-4 text-primary-custom mb-3>/i> h3>مكاتب المدربين/h3> p classtext-muted mb-4>الوصول إلى مواقع مكاتب المدربين في الكلية/p> button classbtn btn-custom onclickparent.open(trainer.php,_self)> استعراض المكاتب /button> /div> /div> div classcol-md-6 mb-4> div classp-4 office-card> i classbi bi-briefcase display-4 text-primary-custom mb-3>/i> h3>مكاتب الإداريين/h3> p classtext-muted mb-4>الوصول إلى مواقع مكاتب الإداريين في الكلية/p> button classbtn btn-custom onclickparent.open(Employees.php,_self)> استعراض المكاتب /button> /div> /div> /div> div classrow text-center mt-4> div classcol-12> div classp-4 office-card> i classbi bi-diagram-3 display-4 text-primary-custom mb-3>/i> h3>الأقسام التدريبية والإدارة/h3> p classtext-muted mb-4>استعراض جميع الأقسام في الكلية/p> button classbtn btn-custom onclickparent.open(TS.php,_self)> استعراض جميع الأقسام /button> /div> /div> /div> /div> /section> !-- Footer --> footer classtext-center> div classcontainer> p classmb-2> a hrefhttp://ycat.info classtext-white>الكلية التقنية التطبيقية بينبع/a>/p> p classmb-0>a hrefcallus.php classtext-white>اتصل بنا/a>/p> /div> /footer> !-- Bootstrap 5 JS --> script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js>/script> script> // Smooth scrolling for navigation links and close mobile menu document.querySelectorAll(.nav-link).forEach(anchor > { anchor.addEventListener(click, function (e) { // For internal links (starting with #) if (this.getAttribute(href).startsWith(#)) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } } // Close mobile menu after clicking a link const navbarToggler document.querySelector(.navbar-toggler); const navbarCollapse document.querySelector(.navbar-collapse); if (navbarCollapse.classList.contains(show)) { // Use Bootstraps collapse method to close the menu const bsCollapse new bootstrap.Collapse(navbarCollapse); bsCollapse.hide(); } }); }); // Navbar background change on scroll window.addEventListener(scroll, function() { const navbar document.querySelector(.navbar); if (window.scrollY > 100) { navbar.style.backgroundColor #495057; } else { navbar.style.backgroundColor ; } }); // Add loading state for form submission document.querySelector(form).addEventListener(submit, function(e) { const submitBtn this.querySelector(buttontypesubmit); submitBtn.innerHTML span classspinner-border spinner-border-sm me-2>/span>جاري البحث...; submitBtn.disabled true; }); /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
]