Help
RSS
API
Feed
Maltego
Contact
Domain > unitec.doctor-cv.pro
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-23
52.21.95.208
(
ClassC
)
2026-02-26
54.197.140.14
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Thu, 26 Feb 2026 08:18:29 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://unitec.doctor-cv.pro:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 26 Feb 2026 08:18:30 GMTContent-Type: text/html; charsetutf-8Content-Length: 14335Connection: keep-aliveServer: nginx/1.26.0X-Frame-Options: DENYVary: Accept-Language, Cookie, originContent-Language: es-peX-Content-Type-Options: nosniffReferrer-Policy: same-originStrict-Transport-Security: max-age31536000; preloadX-Content-Type-Options: nosniffReferrer-Policy: strict-origin-when-cross-origin !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>UNITEC | Diagnóstico de tu CV | Empleabilidad/title> meta namedescription contentMejora tu curriculum Vitae> link relstylesheet hrefhttps://prod-django-universidades-3244.s3.amazonaws.com/static/login_admin/css/css-site/site.css> link relstylesheet hrefhttps://prod-django-universidades-3244.s3.amazonaws.com/static/login_admin/css/landing-css/landing.css> link relicon typeimage/png hrefhttps://prod-django-universidades-3244.s3.amazonaws.com/media/files/favicon_pC3hDwK.png> script async srchttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?clientca-pub-4403726352053687 crossoriginanonymous>/script> style>@import url(https://fonts.googleapis.com/css2?familyRoboto:wght@100;300;400;500;700;900&displayswap);.landing{--primary-color:#17a4b2; --primary-color-darkness:#138b97; --primary-text-color:#FFFFFF; --header-background-color:#416EB6; --button-background-color:#f68b29; --button-background-color-hover:#001E35; --button-text-color-hover:#ffffff; --content-background-color:#ffffff; --content-title-color:#000000; --content-text-color:#000000; --video-button-background-color:#ffffff; --video-button-background-color-hover:#001E35; --video-button-text-color:#f68b29; --footer-background-color:#416EB6; --footer-text-color:#ffffff; --font-family:Roboto, Roboto, sans-serif, Helvetica, Arial; --video-button-text-color-hover:#ffffff;}/style> style> /* Icono flotante del chat */ .chat-float-button { position: fixed; bottom: 20px; right: 20px; width:65px; height: 65px; background: linear-gradient(135deg, #2196F3, #21CBF3); border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4); z-index: 1001; opacity: 0; transform: scale(0.8); transition: opacity 0.6s ease, transform 0.6s ease; display: none; } .chat-float-button.show { display: flex; opacity: 1; transform: scale(1); } .chat-float-button:hover { transform: scale(1.2); box-shadow: 0 6px 25px rgba(33, 150, 243, 0.6); } .chat-float-button .chat-icon, .chat-float-button .close-icon { font-size: 24px; color: white; transition: all 0.3s ease; } .chat-float-button .close-icon { display: none; } .chat-float-button.active .chat-icon { display: none; } .chat-float-button.active .close-icon { display: block; } svg { fill: none !important; } .bold { font-weight: bold; color: #2196F3; } /* Container del chat */ .chat-widget { position: fixed; bottom: 90px; right: 20px; width: 400px; height: 600px; z-index: 1000; transform: scale(0.8) translateY(20px); opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transform-origin: bottom right; } .chat-widget.show { transform: scale(1) translateY(0); opacity: 1; visibility: visible; } .chat-container { width: 100%; height: 100%; background: white; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); overflow: hidden; display: flex; flex-direction: column; } .chat-header { background: linear-gradient(135deg, #2196F3, #21CBF3); color: white; padding: 20px; display: flex; align-items: center; gap: 15px; } .avatar { position: relative; width: 50px; height: 50px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; } .bot-image { width: 35px; height: 35px; } .avatar::after { content: ; position: absolute; bottom: 2px; right: 2px; width: 12px; height: 12px; background: #4CAF50; border: 2px solid white; border-radius: 50%; } .header-info h2 { font-size: 18px; font-weight: 600; margin-bottom: 2px; } .header-info p { font-size: 14px; opacity: 0.9; } .chat-messages { flex: 1; padding: 20px; overflow-y: auto; background: #f8f9fa; padding-bottom: 80px; } .message { margin-bottom: 15px; animation: fadeIn 0.3s ease-in; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .bot-message { display: flex; align-items: flex-start; gap: 10px; } .user-message { display: flex; justify-content: flex-end; margin-bottom: 15px; } .user-bubble { background: linear-gradient(135deg, #2196F3, #21CBF3); color: white; padding: 12px 16px; border-radius: 18px; max-width: 280px; line-height: 1.3; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); position: relative; font-size: 15px; } .user-bubble::after { content: ; position: absolute; bottom: -8px; right: 15px; font-size: 11px; color: #666; } .timestamp { font-size: 11px; color: rgba(255, 255, 255, 0.8); text-align: right; margin-top: 4px; } .bot-avatar { width: 35px; height: 35px; background: linear-gradient(135deg, #2196F3, #21CBF3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 16px; flex-shrink: 0; } .message-bubble { background: white; padding: 12px 16px; border-radius: 18px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); max-width: 280px; line-height: 1.3; color: #333; font-size: 15px; } .options-container { margin: 15px 0; } .option-button { display: block; width: 100%; background: white; border: 2px solid #e9ecef; border-radius: 25px; padding: 12px 20px; margin-bottom: 8px; cursor: pointer; transition: all 0.2s ease; font-size: 14px; color: #495057; text-align: left; } .option-button:hover { border-color: #2196F3; background: #f8f9ff; transform: translateY(-1px); } .option-button:active { transform: translateY(0); } .option-button.selected { border-color: #2196F3; color: #2196F3; } .back-button { background: #6c757d !important; color: white !important; border-color: #6c757d !important; text-align: center !important; margin-top: 10px; } .back-button:hover { background: #5a6268 !important; border-color: #5a6268 !important; } .typing-indicator { display: none; align-items: center; gap: 10px; margin: 20px 15px; } .typing-dots { background: white; padding: 7px; border-radius: 18px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .dot { height: 8px; width: 8px; border-radius: 50%; background-color: #999; display: inline-block; margin-right: 4px; animation: typing 1.4s infinite ease-in-out; } .dot:nth-child(1) { animation-delay: -0.32s; } .dot:nth-child(2) { animation-delay: -0.16s; } @keyframes typing { 0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; } 40% { transform: scale(1); opacity: 1; } } .input-container { padding: 15px 20px; background: white; border-top: 1px solid #e9ecef; display: none; } .text-input { width: 100%; border: 1px solid #e9ecef; border-radius: 20px; padding: 10px 15px; font-size: 14px; outline: none; resize: none; font-family: sans-serif; } .text-input:focus { border-color: #2196F3; } .submit-button { background: #2196F3; color: white; border: none; border-radius: 20px; padding: 8px 16px; margin-top: 8px; cursor: pointer; font-size: 14px; float: right; } .link { color: #2196F3; text-decoration: none; } .link:hover { text-decoration: underline; } /* Scrollbar personalizado */ .chat-messages::-webkit-scrollbar { width: 4px; } .chat-messages::-webkit-scrollbar-track { background: transparent; } .chat-messages::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; } /* Responsive */ @media (max-width: 480px) { .chat-widget { bottom: 90px; right: 10px; left: 10px; width: auto; height: 70vh; } .chat-float-button { bottom: 15px; right: 15px; width: 55px; height: 55px; } .chat-float-button .chat-icon, .chat-float-button .close-icon { font-size: 22px; } } /style>/head>body> main classlanding> header classlanding__header> div classlanding__limit landing__header__inside> h1 classlanding__header__logo> img srchttps://prod-django-universidades-3244.s3.amazonaws.com/media/files/UNITEC_CVL_A50pxAl_PNG_1.png altUNITEC | Diagnóstico de tu CV | Empleabilidad classlanding__header__image > /h1> a href/user/login/ classlanding__button> strong classlanding__button__text>Ingresar/strong> /a> /div> /header> div classlanding__body> div classlanding__body__content> div classlanding__body__content__inside> h2 classlanding__body__content__title font-bold text-large>Potencializa tu CV/h2> span classlanding__body__content__hr>/span> div classlanding__detault-content landing__body__content__text text-medium>p>Examina tu Currículum y descubre si está bien elaborado. Doctor CV te dirá las fortalezas, oportunidades y te diremos cómo mejorarlo para potencializarlo./p>/div> div classlanding__body__content__controls> a classlanding__button landing__body__content__button m--extern-url hrefhttps://plus.doctor-cv.pro/encuesta/empleagilidad/ target_blank> strong classlanding__button__text>/strong> /a> span data-button-videoweizrD-nz70 classlanding__button landing__body__content__button m--video -is-active-> strong classlanding__button__text>Ver tutorial/strong> /span> /div> /div> /div> figure classlanding__body__figure> img srchttps://prod-django-universidades-3244.s3.amazonaws.com/media/files/DR-CV_UNITEC_-_Vinculaci%C3%B3n_Laboral_B.jpg alt classlanding__body__image bg-center> /figure> /div> footer classlanding__footer> div classlanding__limit landing__footer__inside> a href# classlanding__footer__image -is-hidden-> img src../assets/public/images/footer_image.png loadinglazy /> /a> div classlanding__detault-content landing__footer__content> p>a hrefhttps://www.unitec.mx/bolsa-de-trabajo>Bolsa de trabajo/a>/p> p>a hrefmailto:contacto@doctor-cv.com target_blank>Contacto/a> | a hrefhttps://unitec.doctor-cv.pro/politicas_privacidad/ target_blank>Política de Privacidad/a> | a hrefhttps://unitec.doctor-cv.pro/terminos_condiciones/ target_blank>Términos y Condiciones/a>/p> /div> figure classlanding__footer__doctorcv> img srchttps://prod-django-universidades-3244.s3.amazonaws.com/static/login_admin/images/images-home/poweredby.png loadinglazy /> /figure> /div> /footer> /main> dialog classlanding__video data-video-box> div classlanding__video__content> div classlanding__video__iframe data-video-target>/div> div classlanding__video__close data-video-close>/div> /div> /dialog> script typemodule srchttps://prod-django-universidades-3244.s3.amazonaws.com/static/login_admin/js/js-landing/landing-dist.js>/script> !-- Start of HubSpot Embed Code --> script typetext/javascript idhs-script-loader async defer src//js.hs-scripts.com/20040776.js>/script> !-- End of HubSpot Embed Code --> /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
]