Help
RSS
API
Feed
Maltego
Contact
Domain > avelinthiora.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-24
172.67.132.96
(
ClassC
)
2025-11-03
104.21.12.193
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 03 Nov 2025 20:34:15 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareCache-Control: no-storeVary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sq718ek1iZIMUtDJtnRNtX5WOAtOtoIcJnMDKkfOY471jvA6t4NfemoCX1nDge2EVqbrFjnTdJAmgg%2FCCXzlKhk0iWljBhq%2FZjXAjWxTPp7Y%3D}}cf-cache-status: DYNAMICCF-RAY: 998ea6bb2e510384-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>avelinthiora - Financial Analysis Tools & Software Solutions/title> meta namedescription contentProfessional financial analysis tools and software solutions. Comprehensive data insights, portfolio management, and financial planning resources for businesses and professionals.> meta namekeywords contentfinancial analysis, financial software, portfolio management, data analysis, financial planning, investment tools> meta nametheme-color content#798F89> meta propertyog:title contentavelinthiora - Financial Analysis Tools & Software Solutions> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://avelinthiora.sbs/> meta propertyog:image contenthttps://avelinthiora.sbs/template_images/xjJLwnKvUI.jpg> link relsitemap typeapplication/xml href./sitemap.xml> link relicon typeimage/x-icon href./favicon.svg> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/launch.css@1.1.2/dist/index.min.css> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700&displayswap relstylesheet> style> :root { --primary-color: #798F89; --secondary-color: #9DB5B1; --tertiary-color: #C2DAD7; --text-dark: #2D3748; --text-light: #718096; --white: #FFFFFF; --gray-50: #F7FAFC; --gray-100: #EDF2F7; --gray-200: #E2E8F0; --success: #48BB78; --warning: #ED8936; --error: #F56565; } * { box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; line-height: 1.6; color: var(--text-dark); margin: 0; padding: 0; background-color: var(--gray-50); font-size: 16px; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; } header { background: var(--white); border-bottom: 1px solid var(--gray-200); box-shadow: 0 2px 8px rgba(121, 143, 137, 0.08); position: relative; z-index: 100; } .header-content { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2rem; min-height: 80px; padding: 1rem 0; } .logo-container { display: flex; align-items: center; gap: 0.75rem; } .logo-container img { height: 45px; width: auto; display: block; } .company-name { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); text-decoration: none; letter-spacing: -0.02em; } .navigation { justify-self: end; } .nav-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 2rem; align-items: center; } .nav-item { position: relative; } .nav-link { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: 0.95rem; padding: 0.5rem 0; transition: color 0.2s ease; border-radius: 4px; } .nav-link:hover { color: var(--primary-color); } .nav-link:focus { outline: 2px solid var(--primary-color); outline-offset: 2px; color: var(--primary-color); } footer { background: var(--primary-color); color: var(--white); margin-top: auto; } .footer-content { padding: 3rem 0 2rem; } .footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; margin-bottom: 2rem; } .footer-section h3 { color: var(--white); font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); } .footer-section p, .footer-section a { color: var(--tertiary-color); text-decoration: none; margin-bottom: 0.5rem; display: block; transition: color 0.2s ease; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); } .footer-section a:hover { color: var(--white); } .footer-section a:focus { outline: 2px solid var(--white); outline-offset: 2px; color: var(--white); } .footer-bottom { border-top: 1px solid rgba(194, 218, 215, 0.3); padding: 1.5rem 0; text-align: center; color: var(--tertiary-color); text-shadow: 1px 1px 2px rgba(0,0,0,0.1); } .cookie-consent { position: fixed; bottom: 2rem; left: 2rem; right: 2rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.15); z-index: 1000; max-width: 500px; margin: 0 auto; display: none; } .cookie-consent.show { display: block; animation: slideUp 0.3s ease; } @keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .cookie-text { font-size: 0.9rem; line-height: 1.5; color: var(--text-dark); margin-bottom: 1rem; } .cookie-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; } .cookie-accept { background: var(--primary-color); color: var(--white); border: none; padding: 0.6rem 1.2rem; border-radius: 6px; font-weight: 500; cursor: pointer; transition: background-color 0.2s ease; min-height: 44px; } .cookie-accept:hover { background: #6A7F79; } .cookie-reject { background: transparent; color: var(--text-light); border: 1px solid var(--gray-200); padding: 0.6rem 1.2rem; border-radius: 6px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; min-height: 44px; } .cookie-reject:hover { border-color: var(--primary-color); color: var(--primary-color); } .cookie-policy-link { color: var(--primary-color); text-decoration: underline; font-size: 0.85rem; transition: color 0.2s ease; } .cookie-policy-link:hover { color: #6A7F79; } .cookie-accept:focus, .cookie-reject:focus, .cookie-policy-link:focus { outline: 2px solid var(--primary-color); outline-offset: 2px; } @media (max-width: 768px) { .header-content { grid-template-columns: 1fr; gap: 1rem; text-align: center; min-height: auto; } .navigation { justify-self: center; } .nav-list { flex-wrap: wrap; justify-content: center; gap: 1.5rem; } .footer-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; } .cookie-consent { position: fixed; top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); width: 85%; max-width: 400px; padding: 2rem; } .cookie-text { font-size: 1.1rem; line-height: 1.6; margin-bottom: 1.5rem; } .cookie-buttons { flex-direction: column; gap: 1rem; } .cookie-accept, .cookie-reject { width: 100%; padding: 0.8rem 1.5rem; font-size: 1.1rem; min-height: 50px; } .cookie-policy-link { font-size: 1rem; margin-top: 0.5rem; } } @media (max-width: 480px) { .container { padding: 0 1rem; } .nav-list { gap: 1rem; } .nav-link { font-size: 0.9rem; } .company-name { font-size: 1.3rem; } } .financial-hub-main { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #2c3e50; overflow-x: hidden; } .hero-financial-backdrop { position: relative; min-height: 100vh; background: linear-gradient(135deg, #798F89 0%, #9DB5B1 50%, #C2DAD7 100%); display: flex; align-items: center; justify-content: center; padding: 0 20px; } .hero-content-wrapper { max-width: 1200px; width: 100%; text-align: center; z-index: 5; position: relative; } .hero-primary-heading { font-size: 3.5rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); letter-spacing: -0.5px; } .hero-subtext-description { font-size: 1.3rem; color: #f8f9fa; margin-bottom: 2.5rem; max-width: 700px; margin-left: auto; margin-right: auto; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); } .hero-cta-container { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .primary-action-btn { background: #ffffff; color: #798F89; padding: 16px 32px; border: none; border-radius: 8px; font-size: 1.1rem; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.15); cursor: pointer; position: relative; z-index: 10; } .primary-action-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.25); background: #f8f9fa; } .secondary-action-btn { background: transparent; color: #ffffff; padding: 16px 32px; border: 2px solid #ffffff; border-radius: 8px; font-size: 1.1rem; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; cursor: pointer; position: relative; z-index: 10; } .secondary-action-btn:hover { background: #ffffff; color: #798F89; } .geometric-overlay { position: absolute; top: 0; right: 0; width: 400px; height: 400px; background: rgba(255,255,255,0.1); border-radius: 50%; transform: translate(30%, -30%); z-index: 1; } .diagonal-process-section { padding: 100px 0; background: #ffffff; position: relative; overflow: hidden; } .diagonal-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 3; } .process-title-main { text-align: center; font-size: 2.8rem; color: #798F89; margin-bottom: 3rem; font-weight: 700; } .diagonal-steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 60px; } .step-card-diagonal { background: linear-gradient(135deg, #C2DAD7 0%, #9DB5B1 100%); padding: 40px 30px; border-radius: 20px; transform: rotate(-2deg); transition: all 0.4s ease; box-shadow: 0 8px 25px rgba(121, 143, 137, 0.15); position: relative; overflow: hidden; } .step-card-diagonal:nth-child(even) { transform: rotate(2deg); background: linear-gradient(135deg, #9DB5B1 0%, #798F89 100%); } .step-card-diagonal:hover { transform: rotate(0deg) scale(1.05); box-shadow: 0 15px 35px rgba(121, 143, 137, 0.25); } .step-number-badge { position: absolute; top: -10px; right: 20px; background: #798F89; color: #ffffff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; box-shadow: 0 4px 12px rgba(0,0,0,0.2); } .step-card-diagonal:nth-child(even) .step-number-badge { background: #C2DAD7; color: #798F89; } .step-heading-text { font-size: 1.5rem; font-weight: 600; color: #2c3e50; margin-bottom: 15px; margin-top: 20px; } .step-description-text { color: #34495e; font-size: 1rem; line-height: 1.7; } .asymmetric-feature-section { background: linear-gradient(45deg, #798F89 0%, #9DB5B1 100%); padding: 120px 0; position: relative; } .asymmetric-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .feature-layout-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; } .feature-content-left { color: #ffffff; } .feature-main-title { font-size: 2.6rem; font-weight: 700; margin-bottom: 2rem; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } .feature-description-block { font-size: 1.2rem; margin-bottom: 2.5rem; line-height: 1.8; opacity: 0.95; } .feature-highlight-list { list-style: none; padding: 0; } .feature-highlight-list li { padding: 12px 0; position: relative; padding-left: 30px; font-size: 1.1rem; } .feature-highlight-list li:before { content: ●; position: absolute; left: 0; color: #C2DAD7; font-size: 1.5rem; } .feature-image-container { position: relative; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.3); transform: rotate(3deg); } .feature-main-image { width: 100%; height: 400px; object-fit: cover; display: block; loading: lazy; } .metrics-dashboard-section { background: #f8f9fa; padding: 100px 0; position: relative; } .metrics-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .dashboard-header { text-align: center; margin-bottom: 80px; } .dashboard-title { font-size: 2.5rem; color: #798F89; font-weight: 700; margin-bottom: 1rem; } .dashboard-subtitle { font-size: 1.2rem; color: #6c757d; max-width: 600px; margin: 0 auto; } .metrics-grid-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .metric-card-item { background: #ffffff; padding: 40px 25px; border-radius: 12px; text-align: center; box-shadow: 0 5px 20px rgba(121, 143, 137, 0.1); border-top: 4px solid #798F89; transition: all 0.3s ease; } .metric-card-item:nth-child(2n) { border-top-color: #9DB5B1; transform: translateY(-10px); } .metric-card-item:nth-child(3n) { border-top-color: #C2DAD7; } .metric-card-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(121, 143, 137, 0.2); } .metric-number { font-size: 3rem; font-weight: 800; color: #798F89; display: block; margin-bottom: 10px; } .metric-label { font-size: 1.1rem; color: #495057; font-weight: 500; } .testimonial-carousel-section { background: #798F89; padding: 100px 0; position: relative; overflow: hidden; } .carousel-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; } .carousel-title { text-align: center; font-size: 2.4rem; color: #ffffff; font-weight: 700; margin-bottom: 60px; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } .testimonials-flex { display: flex; gap: 40px; align-items: stretch; } .testimonial-card { background: #ffffff; padding: 40px 30px; border-radius: 15px; flex: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.2); position: relative; } .testimonial-quote { font-size: 1.1rem; color: #495057; line-height: 1.7; margin-bottom: 25px; font-style: italic; } .testimonial-quote:before { content: ; font-size: 3rem; color: #C2DAD7; position: absolute; top: 10px; left: 15px; } .testimonial-author { display: flex; align-items: center; gap: 15px; } .author-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid #C2DAD7; loading: lazy; } .author-info { flex: 1; } .author-name { font-size: 1.1rem; font-weight: 600; color: #798F89; margin-bottom: 5px; } .author-role { font-size: 0.95rem; color: #6c757d; } .floating-element-1 { position: absolute; top: 10%; left: -50px; width: 100px; height: 100px; background: rgba(194, 218, 215, 0.3); border-radius: 50%; animation: float 6s ease-in-out infinite; } .floating-element-2 { position: absolute; bottom: 20%; right: -60px; width: 80px; height: 80px; background: rgba(157, 181, 177, 0.3); transform: rotate(45deg); animation: float 8s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } @media (max-width: 768px) { .hero-primary-heading { font-size: 2.5rem; margin-bottom: 1rem; } .hero-subtext-description { font-size: 1.1rem; margin-bottom: 2rem; } .hero-cta-container { flex-direction: column; align-items: center; } .primary-action-btn, .secondary-action-btn { width: 100%; max-width: 280px; text-align: center; } .diagonal-steps-grid { grid-template-columns: 1fr; gap: 30px; } .step-card-diagonal { transform: rotate(0deg); margin: 0 10px; } .step-card-diagonal:nth-child(even) { transform: rotate(0deg); } .feature-layout-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; } .feature-image-container { transform: rotate(0deg); max-width: 100%; } .testimonials-flex { flex-direction: column; gap: 30px; } .metrics-grid-layout { grid-template-columns: repeat(2, 1fr); gap: 20px; } .metric-card-item:nth-child(2n) { transform: translateY(0); } .process-title-main, .dashboard-title, .carousel-title, .feature-main-title { font-size: 2rem; } .floating-element-1, .floating-element-2 { display: none; } } @media (max-width: 480px) { .diagonal-process-section, .asymmetric-feature-section, .metrics-dashboard-section, .testimonial-carousel-section { padding: 60px 0; } .metrics-grid-layout { grid-template-columns: 1fr; } .hero-primary-heading { font-size: 2rem; } .geometric-overlay { display: none; } } /style> script typeapplication/ld+json> { @context: https://schema.org, @type: Organization, name: avelinthiora, url: https://avelinthiora.sbs, address: { @type: PostalAddress, streetAddress: Robina Community Centre Office Level 2, San Antonio Ct, addressLocality: Robina, addressRegion: QLD, postalCode: 4226, addressCountry: AU }, telephone: +61889879355, email: info@avelinthiora.sbs, description: Professional financial analysis tools and software training platform, serviceType: Financial Education } /script>/head>body> header rolebanner> div classcontainer header-content> div classlogo-container> img src./template_images/logo.svg altavelinthiora Logo> a href./ classcompany-name aria-labelavelinthiora Home>avelinthiora/a> /div> nav classnavigation rolenavigation aria-labelMain navigation> ul classnav-list> li classnav-item> a href./ classnav-link>Home/a> /li> li classnav-item> a href./inquiry.html classnav-link>Contact Us/a> /li> li classnav-item> a href./about.html classnav-link>About Us/a> /li> li classnav-item> a href./curriculum.html classnav-link>Learning Program/a> /li> li classnav-item> a href./who-we-are.html classnav-link>Our Team/a> /li> /ul> /nav> /div> /header> main classfinancial-hub-main> section classhero-financial-backdrop> div classgeometric-overlay>/div> div classhero-content-wrapper> h1 classhero-primary-heading>Master Financial Analysis with Real-World Tools/h1> p classhero-subtext-description>Build expertise in financial modeling, data analysis, and market research through hands-on training with industry-standard software and methodologies./p> div classhero-cta-container> a href./curriculum.html classprimary-action-btn>Explore Programs/a> a href./inquiry.html classsecondary-action-btn>Get Information/a> /div> /div> /section> section classdiagonal-process-section> div classdiagonal-container> h2 classprocess-title-main>Your Path to Financial Analysis Mastery/h2> div classdiagonal-steps-grid> div classstep-card-diagonal> div classstep-number-badge> 1 /div> h3 classstep-heading-text>Foundation Assessment/h3> p classstep-description-text>We start by evaluating your current knowledge of financial concepts and analytical thinking. This helps us recommend the most suitable learning track for your background and career goals./p> /div> div classstep-card-diagonal> div classstep-number-badge> 2 /div> h3 classstep-heading-text>Core Skills Development/h3> p classstep-description-text>Build essential competencies in data interpretation, statistical analysis, and financial modeling. Youll work with real market data and learn to spot trends that matter in todays economy./p> /div> div classstep-card-diagonal> div classstep-number-badge> 3 /div> h3 classstep-heading-text>Software Proficiency/h3> p classstep-description-text>Gain hands-on experience with professional-grade financial analysis tools. From spreadsheet mastery to specialized software, youll develop the technical skills employers value most./p> /div> div classstep-card-diagonal> div classstep-number-badge> 4 /div> h3 classstep-heading-text>Portfolio Creation/h3> p classstep-description-text>Complete real-world projects that demonstrate your analytical capabilities. These case studies become valuable portfolio pieces that showcase your expertise to potential employers./p> /div> /div> /div> /section> section classasymmetric-feature-section> div classasymmetric-wrapper feature-layout-grid> div classfeature-content-left> h2 classfeature-main-title>Why Financial Analysis Skills Matter More Than Ever/h2> p classfeature-description-block>The financial landscape has become increasingly complex, with data-driven decision making now essential across all industries. Companies need professionals who can interpret market signals and translate complex information into actionable insights./p> ul classfeature-highlight-list> li>Growing demand for analytical professionals across sectors/li> li>Remote work opportunities in financial consulting/li> li>Skills that remain relevant regardless of economic shifts/li> li>Foundation for entrepreneurship and investment decisions/li> li>Pathway to senior management and strategic roles/li> /ul> /div> div classfeature-image-container>img src./template_images/Mfwh.jpg altProfessional working on financial analysis using multiple monitors with charts and graphs classfeature-main-image>/div> /div> /section> section classmetrics-dashboard-section> div classmetrics-container> div classdashboard-header> h2 classdashboard-title>Learning Outcomes That Speak Volumes/h2> p classdashboard-subtitle>Our comprehensive approach to financial education has helped numerous students develop practical skills for todays market environment./p> /div> div classmetrics-grid-layout> div classmetric-card-item> span classmetric-number>450+/span> p classmetric-label>Completed Projects/p> /div> div classmetric-card-item> span classmetric-number>15/span> p classmetric-label>Software Platforms/p> /div> div classmetric-card-item> span classmetric-number>89%/span> p classmetric-label>Skills Improvement/p> /div> div classmetric-card-item> span classmetric-number>24/7/span> p classmetric-label>Resource Access/p> /div> /div> /div> /section> section classtestimonial-carousel-section> div classfloating-element-1>/div> div classfloating-element-2>/div> div classcarousel-container> h2 classcarousel-title>Student Experiences/h2> div classtestimonials-flex> div classtestimonial-card> p classtestimonial-quote>The practical approach really stood out to me. Instead of just theory, we worked with actual market data from day one. By month three, I felt confident analyzing quarterly reports and spotting investment trends Id never noticed before./p> div classtestimonial-author> img src./template_images/ZuYhGXxbt.jpg altMarcus Chen classauthor-photo> div classauthor-info> p classauthor-name>Marcus Chen/p> p classauthor-role>Recent Graduate/p> /div> /div> /div> div classtestimonial-card> p classtestimonial-quote>What impressed me most was how the instructors connected financial concepts to real business scenarios. The software training was thorough, and I appreciated learning multiple platforms rather than just focusing on one tool./p> div classtestimonial-author> img src./template_images/mJMfOu.jpg altSarah Mitchell classauthor-photo> div classauthor-info> p classauthor-name>Sarah Mitchell/p> p classauthor-role>Career Changer/p> /div> /div> /div> /div> /div> /section> /main> footer rolecontentinfo> div classcontainer footer-content> div classfooter-grid> div classfooter-section> h3>Contact Information/h3> p>Robina Community Centre Office/p> p>Level 2, San Antonio Ct/p> p>Robina QLD 4226, Australia/p>a hreftel:+61889879355>+61 889 879 355/a> a hrefmailto:info@avelinthiora.sbs>info@avelinthiora.sbs/a> /div> div classfooter-section> h3>Quick Links/h3>a href./>Home/a> a href./about.html>About Us/a> a href./inquiry.html>Contact Us/a> a href./who-we-are.html>Our Team/a> a href./curriculum.html>Learning Program/a> /div> div classfooter-section> h3>Legal & Privacy/h3>a href./cookie-notice.html>Cookie Policy/a> a href./privacy-terms.html>Privacy Policy/a> /div> /div> div classfooter-bottom> p>© 2025 avelinthiora. All rights reserved./p> /div> /div> /footer> div idcookieConsent classcookie-consent roledialog aria-labelledbycookieTitle aria-describedbycookieDesc> div idcookieTitle classcookie-text> strong>We respect your privacy choices/strong>br> span idcookieDesc>Our website uses cookies to enhance functionality and provide personalized content. You have full control over which cookies we can use. Your data preferences matter to us./span> /div> div classcookie-buttons> button idacceptCookies classcookie-accept aria-labelAccept all cookies>Accept All/button> button idrejectCookies classcookie-reject aria-labelReject all cookies>Decline/button> a href./cookie-notice.html classcookie-policy-link aria-labelRead our cookie policy>Cookie Details/a> /div> /div> script> (function() { const CONSENT_KEY domain_cookie_consent; const consentTypes ad_storage, analytics_storage, ad_personalization, ad_user_data; function setConsentDefaults() { const defaults {}; consentTypes.forEach(type > { defaultstype denied; }); return defaults; } function updateConsentState(granted) { const consentState {}; consentTypes.forEach(type > { consentStatetype granted ? granted : denied; }); try { localStorage.setItem(CONSENT_KEY, JSON.stringify({ timestamp: Date.now(), consent: consentState })); } catch (e) { console.error(Failed to store consent preferences); } return consentState; } function getStoredConsent() { try { const stored localStorage.getItem(CONSENT_KEY); if (stored) { const parsed JSON.parse(stored); if (parsed.consent && parsed.timestamp) { const daysSinceConsent (Date.now() - parsed.timestamp) / (1000 * 60 * 60 * 24); if (daysSinceConsent 365) { return parsed.consent; } } } } catch (e) { console.error(Failed to retrieve consent preferences); } return null; } function showConsentBanner() { const banner document.getElementById(cookieConsent); if (banner) { banner.classList.add(show); banner.setAttribute(aria-hidden, false); } } function hideConsentBanner() { const banner document.getElementById(cookieConsent); if (banner) { banner.classList.remove(show); banner.setAttribute(aria-hidden, true); } } function initializeCookieConsent() { const storedConsent getStoredConsent(); if (storedConsent) { hideConsentBanner(); return; } setConsentDefaults(); showConsentBanner(); const acceptBtn document.getElementById(acceptCookies); const rejectBtn document.getElementById(rejectCookies); if (acceptBtn) { acceptBtn.addEventListener(click, function() { updateConsentState(true); hideConsentBanner(); }); } if (rejectBtn) { rejectBtn.addEventListener(click, function() { updateConsentState(false); hideConsentBanner(); }); } document.addEventListener(keydown, function(e) { if (e.key Escape) { const banner document.getElementById(cookieConsent); if (banner && banner.classList.contains(show)) { hideConsentBanner(); } } }); } if (document.readyState loading) { document.addEventListener(DOMContentLoaded, initializeCookieConsent); } else { initializeCookieConsent(); } })(); /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
]