Help
RSS
API
Feed
Maltego
Contact
Domain > tres.company
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-18
18.165.32.112
(
ClassC
)
2026-02-25
3.169.173.44
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 25 Feb 2026 11:45:40 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://tres.company/X-Cache: Redirect from cloudfrontVia: 1.1 93b50b5ce635a36621d7bd38d3b0d6da.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: ZPvxNLkSc8E9ACY5wFMnrzwUcJmQ8Z_O8g-ohfkTCb_Wpkv6QP5PHw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 25510Connection: keep-aliveDate: Wed, 25 Feb 2026 11:45:42 GMTLast-Modified: Thu, 04 Dec 2025 07:20:51 GMTETag: b301978ebd2ce048aac7285ca029d2c5x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 38789cdd14ddea5c4c609cb0e6656396.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: eZhzTMd0BVlHPPzGs1hPZSYg9GJGZwq58PhmkCeZylwQQQYbCXvuqQ !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>TRES lll - TRES Stocks/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyOpen+Sans:wght@400;700&displayswap relstylesheet> style> /* Variables de color para fácil mantenimiento */ :root { --color-black: #000000; /* Negro principal */ --color-dark-gray: #151515; /* Gris oscuro para contraste */ --color-text-light: #ffffff; --color-text-muted: #cccccc; } /* RESET & GENERAL */ body, html { margin: 0; padding: 0; font-family: Open Sans, sans-serif; box-sizing: border-box; overflow-x: hidden; background-color: var(--color-dark-gray); /* Fondo principal a GRIS */ } /* Colores de Fondo Globales - PATRÓN INVERTIDO (GRIS / NEGRO / GRIS / NEGRO / GRIS) */ .hero-section { background-color: var(--color-dark-gray); /* GRIS OSCURO */ color: var(--color-text-light); } .stocks-section { background-color: var(--color-black); /* NEGRO */ color: var(--color-text-light); } .tap-buy-section { background-color: var(--color-dark-gray); /* GRIS OSCURO */ color: var(--color-text-light); } .demo-section { background-color: var(--color-black); color: var(--color-text-light); padding-top: 129px; padding-bottom: 0; min-height: 700px; display: flex; align-items: center; } .footer-section { background-color: var(--color-dark-gray); /* GRIS OSCURO */ color: var(--color-text-light); } /* Contenedor Principal (Simula ancho de MacBook Air) */ .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 120px 0; position: relative; } /* --- Tipografía Base (Desktop/Laptop) --- */ h1.main-title { font-weight: 700; font-size: 126px; line-height: 1.1; margin-bottom: 20px; letter-spacing: -2px; } h2.section-title { font-weight: 700; font-size: 104px; line-height: 1; margin-bottom: 60px; padding-top: 60px; } .thin-text { font-weight: 400; font-size: 0.8em; } /* AJUSTES ESPECÍFICOS DE SECCIONES (Desktop/Laptop) */ .hero-section { padding-top: 3px; } .footer-section .small-margin { font-size: 21px; margin-top: 60px; line-height: 1.4; } .footer-section .btn-placeholder { height: 69px; margin: 60px auto 21px auto; } .footer-icon { height: 30px; margin: 60px auto 30px auto; } .footer-links { font-size: 12px; color: #888; line-height: 2; margin-top: 100px; } .footer-links a, .footer-links a:visited { color: var(--color-text-light) !important; text-decoration: none !important; font-weight: 700; } /* */ p.justified-text { text-align: left; font-size: 16px; line-height: 1.6; margin-bottom: 20px; color: var(--color-text-muted); max-width: 600px; } .center-text { text-align: center; } /* --- CLASES DE COLOR (PLACEHOLDERS) --- */ /* TODAS LAS CAJAS DE COLOR A #666666 (GRIS) */ /* Asegura que las imágenes tomen el tamaño de sus clases contenedoras/específicas */ img { border: none; height: auto; max-width: 100%; display: block; } .btn-placeholder, .social-dot, .footer-icon { display: block; } /* --- MENU STICKY --- */ .sticky-menu { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(17, 17, 17, 0.95); z-index: 1000; padding: 33px 0; max-height: 0px; } .nav-container { width: 92%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; margin-top: -12px; } .nav-left { display: flex; align-items: center; gap: 21px; } .nav-img-placeholder { height: 24px; min-height: 24px; margin-top: -1px; } .nav-right { display: flex; align-items: center; gap: 15px; } .social-dot { height: 15px; } /* AJUSTE: El enlace Contact ahora es regular (400) */ .nav-link { color: #fff; text-decoration: none; font-size: 18px; text-transform: uppercase; margin-left: 0; font-weight: 400; /* CAMBIADO DE 700 A 400 */ margin-top: px; } /* --- HERO SECTION --- */ .hero-image-wrapper { display: flex; align-items: flex-end; gap: 20px; } .hero-img { width: 150px; } /* AJUSTE DE ALINEACIÓN VERTICAL (DESKTOP/TABLET) */ .hero-meta { display: block; align-self: flex-end; /* DESKTOP/TABLET: 18px hacia abajo */ transform: translateY(9px); } .hero-meta p { font-size: 13px; color: #ccc; line-height: 1.4; margin: 0; } /* --- STOCKS (RED) SECTION --- */ .stocks-content-wrapper { display: flex; gap: 60px; align-items: flex-start; width: auto; } .col-left-images { width: 300px; display: flex; flex-direction: column; gap: 30px; } .stock-img { aspect-ratio: 1 / 1; width: 100%; } .col-right-text { width: 65%; max-width: 700px; padding-top: 30px; text-align: left; } .col-right-text h2.section-title { text-align: left; } .stocks-section .btn-desktop { height: 69px; margin-top: 40px; min-height: 60px; margin-left: 0; display: block; } .btn-mobile { display: none; } /* --- TAP BUY (PURPLE) SECTION --- */ .tap-buy-section { padding-top: 20px; padding-bottom: 0; display: flex; align-items: center; min-height: 700px; } .tap-buy-section .container { display: flex; justify-content: space-between; align-items: center; gap: 5%; margin-top: -21px; padding-bottom: 0; width: 100%; height: 100%; } .col-left-image-large { width: 45%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; } .purple-img { width: 100%; object-fit: contain; display: block; } .tap-buy-section .col-right-text { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; margin-top: -90px; } .tap-buy-section .section-title { margin-bottom: 20px; } .tap-buy-section p.justified-text { max-width: 100%; margin-bottom: 39px; margin-top: 33px; } .narrow-btn { height: 69px; } /* --- DEMO (BLUE) SECTION --- */ /* CORRECCIÓN APLICADA: OCULTAR EL BOTÓN MÓVIL EN DESKTOP/TABLET POR DEFECTO */ .btn-demo-mobile { display: none; } .demo-section .container { padding: 0; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; height: 100%; width: 90%; max-width: 1200px; margin: 0 auto; } .demo-text-content { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; height: 100%; padding-bottom: 0; } .demo-icon-wrapper-desktop { display: flex; flex-direction: column; align-items: flex-end; margin-bottom: 39px; } .demo-image-column { width: 45%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; } .demo-img { } .demo-section .section-title { text-align: right; margin-top: 5px; margin-bottom: 20px; } .small-icon { width: 69px; margin-bottom: -39px; } .demo-header-mobile { display: none; } /* --- FOOTER (TRIAL) --- */ .footer-section { text-align: center; } /* MEDIA QUERY: SMARTPHONE (iPhone) */ @media (max-width: 768px) { .container { width: 90%; padding: 45px 0; } /* --- HERO SECTION - MOBILE --- */ .hero-meta { /* IPHONE (MÓVIL): 9px hacia abajo */ transform: translateY(6px); } h1.main-title { font-size: 66px; margin-bottom: 30px; } h2.section-title { font-size: 47px; } .hero-section { padding-top: 100px; padding-bottom: 40px; } .hero-meta p { font-size: 12px; } p.justified-text { font-size: 16px; } /* NUEVA CLASE PARA AJUSTE VERTICAL DE TÍTULO DE STOCKS (SOLO MÓVIL) */ .stocks-title-mobile-adjust { /* Mueve el texto 15px hacia arriba */ transform: translateY(-60px); } /* CLASE PARA AJUSTE VERTICAL DE TEXTO DE STOCKS (SOLO MÓVIL) */ .stocks-text-mobile-adjust { /* Mueve el texto 21px hacia arriba */ transform: translateY(-21px); } /* --- STOCKS SECTION (Alineación a la Izquierda) --- */ .stocks-section .container { flex-direction: column; justify-content: flex-start; align-items: center; } .stocks-content-wrapper { flex-direction: row; margin-top: 30px; margin-bottom: 21px; gap: 21px; align-items: center; } .col-left-images { width: 42%; margin-right: 0; } .col-right-text { width: 58%; text-align: left; align-items: flex-start; display: flex; flex-direction: column; } .col-right-text h2.section-title { text-align: left; margin-top: 18px; } .stocks-section .col-right-text p.justified-text { text-align: left; max-width: 100%; } .stocks-section .btn-desktop { display: none; } .btn-mobile { display: block; height: 69px; margin: 0 auto; align-self: center; margin-top: 51px; margin-bottom: 24px; } /* Nota: Mantengo el margen original de la versión móvil para evitar conflictos con el transform */ .stocks-section h2.section-title + p.justified-text { margin-top: -60px; } /* --- TAP BUY (PURPLE) SECTION - AJUSTES MÓVILES --- */ .tap-buy-section .container { flex-direction: column; padding-bottom: 60px; align-items: center; padding-top: 60px; } .col-left-image-large { width: 300px; max-width: 75%; margin-bottom: 30px; margin-left: auto; margin-right: auto; } .tap-buy-section .col-right-text { width: 100%; align-items: center; text-align: center; } .tap-buy-section .section-title { text-align: center; } .tap-buy-section p.justified-text { text-align: center; width: 100%; max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 25px; } .tap-buy-section .narrow-btn { height: 69px; margin: 0 auto; margin-top: 24px; } /* --- DEMO section (Blue) - AJUSTES MÓVILES --- */ .demo-section { /* Reducción de 21px (100px -> 79px) */ padding-top: 30px; padding-bottom: 0; } .demo-section .container { flex-direction: column; align-items: center; } .demo-text-content { width: 100%; align-items: center; order: 1; margin-bottom: 20px; } .demo-image-column { width: 100%; align-items: center; order: 2; margin-bottom: 20px; } .demo-img { min-height: 300px; width: 80%; margin: 0 auto; } .demo-icon-wrapper-desktop { display: none; } .demo-header-mobile { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; } .demo-section .section-title { text-align: center; margin-bottom: 10px; margin-top: 0; } .small-icon { order: 1; width: 60px; height: 40px; margin-bottom: 5px; } .demo-section .section-title { order: 2; } .demo-text-content .narrow-btn { display: none; } .btn-demo-mobile { display: none; height: 69px; margin: 21px auto 60px auto; order: 3; } /* --- FOOTER (TRIAL) - MÓVIL --- */ .footer-section { padding: 40px 0 40px 0; } .footer-section h2.section-title { font-size: 51px; margin-top: -30px; margin-bottom: 69px; } .footer-section h2.section-title .thin-text { font-size: 29px; } .footer-section .small-margin { font-size: initial; margin-top: 0; line-height: 1.8; margin-bottom: 36px; } .footer-section .btn-placeholder { height: 69px; margin: 0 auto 21px auto; margin-top: -3px; } .footer-icon { margin: 30px auto; margin-top: 90px; } .footer-links { margin-top: 41px; } .footer-links a, .footer-links a:visited { color: var(--color-text-light); text-decoration: none; } } /style>/head>body> nav classsticky-menu> div classnav-container> div classnav-left> img srcimg/lll-footer.png altLogo Parte 1 classnav-img-placeholder green-box> img srcimg/stocks.png altLogo Parte 2 classnav-img-placeholder green-box> /div> div classnav-right> a hrefhttps://www.instagram.com/tresstocks target_blank>img srcimg/insta.png altInsta classsocial-dot green-box>/a> a hrefhttps://www.tiktok.com/@tresstocks target_blank>img srcimg/tiktok.png altTik Tok classsocial-dot green-box>/a> a hrefhttps://x.com/treslllus target_blank>img srcimg/x.png altX classsocial-dot green-box>/a> a hrefhttps://www.youtube.com/@tresstocks target_blank>img srcimg/youtube-social.png altYoutube classsocial-dot green-box>/a> a hrefmailto:customer@tres.company classnav-link>Contact/a> /div> /div> /nav> header classhero-section> div classcontainer> h1 classmain-title>Startbr>Investingbr>Worldwide./h1> div classhero-image-wrapper> img srcimg/founder.png altHero Graphic classhero-img green-box> div classhero-meta> p> strong>San Diego, Ca./strong>br>Global Trading Platformbr>© Copyright 2024 /p> /div> /div> /div> /header> section classstocks-section> div classcontainer> div classstocks-content-wrapper> div classcol-left-images> img srcimg/chart1.png altStock 1 classstock-img red-box> img srcimg/chart2.png altStock 2 classstock-img red-box> img srcimg/chart3.png altStock 3 classstock-img red-box> /div> div classcol-right-text> h2 classsection-title stocks-title-mobile-adjust>Stocks that move like Crypto./h2> p classjustified-text stocks-text-mobile-adjust> TRES Stocks is a mobile app for span stylecolor: #61bd58;>b>New Investors/b>/span> seeking crypto-like volatility stocks. TRES alerts b>span stylecolor: #61bd58;>fast-moving volatile stocks/span>/b>. b>Easy to use and amazingly fast/b>, it focuses on intraday moves, b>span stylecolor: #61bd58;>reduces decision-making time significantly/span>/b>, and b>makes the stock market more accessible and exciting/b>. /p> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank>img srcimg/download.png altButton Desktop classbtn-placeholder red-box btn-desktop> /a> /div> /div> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank> img srcimg/download.png altButton Mobile classbtn-placeholder red-box btn-mobile>/a> /div> /section> section classtap-buy-section> div classcontainer> div classcol-left-image-large> img srcimg/1-tap.png altApp Interface classpurple-img purple-box> /div> div classcol-right-text> h2 classsection-title>1Tap-Buy/h2> p classjustified-text> With TRES Stocks you invest with a simple b>span stylecolor: #61bd58;>1-Tap Buy/span>/b>, taking a ton of work off your shoulders and even needing no math. You instantly receive potential supernovas, b>span stylecolor: #61bd58;>place orders faster/span>/b>, and enjoy exciting intraday volatility, with runups sometimes up to b>span stylecolor: #61bd58;>300% on price action/span>/b>. /p> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank> img srcimg/download.png altButton classbtn-placeholder purple-box narrow-btn>/a> /div> /div> /section> section classdemo-section> div classcontainer> div classdemo-image-column> a hrefhttps://www.youtube.com/shorts/-x1JsSALeNM?siELb3garw63OkgdPq target_blank>img srcimg/watch-demo.png altDemo Video classdemo-img blue-box>/a> /div> div classdemo-text-content> div classdemo-icon-wrapper-desktop> h2 classsection-title>Watch thebr>30-Sec Demo/h2> /div> div classdemo-header-mobile> h2 classsection-title>Watch thebr>30-Sec Demo/h2> /div> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank> img srcimg/download.png altButton Desktop classbtn-placeholder blue-box narrow-btn> /a> /div> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank> img srcimg/download.png altButton Mobile classbtn-placeholder blue-box btn-demo-mobile>/a> /div> /section> footer classfooter-section> div classcontainer column-center> h2 classsection-title center-text>30 Days Trialbr>span classthin-text>for Limited Time/span>/h2> p classcenter-text small-margin>Join the Worldwide Trading Revolutionbr>b>Download TRES Stocks Now/b>/p> a hrefhttps://apps.apple.com/app/tres/id1671225694 target_blank> img srcimg/download.png altButton Footer classbtn-placeholder yellow-box>/a> img srcimg/lll-footer.png altIcon classfooter-icon yellow-box> div classfooter-links> We believe in Better Life, Around the Globe, Through Tech.br> TRES is a mission-driven tech company focused on creating meaningful tech products that amaze us and provide experiences people love.br> We believe in creating a future we think should exist, in creating opportunities for everyone worldwide, and in making life worth living for all. br> Everything on this website regarding trading is for educational and entertainment purposes only.br> TRES III is a C-Corp company in Delaware, focused on Design & Software Development for legal purposes. br>br>br> For more information, please readbr> a hrefhttps://tres.company/docs/Terms-and-conditions.pdf target_blank>Terms and Conditions/a> & a hrefhttps://tres.company/docs/Privacy-Policy.pdf target_blank>Privacy Policy/a> br>br>br> span classcopyright>© 2026. All Rights Reserved./span> /span> /div> /div> /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
]