Help
RSS
API
Feed
Maltego
Contact
Domain > budgee.pro
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-29
18.65.3.95
(
ClassC
)
2023-10-29
18.65.3.75
(
ClassC
)
2023-11-07
18.244.214.23
(
ClassC
)
2023-11-19
18.161.6.14
(
ClassC
)
2023-11-21
18.173.132.97
(
ClassC
)
2023-12-30
99.86.229.98
(
ClassC
)
2025-08-03
193.42.118.127
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: nginx/1.22.1Date: Sun, 03 Aug 2025 06:45:53 GMTContent-Type: text/htmlContent-Length: 11408Last-Modified: Fri, 27 Jun 2025 21:46:02 GMTConnection: keep-aliveETag: 685f111a-2c90Accept-Ranges: bytes !DOCTYPE html>html langru>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Budgee - революционное приложение/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@300;400;600;700&familyPlayfair+Display:wght@400;700&displayswap relstylesheet> style> :root { --primary: #6c5ce7; --secondary: #a29bfe; --accent: #fd79a8; --light: #f8f9fa; --dark: #2d3436; --text: #636e72; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Montserrat, sans-serif; color: var(--text); line-height: 1.6; background-color: var(--light); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; padding: 80px 0 120px; text-align: center; clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); position: relative; overflow: hidden; } header::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%); animation: pulse 15s infinite linear; } @keyframes pulse { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } h1, h2, h3 { font-family: Playfair Display, serif; font-weight: 700; } h1 { font-size: 3.5rem; margin-bottom: 20px; position: relative; z-index: 1; } .tagline { font-size: 1.5rem; font-weight: 300; max-width: 700px; margin: 0 auto 40px; position: relative; z-index: 1; } .cta-button { display: inline-block; background-color: var(--accent); color: white; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.1); position: relative; z-index: 1; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(0,0,0,0.15); } .phone-mockup { width: 300px; position: relative; margin: -80px auto 0; z-index: 2; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2)); } .phone-mockup img { width: 100%; display: block; } .features { padding: 100px 0; text-align: center; } .section-title { font-size: 2.5rem; margin-bottom: 60px; color: var(--dark); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 60px; } .feature-card { background: white; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .feature-icon { font-size: 3rem; color: var(--primary); margin-bottom: 20px; } .feature-title { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); } .testimonials { background: linear-gradient(135deg, var(--secondary), var(--primary)); padding: 100px 0; color: white; text-align: center; } .testimonial-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 40px; border-radius: 10px; max-width: 800px; margin: 0 auto; } .testimonial-text { font-size: 1.3rem; font-style: italic; margin-bottom: 30px; } .testimonial-author { font-weight: 600; } .pricing { padding: 100px 0; text-align: center; } .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 60px; } .pricing-card { background: white; border-radius: 10px; padding: 40px 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .pricing-card.popular { border: 2px solid var(--accent); position: relative; } .popular-badge { position: absolute; top: -15px; right: 20px; background: var(--accent); color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; } .pricing-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .price { font-size: 3rem; font-weight: 700; color: var(--primary); margin: 20px 0; } .price span { font-size: 1rem; font-weight: 400; } .pricing-features { list-style: none; margin: 30px 0; text-align: left; } .pricing-features li { margin-bottom: 10px; position: relative; padding-left: 25px; } .pricing-features li::before { content: ✓; color: var(--accent); position: absolute; left: 0; } footer { background: var(--dark); color: white; padding: 60px 0 30px; text-align: center; } .footer-links { display: flex; justify-content: center; gap: 30px; margin: 30px 0; } .footer-links a { color: var(--light); text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: var(--accent); } .social-icons { display: flex; justify-content: center; gap: 20px; margin: 30px 0; } .social-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .social-icon:hover { background: var(--accent); transform: translateY(-3px); } .copyright { margin-top: 30px; opacity: 0.7; font-size: 0.9rem; } @media (max-width: 768px) { h1 { font-size: 2.5rem; } .tagline { font-size: 1.2rem; } .section-title { font-size: 2rem; } .phone-mockup { width: 250px; } } /style>/head>body> header> div classcontainer> h1>Budgee изменит вашу жизнь/h1> p classtagline>Инновационное решение для современных задач. Просто, удобно, эффективно./p>!-- a href#download classcta-button>Скачать сейчас/a>--> /div>!-- div classphone-mockup>-->!-- <!– Здесь должно быть изображение телефона с интерфейсом приложения –>-->!-- img srchttps://via.placeholder.com/300x600 altMyApp интерфейс>-->!-- /div>--> /header> section classfeatures> div classcontainer> h2 classsection-title>Почему выбирают Budgee/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>⚡/div> h3 classfeature-title>Молниеносная скорость/h3> p>Наше приложение работает в 2 раза быстрее аналогов благодаря уникальным алгоритмам./p> /div> div classfeature-card> div classfeature-icon>🔒/div> h3 classfeature-title>Полная безопасность/h3> p>Ваши данные защищены по военным стандартам шифрования./p> /div> div classfeature-card> div classfeature-icon>🤖/div> h3 classfeature-title>Искусственный интеллект/h3> p>Умные алгоритмы предугадывают ваши желания и адаптируются под вас./p> /div> /div> /div> /section> footer> div classcontainer> h2>Budgee/h2> div classfooter-links> a href#>О нас/a> a href#>Функции/a> a href#>Тарифы/a> a href#>Блог/a> a href#>Контакты/a> /div> div classsocial-icons> a href# classsocial-icon>f/a> a href# classsocial-icon>in/a> a href# classsocial-icon>t/a> a href# classsocial-icon>ig/a> /div> p classcopyright>© 2025 Budgee.Pro. Все права защищены./p> /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
]