Help
RSS
API
Feed
Maltego
Contact
Domain > apiiimas.alfaroalba.com.mx
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-22
104.21.95.66
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 22 Feb 2026 11:37:47 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveCache-Control: no-cache, privateSet-Cookie: XSRF-TOKENeyJpdiI6InhmWDRBUWdBbUNTRXRRZndmYzhYY1E9PSIsInZhbHVlIjoid2lXMWNuaE12VkMwVmRJNFdLOVNDRGJsZmtuTVVEbDRiMnBIa3J3bmRubUN2Y3c5SWw3bGh6NmlheFg1L0tGblFrRVMvNkN2dWc3c2xpblNOdjVRbVIvSDFPWjZYSFBwcHV2Uzc0VHFEUVhia3pDSnBFeWdoSkw2emNsdS9ObGwiLCJtYWMiOiJhMTIyNmQ3ZjU0NjlmMjBhOGE5MDJhZGJkZWMzOTU2YWUxMDE2MWQxMGMxMjI3NDRkY2VkYTI1ZGJkZjhiYmFmIiwidGFnIjoiIn0%3D; expiresSun, 22 Feb 2026 13:37:47 GMT; Max-Age7200; path/; secure; samesitelaxSet-Cookie: laravel-sessioneyJpdiI6Im9ENzEzYXNHbFczV0dVUUJvUTZaTlE9PSIsInZhbHVlIjoiQTdVQzFybjFyejFBSm4rMG9nZXNWZ2dJUFc4T05SNUl3RFdIOUhZQU5jRGcxTFRrMTBDcTU3SGdrQ1FYUlBWM2N0MkhzU1JTZi9hRVhaZmpuUUVVa3FKWkxHakpQeEZHUTQ1WnYwYytXWmtHSC9RNlJiQkF1djhzSDZrK0hwU0QiLCJtYWMiOiJlNzE3NWJhZDA1ZDJmNGU0MmE5ZjFkZTE3NWMxZTVhNDM2MjY3MDE2NmFhY2U3YWYzNmM1OWYxNzJmYmE4ZWYzIiwidGFnIjoiIn0%3D; expiresSun, 22 Feb 2026 13:37:47 GMT; Max-Age7200; path/; secure; httponly; samesitelaxvary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s0AtqCN72DW58OuuQvB%2FQtME1Wpj67OWK4uG6vtLjSlkD0tRVef4YNhCmSIRlwEFzBs6A4ATx0o2RffRZ1JKtvCn0LCvSZ%2FKpsSDZ%2Fo5e%2B1MHZB2PvgIYqo2%2F}}Server: cloudflarecf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 9d1e31828e53bd22-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>API IIMAS - Ciencia de Datos/title> link relicon hrefhttps://apiiimas.alfaroalba.com.mx/favicon.ico?v2> style> /* Paleta de colores moderna basada en los logos */ :root { --primary-blue: #0b2545; --secondary-blue: #1a365d; --accent-blue: #3F5B84; --light-blue: #587997; --orange-accent: #ec6f1d; --purple-accent: #592673; --white: #ffffff; --light-gray: #f8f9fa; --dark-gradient: linear-gradient(135deg, #0b2545 0%, #1a365d 50%, #2d3748 100%); --glass-effect: rgba(255, 255, 255, 0.1); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: var(--dark-gradient); min-height: 100vh; position: relative; /* QUITAR overflow: hidden */ } /* Efectos de fondo modernos - FIJAR el fondo */ body::before { content: ; position: fixed; /* Cambiar a fixed */ top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(236, 111, 29, 0.05) 0%, transparent 50%); animation: float 6s ease-in-out infinite; z-index: -1; /* Poner detrás del contenido */ } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-10px) rotate(1deg); } } /* Estructura del container corregida */ .page-wrapper { min-height: 100vh; display: flex; flex-direction: column; } .container { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; /* Mantener flex-start */ align-items: center; position: relative; z-index: 2; padding: 0.5rem 2rem 2rem 2rem; /* REDUCIR padding superior a 0.5rem */ padding-top: 1rem; /* REDUCIR aún más el padding superior */ } /* Contenido principal centrado */ .main-content { text-align: center; max-width: 800px; width: 100%; margin-top: 0.5rem; /* REDUCIR espacio desde la parte superior */ } /* Header con logos */ .logo-header { margin-bottom: 2rem; margin-top: 0; /* ASEGURAR que no tenga margen superior */ } /* Logo principal mejorado */ .main-logo-container { background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); border-radius: 24px; padding: 25px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8); transition: all 0.4s ease; position: relative; overflow: hidden; display: inline-block; margin-bottom: 1.5rem; margin-top: 0; /* ASEGURAR que no tenga margen superior */ } .main-logo-container::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange-accent) 0%, var(--purple-accent) 50%, var(--accent-blue) 100%); } .main-logo-container:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.9); } .main-logo { width: 160px; height: auto; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3)); transition: all 0.4s ease; } .main-logo-container:hover .main-logo { filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4)); transform: scale(1.05); } /* Logos institucionales */ .institution-logos { display: flex; justify-content: center; align-items: center; gap: 2rem; margin-top: 2rem; } .institution-logo { padding: 15px; background: var(--glass-effect); border-radius: 12px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } .institution-logo:hover { transform: scale(1.05); background: rgba(255, 255, 255, 0.15); } .unam-logo { height: 50px; width: auto; filter: brightness(0) invert(1); } /* Información del API */ .api-info { margin: 3rem 0; } .api-title { font-size: 4rem; font-weight: 800; letter-spacing: 3px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); background: linear-gradient(135deg, var(--white) 0%, #e2e8f0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; } .api-subtitle { font-size: 1.8rem; font-weight: 600; color: var(--white); opacity: 0.95; letter-spacing: 1px; margin-bottom: 1rem; } .api-description { font-size: 1.2rem; color: var(--orange-accent); font-weight: 500; margin-bottom: 2rem; } .api-tagline { font-size: 1rem; color: var(--white); opacity: 0.8; font-style: italic; max-width: 600px; margin: 0 auto; line-height: 1.6; } /* Botones de acción */ .action-buttons { display: flex; gap: 1.5rem; justify-content: center; margin: 3rem 0; flex-wrap: wrap; } .btn { padding: 15px 30px; border-radius: 12px; font-weight: 600; text-decoration: none; text-transform: none; letter-spacing: 0.5px; transition: all 0.3s ease; font-size: 1rem; border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; } .btn-primary { background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%); color: white; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(11, 37, 69, 0.3); } .btn-outline { background: transparent; color: white; border: 2px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px); } .btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); transform: translateY(-2px); } /* Información técnica */ .tech-info { background: var(--glass-effect); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2rem; margin: 2rem auto; max-width: 600px; } .tech-title { color: var(--white); font-size: 1.2rem; margin-bottom: 1rem; font-weight: 600; } .tech-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; color: var(--white); } .tech-feature { display: flex; align-items: center; gap: 10px; opacity: 0.9; } .tech-feature::before { content: ✓; color: var(--orange-accent); font-weight: bold; } /* Elementos decorativos */ .decorative-elements { margin: -10rem 0; } .floating-shapes { position: relative; width: 200px; height: 100px; margin: 0 auto; } .shape { position: absolute; border-radius: 50%; background: var(--glass-effect); animation: float-shapes 3s ease-in-out infinite; } .shape-1 { width: 60px; height: 60px; top: 0; left: 0; background: rgba(236, 111, 29, 0.1); animation-delay: 0s; } .shape-2 { width: 40px; height: 40px; top: 20px; right: 0; background: rgba(89, 38, 115, 0.1); animation-delay: 1s; } .shape-3 { width: 30px; height: 30px; bottom: 0; left: 50%; background: rgba(63, 91, 132, 0.1); animation-delay: 2s; } @keyframes float-shapes { 0%, 100% { transform: translateY(0px) scale(1); } 50% { transform: translateY(-10px) scale(1.05); } } /* Footer moderno - Corregido */ .modern-footer { background: rgba(11, 37, 69, 0.95); backdrop-filter: blur(10px); border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 2rem; width: 100%; position: relative; z-index: 3; margin-top: auto; /* Empujar al fondo */ } .footer-content { max-width: 1200px; margin: 0 auto; text-align: center; } .footer-text { font-size: 0.9rem; color: var(--white); opacity: 0.8; line-height: 1.5; } /* Responsive design */ @media (max-width: 768px) { .container { padding: 1rem; min-height: calc(100vh - 100px); /* Ajustar altura */ } .api-title { font-size: 2.5rem; } .api-subtitle { font-size: 1.4rem; } .main-logo-container { padding: 20px; } .main-logo { width: 120px; } .institution-logos { gap: 1rem; } .unam-logo { height: 35px; } .action-buttons { flex-direction: column; align-items: center; } .btn { width: 100%; max-width: 300px; } .tech-features { grid-template-columns: 1fr; } } @media (max-width: 480px) { .api-title { font-size: 2rem; } .api-subtitle { font-size: 1.2rem; } .main-logo-container { padding: 15px; } .main-logo { width: 100px; } .institution-logo { padding: 10px; } .unam-logo { height: 30px; } } /* Mejoras de accesibilidad */ @media (prefers-reduced-motion: reduce) { body::before, .floating-shapes, .shape, .main-logo-container, .btn { animation: none; } .main-logo-container:hover, .institution-logo:hover, .btn:hover { transform: none; } } /style>/head>body>div classpage-wrapper> div classcontainer> div classmain-content> !-- Header con logos --> div classlogo-header> div classmain-logo-container> img src/LCD.svg altLicenciatura en Ciencia de Datos - IIMAS UNAM classmain-logo /> /div> div classinstitution-logos> div classinstitution-logo> img src/unam_iimas_2022.svg altUNAM classunam-logo /> /div> /div> /div> !-- Información del API --> div classapi-info> h1 classapi-title>API IIMAS/h1> h2 classapi-subtitle>Sistema de Control Escolar/h2> div classapi-description>Licenciatura en Ciencia de Datos/div> p classapi-tagline> Plataforma API RESTful para la gestión académica integral de la comunidad universitaria. Desarrollada con las últimas tecnologías para ofrecer un rendimiento óptimo y seguridad robusta. /p> /div> !-- Botones de acción --> div classaction-buttons> a hrefhttps://www.iimas.unam.mx target_blank classbtn btn-outline> span>🌐 Sitio Oficial/span> /a> /div> !-- Información técnica --> !-- Elementos decorativos --> div classdecorative-elements> div classfloating-shapes> div classshape shape-1>/div> div classshape shape-2>/div> div classshape shape-3>/div> /div> /div> /div> /div> !-- Footer --> footer classmodern-footer> div classfooter-content> div classfooter-text> Hecho en México, Instituto de Investigaciones en Matemáticas Aplicadas y en Sistemas (IIMAS) de la Universidad Nacional Autónoma de México (UNAM), todos los derechos reservados 2025. /div> /div> /footer>/div>/body>/html>
Subdomains
Date
Domain
IP
cpanel.alfaroalba.com.mx
2024-10-27
172.67.143.122
apiiimas.alfaroalba.com.mx
2026-02-22
104.21.95.66
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
]