Help
RSS
API
Feed
Maltego
Contact
Domain > abhfx.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-10
92.113.16.157
(
ClassC
)
2026-01-23
148.135.128.90
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 23 Jan 2026 13:17:18 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://abhfx.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 730b307194dc6a732dbb207a8c5e964d-phx-edge7x-hcdn-cache-status: EXPIREDx-hcdn-upstream-rt: 0.290 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 13:17:19 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Wed, 07 Jan 2026 15:14:37 GMTEtag: W/fa01-695e785d-6950c65fcd89b41d;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: b5c421c7803380ab3acddd73d21cf20d-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.442 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ABHFX - World-Class Trading Platform/title> !-- Favicon --> link relicon typeimage/svg+xml sizes32x32 href./abhfxFAV.png> link relicon typeimage/svg+xml sizes192x192 href./abhfxFAV.png> link relicon typeimage/svg+xml sizes512x512 href./abhfxFAV.png> link relalternate icon typeimage/svg+xml href./abhfxFAV.png> link relshortcut icon href./abhfxFAV.png> !-- 1. Load Tailwind CSS --> script srchttps://cdn.tailwindcss.com>/script> !-- 2. Load Inter Font --> 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;800&displayswap relstylesheet> !-- NEW: TradingView Widget Script --> script typetext/javascript srchttps://s3.tradingview.com/tv.js>/script> !-- 3. Custom Tailwind Configuration --> script> tailwind.config { theme: { extend: { fontFamily: { sans: Inter, sans-serif, }, colors: { // Using a strong red inspired by the logo brand: { 600: #DC2626, // red-600 700: #B91C1C, // red-700 }, // For market data gain: #16A34A, // green-600 loss: #DC2626, // red-600 } } } } /script> !-- 4. Internal Styles --> style> /* Smooth scrolling for anchor links (fallback) */ html { scroll-behavior: smooth; } /* Page section styles for SPA behavior */ .page-section { display: none; /* Hidden by default */ } .page-section.active { display: block; /* Shown when active */ } /* Desktop Navigation - Simple style */ .desktop-nav-link { @apply inline-flex items-center px-3 py-2 text-sm font-medium text-gray-700 transition-colors duration-200; border-bottom: 2px solid transparent; } .desktop-nav-link:hover { color: #dc2626; } .desktop-nav-link.active { color: #dc2626; border-bottom-color: #dc2626; } /* Mobile Menu - Full Screen Overlay */ #mobile-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: white; z-index: 9999; overflow-y: auto; display: none; /* Hidden by default */ flex-direction: column; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } #mobile-menu:not(.hidden) { display: flex; /* Show when not hidden */ } /* Mobile Menu Header */ .mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.5rem 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } /* Mobile Menu Close Button */ .mobile-menu-close { background: transparent; border: none; color: #374151; cursor: pointer; padding: 0.5rem; display: flex; align-items: center; justify-content: center; transition: color 0.2s; } .mobile-menu-close:hover { color: #dc2626; } /* Mobile Navigation Links */ .mobile-nav-link { display: block; padding: 1rem 1.5rem; color: #374151; font-size: 1.25rem; font-weight: 700; text-decoration: none; transition: all 0.2s; border-bottom: 2px solid transparent; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .mobile-nav-link:hover { color: #dc2626; text-shadow: 0 1px 2px rgba(220, 38, 38, 0.2); } .mobile-nav-link.active { color: #dc2626; border-bottom-color: #dc2626; text-shadow: 0 1px 2px rgba(220, 38, 38, 0.2); } /* Mobile Menu Content */ .mobile-menu-content { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2rem 0; } /* Mobile Menu Footer */ .mobile-menu-footer { padding: 1.5rem; border-top: 1px solid rgba(0, 0, 0, 0.1); } /* Card hover effect */ .interactive-card { @apply transition-all duration-300 ease-in-out; } .interactive-card:hover { @apply transform -translate-y-1 scale-105 shadow-xl; } /* File upload styling */ .file-upload-wrapper { position: relative; overflow: hidden; display: inline-block; width: 100%; } .file-upload-input { position: absolute; left: -9999px; } .file-upload-label { display: flex; align-items: center; justify-content: center; padding: 0.75rem 1rem; border: 2px dashed #d1d5db; border-radius: 0.375rem; background-color: #f9fafb; cursor: pointer; transition: all 0.2s; } .file-upload-label:hover { border-color: #DC2626; background-color: #fef2f2; } .file-upload-label.has-file { border-color: #16A34A; background-color: #f0fdf4; } /style>/head>body classfont-sans bg-white text-gray-900> !-- HEADER --> header classsticky top-0 z-50 bg-white shadow-sm> nav classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classflex justify-between items-center h-16> !-- Logo --> a href# classnav-link flex-shrink-0 flex items-center data-targethome> img src./logo.svg altABHFX classh-20 w-auto stylemax-height: 80px;> /a> !-- Desktop Navigation --> div classhidden sm:ml-6 sm:flex sm:space-x-6> a href# classnav-link desktop-nav-link active data-targethome>Home/a> a href# classnav-link desktop-nav-link data-targetmarkets>Markets/a> a href# classnav-link desktop-nav-link data-targetplatforms>Platforms/a> a href# classnav-link desktop-nav-link data-targetaccounts>Account Types/a> a href# classnav-link desktop-nav-link data-targetfeatures>Features/a> a href# classnav-link desktop-nav-link data-targetabout>About Us/a> a href# classnav-link desktop-nav-link data-targetcontact>Contact/a> /div> !-- Login/Signup Buttons --> div classhidden sm:flex items-center space-x-4> a href# classnav-link inline-flex items-center px-4 py-2 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-600 transition-colors data-targetcontact> Log in /a> a href# classnav-link inline-flex items-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-brand-600 hover:bg-brand-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-700 transition-colors data-targetcontact> Create Account /a> /div> !-- Mobile Menu Button --> div classflex items-center sm:hidden> button idmobile-menu-button typebutton classinline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-brand-600 aria-controlsmobile-menu aria-expandedfalse> span classsr-only>Open main menu/span> !-- Icon for menu (hamburger) --> svg classblock h-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor aria-hiddentrue> path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16M4 18h16 /> /svg> !-- Icon for close (X) --> svg classhidden h-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor aria-hiddentrue> path stroke-linecapround stroke-linejoinround stroke-width2 dM6 18L18 6M6 6l12 12 /> /svg> /button> /div> /div> /nav> !-- Mobile Menu, show/hide based on menu state. --> div classhidden sm:hidden idmobile-menu> !-- Mobile Menu Header --> div classmobile-menu-header> a href# classnav-link flex items-center data-targethome> img src./logo.svg altABHFX classh-10 w-auto stylemax-height: 40px;> /a> button typebutton classmobile-menu-close idmobile-menu-close aria-labelClose menu> svg classh-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor> path stroke-linecapround stroke-linejoinround stroke-width2 dM6 18L18 6M6 6l12 12 /> /svg> /button> /div> !-- Mobile Menu Content --> div classmobile-menu-content> a href# classnav-link mobile-nav-link active data-targethome>Home/a> a href# classnav-link mobile-nav-link data-targetmarkets>Markets/a> a href# classnav-link mobile-nav-link data-targetplatforms>Platforms/a> a href# classnav-link mobile-nav-link data-targetaccounts>Account Types/a> a href# classnav-link mobile-nav-link data-targetfeatures>Features/a> a href# classnav-link mobile-nav-link data-targetabout>About Us/a> a href# classnav-link mobile-nav-link data-targetcontact>Contact/a> /div> !-- Mobile Menu Footer --> div classmobile-menu-footer> div classflex flex-col space-y-2> a href# classnav-link w-full text-center items-center px-4 py-2.5 border border-gray-300 rounded-md text-sm font-medium text-gray-700 bg-white hover:bg-gray-50 transition-colors data-targetcontact> Log in /a> a href# classnav-link w-full text-center items-center px-4 py-2.5 border border-transparent rounded-md text-sm font-medium text-white bg-brand-600 hover:bg-brand-700 transition-colors data-targetcontact> Create Account /a> /div> /div> /div> /header> !-- MAIN CONTENT --> main> !-- --> !-- 1. HOME PAGE (Wrapper) --> !-- --> div data-pagehome classpage-section active> !-- 1a. Hero Section --> section classbg-gray-50> div classcontainer mx-auto px-4 sm:px-6 lg:px-8 py-16 md:py-24> div classmax-w-3xl mx-auto text-center> h1 classtext-4xl font-extrabold tracking-tight text-gray-900 sm:text-5xl md:text-6xl> span classblock>Trade with Confidence on a/span> span classblock text-brand-600>World-Class Platform/span> /h1> p classmt-6 max-w-lg mx-auto text-lg text-gray-600 sm:text-xl> Join ABHFX and access global markets with advanced technology, 24/7 dedicated support, and robust risk management. /p> div classmt-8 flex justify-center> a href# classnav-link inline-flex items-center justify-center px-8 py-3 border border-transparent rounded-md shadow-sm text-base font-medium text-white bg-brand-600 hover:bg-brand-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-700 transition-transform transform hover:scale-105 data-targetcontact> Start Trading Now /a> /div> /div> /div> /section> !-- 1b. TradingView Ticker Tape Widget --> section classbg-white py-2 shadow-sm border-y border-gray-200> !-- TradingView Widget BEGIN --> div classtradingview-widget-container> div classtradingview-widget-container__widget>/div> script typetext/javascript srchttps://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js async> { symbols: { proName: FX_IDC:EURUSD, title: EUR/USD }, { proName: FX_IDC:GBPUSD, title: GBP/USD }, { proName: FX_IDC:USDJPY, title: USD/JPY }, { proName: OANDA:XAUUSD, title: Gold }, { proName: OANDA:SPX500USD, title: S&P 500 }, { proName: OANDA:NAS100USD, title: Nasdaq 100 }, { proName: OANDA:WTICOUSD, title: Crude Oil } , showSymbolLogo: true, colorTheme: light, isTransparent: true, displayMode: adaptive, locale: en } /script> /div> !-- TradingView Widget END --> /section> !-- 1c. Get Started Section --> section classbg-gray-50 py-16 md:py-24> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> Get Started in 3 Easy Steps /h2> p classmt-4 text-lg text-gray-600 max-w-2xl mx-auto> Begin your trading journey with ABHFX today. /p> /div> div classmt-16 grid gap-10 md:grid-cols-3> !-- Step 1 --> div classtext-center p-6 bg-white rounded-lg shadow-sm> div classflex items-center justify-center h-12 w-12 rounded-full bg-brand-600 text-white font-bold text-xl mx-auto>1/div> h3 classmt-5 text-lg font-medium text-gray-900>Create Account/h3> p classmt-2 text-base text-gray-600> Complete our simple and secure online application in minutes. /p> /div> !-- Step 2 --> div classtext-center p-6 bg-white rounded-lg shadow-sm> div classflex items-center justify-center h-12 w-12 rounded-full bg-brand-600 text-white font-bold text-xl mx-auto>2/div> h3 classmt-5 text-lg font-medium text-gray-900>Fund Your Account/h3> p classmt-2 text-base text-gray-600> Deposit funds easily using a variety of secure payment methods. /p> /div> !-- Step 3 --> div classtext-center p-6 bg-white rounded-lg shadow-sm> div classflex items-center justify-center h-12 w-12 rounded-full bg-brand-600 text-white font-bold text-xl mx-auto>3/div> h3 classmt-5 text-lg font-medium text-gray-900>Start Trading/h3> p classmt-2 text-base text-gray-600> Access global markets on our advanced platforms and start trading. /p> /div> /div> /div> /section> !-- 1d. Why ABHFX Teaser --> section classbg-white py-16 md:py-24> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> The ABHFX Advantage /h2> p classmt-4 text-lg text-gray-600 max-w-2xl mx-auto> We are committed to providing our clients with the ultimate trading experience. /p> /div> div classmt-16 grid gap-10 md:grid-cols-3> !-- Feature 1: Advanced Technology --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> div classflex items-center justify-center h-12 w-12 rounded-md bg-brand-600 text-white mx-auto> svg classh-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2>path stroke-linecapround stroke-linejoinround dM9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m-2 6h2M7 7h10v10H7z />/svg> /div> h3 classmt-5 text-lg font-medium text-gray-900>Advanced Technology/h3> p classmt-2 text-base text-gray-600> Leverage our core Ultency Engine and robust infrastructure for high-speed execution. /p> /div> !-- Feature 2: 24/7 Support --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> div classflex items-center justify-center h-12 w-12 rounded-md bg-brand-600 text-white mx-auto> svg classh-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2>path stroke-linecapround stroke-linejoinround dM18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z />/svg> /div> h3 classmt-5 text-lg font-medium text-gray-900>24/7 Dedicated Support/h3> p classmt-2 text-base text-gray-600> Our Tier 1 support aims for sub-30-second response times, with white-glove service for VIPs. /p> /div> !-- Feature 3: Risk Management --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> div classflex items-center justify-center h-12 w-12 rounded-md bg-brand-600 text-white mx-auto> svg classh-6 w-6 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2>path stroke-linecapround stroke-linejoinround dM9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z />/svg> /div> h3 classmt-5 text-lg font-medium text-gray-900>Robust Risk Management/h3> p classmt-2 text-base text-gray-600> A dedicated Chief Risk Officer and specialized teams monitor market and trading risk. /p> /div> /div> /div> /section> /div> !-- End of data-pagehome wrapper --> !-- --> !-- 2. Markets Section (Page) --> !-- --> section data-pagemarkets classpage-section bg-white> !-- TradingView Widget BEGIN --> div classtradingview-widget-container h-500px md:h-700px w-full> div idtradingview_chart_advanced styleheight: 100%; width: 100%;>/div> script typetext/javascript> // Note: tv.js is already loaded in the head> new TradingView.widget( { width: 100%, autosize: true, symbol: FX:EURUSD, interval: D, timezone: Etc/UTC, theme: light, style: 1, locale: en, toolbar_bg: #f1f3f6, enable_publishing: false, allow_symbol_change: true, container_id: tradingview_chart_advanced } ); /script> /div> !-- TradingView Widget END --> /section> !-- --> !-- 3. Platforms Section (Page) --> !-- --> section data-pageplatforms classpage-section bg-gray-50 py-16 md:py-24> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> Our Trading Platforms /h2> p classmt-4 text-lg text-gray-600 max-w-2xl mx-auto> Powerful, reliable, and accessible from any device. Choose the platform that fits your trading style. /p> /div> div classmt-16 grid gap-10 md:grid-cols-3> !-- Platform 1: MT5 --> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>MetaTrader 5/h3> p classmt-2 text-base text-gray-600> The industry-standard platform for advanced charting, automated trading (EAs), and in-depth market analysis. /p> /div> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> p> /p> /div> !-- Platform 3: Mobile Apps --> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>Web & Mobile/h3> p classmt-2 text-base text-gray-600> Access your MT5 accounts from any browser, or trade on the go with our native iOS and Android apps. /p> /div> /div> /div> /section> !-- --> !-- 4. Account Types (Page) --> !-- --> section data-pageaccounts classpage-section bg-white py-16 md:py-24> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> Accounts Tailored to You /h2> p classmt-4 text-lg text-gray-600 max-w-2xl mx-auto> From high-frequency algorithmic trading to personalized white-glove service, we have an account to match your needs. /p> /div> div classmt-16 grid gap-10 md:grid-cols-3> !-- Account 1: HFT --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>HFT Account/h3> p classmt-2 text-base text-gray-600> Designed for high-frequency traders. Benefit from our lowest latency execution, co-located servers, and tiered pricing that rewards high volume. /p> /div> !-- Account 2: DMA --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>DMA Account/h3> p classmt-2 text-base text-gray-600> Direct Market Access. Trade directly with top-tier liquidity providers for transparent pricing, deep liquidity pools, and full market depth. /p> /div> !-- Account 3: VIP --> div classtext-center p-6 bg-gray-50 rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>VIP Account/h3> p classmt-2 text-base text-gray-600> Our premium, white-glove service. Receive a dedicated account manager, bespoke analysis, and priority support. Access by application only. /p> /div> /div> /div> /section> !-- --> !-- 5. Features Section (Page) --> !-- --> section data-pagefeatures classpage-section bg-gray-50 py-16 md:py-24> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> Platform Features /h2> p classmt-4 text-lg text-gray-600 max-w-2xl mx-auto> Discover the powerful features that make ABHFX the preferred choice for traders worldwide. /p> /div> div classmt-16 grid gap-10 md:grid-cols-3> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>Advanced Charting/h3> p classmt-2 text-base text-gray-600> Professional charting tools with multiple timeframes and technical indicators. /p> /div> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>Automated Trading/h3> p classmt-2 text-base text-gray-600> Support for Expert Advisors (EAs) and algorithmic trading strategies. /p> /div> div classtext-center p-6 bg-white rounded-lg shadow-sm interactive-card> h3 classmt-5 text-lg font-medium text-gray-900>Risk Management/h3> p classmt-2 text-base text-gray-600> Built-in risk management tools including stop-loss and take-profit orders. /p> /div> /div> /div> /section> !-- --> !-- 6. About Us Section (Page) --> !-- --> section data-pageabout classpage-section py-16 md:py-24 bg-gray-50> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classmax-w-3xl mx-auto text-center> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> About ABHFX /h2> p classmt-6 text-lg text-gray-600> ABHFX is a premier brokerage dedicated to providing a world-class trading experience. We combine cutting-edge technology, robust infrastructure, and dedicated client support to empower traders globally. /p> p classmt-4 text-lg text-gray-600> Our mission is to deliver unparalleled execution speed, deep liquidity, and a secure, reliable platform for accessing global markets. We believe in building long-term relationships with our clients based on trust, transparency, and a mutual commitment to success. /p> /div> /div> /section> !-- --> !-- 7. Contact Section (Page) --> !-- --> section data-pagecontact classpage-section py-16 md:py-24 bg-white> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classgrid grid-cols-1 md:grid-cols-2 gap-10> !-- Contact Info --> div> h2 classtext-3xl font-extrabold text-gray-900 sm:text-4xl> Get in Touch /h2> p classmt-4 text-lg text-gray-600> Have questions? Our team is ready to help. Reach out to us via the form or through our support channels. /p> p classmt-4 text-lg text-gray-700 font-medium> Please fill out the form, and one of our technical support experts will contact you within 24 hours. /p> div classmt-8 space-y-4> div classflex items-start> !-- Icon: Phone --> div classflex-shrink-0> svg classh-6 w-6 text-brand-600 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2> path stroke-linecapround stroke-linejoinround dM3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z /> /svg> /div> p classml-3 text-base text-gray-600>+ 359 (2) 4928591/p> /div> div classflex items-start> !-- Icon: Email --> div classflex-shrink-0> svg classh-6 w-6 text-brand-600 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2> path stroke-linecapround stroke-linejoinround dM3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z /> /svg> /div> p classml-3 text-base text-gray-600>info@abhfx.com/p> /div> div classflex items-start> !-- Icon: Address --> div classflex-shrink-0> svg classh-6 w-6 text-brand-600 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2> path stroke-linecapround stroke-linejoinround dM17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z /> path stroke-linecapround stroke-linejoinround dM15 11a3 3 0 11-6 0 3 3 0 016 0z /> /svg> /div> p classml-3 text-base text-gray-600>7-mi 11-ti kilometar, Boulevard Tsarigradsko shose 145, fl: 6, 1784 Sofia, Bulgaria/p> /div> /div> /div> !-- Contact Form --> div classbg-gray-50 p-6 sm:p-8 rounded-lg shadow-sm> form idcontact-form actioncontact-handler.php methodPOST enctypemultipart/form-data classspace-y-6> div> label forname classblock text-sm font-medium text-gray-700>Full Name/label> div classmt-1> input typetext namename idname autocompletename classpy-3 px-4 block w-full shadow-sm focus:ring-brand-600 focus:border-brand-600 border-gray-300 rounded-md required> /div> /div> div> label foremail classblock text-sm font-medium text-gray-700>Email/label> div classmt-1> input idemail nameemail typeemail autocompleteemail classpy-3 px-4 block w-full shadow-sm focus:ring-brand-600 focus:border-brand-600 border-gray-300 rounded-md required> /div> /div> div> label forphone classblock text-sm font-medium text-gray-700>Phone Number/label> div classmt-1> input typetel namephone idphone autocompletetel classpy-3 px-4 block w-full shadow-sm focus:ring-brand-600 focus:border-brand-600 border-gray-300 rounded-md> /div> /div> div> label formessage classblock text-sm font-medium text-gray-700>Message (Optional)/label> div classmt-1> textarea idmessage namemessage rows4 classpy-3 px-4 block w-full shadow-sm focus:ring-brand-600 focus:border-brand-600 border border-gray-300 rounded-md>/textarea> /div> /div> div> label forfile-upload classblock text-sm font-medium text-gray-700 mb-2>Upload File (Optional)/label> div classfile-upload-wrapper> input typefile namefile idfile-upload classfile-upload-input accept.pdf,.doc,.docx,.jpg,.jpeg,.png,.txt> label forfile-upload classfile-upload-label idfile-upload-label> svg classw-5 h-5 mr-2 text-gray-400 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor> path stroke-linecapround stroke-linejoinround stroke-width2 dM7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12 /> /svg> span idfile-upload-text>Choose a file or drag it here/span> /label> /div> p classmt-2 text-xs text-gray-500>Accepted formats: PDF, DOC, DOCX, JPG, PNG, TXT (Max 10MB)/p> /div> div> button typesubmit idsubmit-btn classw-full inline-flex justify-center py-3 px-6 border border-transparent rounded-md shadow-sm text-base font-medium text-white bg-brand-600 hover:bg-brand-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-700 transition-colors> span idsubmit-text>Send Message/span> span idsubmit-loading classhidden> svg classanimate-spin -ml-1 mr-3 h-5 w-5 text-white xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24> circle classopacity-25 cx12 cy12 r10 strokecurrentColor stroke-width4>/circle> path classopacity-75 fillcurrentColor dM4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z>/path> /svg> Sending... /span> /button> /div> div idform-message classhidden text-center text-sm font-medium>/div> /form> /div> /div> !-- Divider Section --> div classmt-16 mb-12> div classrelative> div classabsolute inset-0 flex items-center> div classw-full border-t border-gray-300>/div> /div> div classrelative flex justify-center> div classbg-white px-6 py-2> div classflex items-center space-x-3> div classh-1 w-12 bg-brand-600 rounded-full>/div> svg classh-6 w-6 text-brand-600 xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 strokecurrentColor stroke-width2> path stroke-linecapround stroke-linejoinround dM17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z /> path stroke-linecapround stroke-linejoinround dM15 11a3 3 0 11-6 0 3 3 0 016 0z /> /svg> div classh-1 w-12 bg-brand-600 rounded-full>/div> /div> /div> /div> /div> /div> !-- Google Maps Section --> div classmt-12> h3 classtext-2xl font-bold text-gray-900 mb-6>Find Us/h3> div classw-full h-400px md:h-500px rounded-lg overflow-hidden shadow-lg> iframe srchttps://www.google.com/maps?q7-mi+11-ti+kilometar,+Boulevard+Tsarigradsko+shose+145,+fl:+6,+1784+Sofia,+Bulgaria&outputembed width100% height100% styleborder:0; allowfullscreen loadinglazy referrerpolicyno-referrer-when-downgrade titleABHFX Office Location - 7-mi 11-ti kilometar, Boulevard Tsarigradsko shose 145, fl: 6, 1784 Sofia, Bulgaria> /iframe> /div> p classmt-4 text-sm text-gray-600 text-center> a hrefhttps://maps.app.goo.gl/TP3hcj2f2QpLPcqYA target_blank relnoopener noreferrer classtext-brand-600 hover:text-brand-700 underline> View on Google Maps /a> /p> /div> /div> /section> /main> !-- FOOTER --> footer classtext-gray-300 stylebackground-color: #1f2937;> div classcontainer mx-auto px-4 sm:px-6 lg:px-8 py-12> !-- Top Section: Logo, Contact Info, and Social Media --> div classgrid grid-cols-1 md:grid-cols-12 gap-8 mb-12> !-- Logo and Contact Info --> div classmd:col-span-4> a href# classnav-link flex items-center mb-4 data-targethome> img src./logo2.svg altABHFX classh-20 w-auto stylemax-height: 80px;> /a> p classtext-sm text-gray-300 mb-2>info@abhfx.com/p> p classtext-sm text-gray-300>Access global markets with a trusted partner./p> /div> !-- Social Media Icons --> div classmd:col-span-8 flex items-start justify-end md:justify-start md:items-center md:pl-8> div classflex space-x-4> !-- Instagram --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelInstagram> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z/> /svg> /a> !-- X (Twitter) --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelX (Twitter)> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z/> /svg> /a> !-- LinkedIn --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelLinkedIn> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z/> /svg> /a> !-- YouTube --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelYouTube> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z/> /svg> /a> !-- TikTok --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelTikTok> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z/> /svg> /a> !-- Spotify --> a href# target_blank relnoopener noreferrer classtext-gray-600 hover:text-brand-600 transition-colors aria-labelSpotify> svg classw-6 h-6 fillcurrentColor viewBox0 0 24 24> path dM12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.84-.179-.84-.66 0-.359.24-.66.54-.779 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.242 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.42 1.56-.299.421-1.02.599-1.559.3z/> /svg> /a> /div> /div> /div> !-- Main Navigation Links Section --> div classgrid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-7 gap-6 mb-8> !-- Markets --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetmarkets>Markets/a> /div> !-- Platforms --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetplatforms>Platforms/a> /div> !-- Account Types --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetaccounts>Account Types/a> /div> !-- Features --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetfeatures>Features/a> /div> !-- About Us --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetabout>About Us/a> /div> !-- Contact --> div> a href# classnav-link text-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase data-targetcontact>Contact/a> /div> !-- Legal --> div> a href# classtext-base font-bold text-gray-200 hover:text-brand-600 transition-colors uppercase>Legal/a> /div> /div> !-- Legal and Regulatory Information --> hr classmy-8 border-gray-600 /> div classspace-y-4 text-xs text-gray-300 mb-8> !-- Company Information --> p> strong classtext-gray-100>ABHFX Group/strong>, ABH Forex, operating under the brand ABHFX, is an investment dealer authorized and regulated by international financial authorities. We maintain comprehensive insurance coverage to protect client funds. /p> !-- General Disclaimer --> p> ABH Forex LTD is registered under the INTERNATIONAL BUSINESS COMPANIES ACT 2014 with the IBC number HT01125115, holding Brokerage License number a hrefhttps://mwaliregistrar.com/list_of_entities/verify/565 stylefont-weight: bold; color: LightSkyBlue;>BFX2025139/a> under BROKERAGE ACT 2013. ABH Forex LTD has its headquarters at P.B. 1257 Bonovo Road, Fomboni, Comoros, KM. ABH Forex LTD holds the LEI a hrefhttps://lei.bloomberg.com/leis/view/254900IM7ZDN8PXTQ698 stylefont-weight: bold; color: LightSkyBlue;>254900IM7ZDN8PXTQ698/a> with Bloomberg LEI. /p> !-- Risk Warning --> p> strong classtext-gray-100>RISK WARNING:/strong> Trading Forex and CFDs involves significant risk and may not be suitable for all investors. You could lose more than your initial deposit. Please ensure you fully understand the risks and seek independent advice if necessary. ABHFX is a registered trademark. All rights reserved. /p> !-- REGIONAL RESTRICTIONS --> p> strong classtext-gray-100>REGIONAL RESTRICTIONS/strong>, We do not offer our services to residents of certain jurisdictions such as Japan, China, North Korea, Singapore, United Arab Emirates, the United States and to jurisdictions on the FATF and EU/UN sanctions lists /P> !-- Location --> p> strong classtext-gray-100>Registered Address/strong>, ABH Forex LTD has it headquarters located at 7-mi 11-ti kilometar, Boulevard Tsarigradsko shose 145, fl: 6, 1784 Sofia, Bulgaria /P> /div> !-- Bottom Bar --> hr classmy-6 border-gray-600 /> div classflex flex-col sm:flex-row sm:items-center sm:justify-between text-sm text-gray-300> span classmb-4 sm:mb-0>© 2025 a href# classnav-link hover:text-brand-600 transition-colors font-semibold data-targethome>ABHFX™/a>. All Rights Reserved./span> /div> /div> /footer> !-- JAVASCRIPT --> script> // --- Mobile Menu Toggle --- const menuButton document.getElementById(mobile-menu-button); const mobileMenu document.getElementById(mobile-menu); const mobileMenuClose document.getElementById(mobile-menu-close); const menuIcons menuButton.querySelectorAll(svg); function openMobileMenu() { mobileMenu.classList.remove(hidden); mobileMenu.style.display flex; menuButton.setAttribute(aria-expanded, true); menuIcons0.classList.add(hidden); menuIcons1.classList.remove(hidden); document.body.style.overflow hidden; // Prevent body scroll } function closeMobileMenu() { mobileMenu.classList.add(hidden); mobileMenu.style.display none; menuButton.setAttribute(aria-expanded, false); menuIcons0.classList.remove(hidden); menuIcons1.classList.add(hidden); document.body.style.overflow ; // Restore body scroll } menuButton.addEventListener(click, () > { if (mobileMenu.classList.contains(hidden)) { openMobileMenu(); } else { closeMobileMenu(); } }); // Close button if (mobileMenuClose) { mobileMenuClose.addEventListener(click, closeMobileMenu); } // Close menu when clicking on a nav link const mobileNavLinks document.querySelectorAll(#mobile-menu .nav-link); mobileNavLinks.forEach(link > { link.addEventListener(click, (e) > { // Close menu immediately when a link is clicked closeMobileMenu(); }); }); // --- File Upload Handler --- const fileInput document.getElementById(file-upload); const fileLabel document.getElementById(file-upload-label); const fileText document.getElementById(file-upload-text); fileInput.addEventListener(change, function(e) { const file e.target.files0; if (file) { fileText.textContent file.name; fileLabel.classList.add(has-file); } else { fileText.textContent Choose a file or drag it here; fileLabel.classList.remove(has-file); } }); // --- Contact Form Submission --- const contactForm document.getElementById(contact-form); const formMessage document.getElementById(form-message); const submitBtn document.getElementById(submit-btn); const submitText document.getElementById(submit-text); const submitLoading document.getElementById(submit-loading); contactForm.addEventListener(submit, async (e) > { e.preventDefault(); // Validate form if (!contactForm.checkValidity()) { contactForm.reportValidity(); return; } // Validate file size (10MB max) if (fileInput && fileInput.files.length > 0) { const file fileInput.files0; const maxSize 10 * 1024 * 1024; // 10MB if (file.size > maxSize) { showMessage(File size exceeds 10MB limit. Please choose a smaller file., error); return; } } // Show loading state submitText.classList.add(hidden); submitLoading.classList.remove(hidden); submitBtn.disabled true; formMessage.classList.add(hidden); // Create FormData const formData new FormData(contactForm); try { const response await fetch(contact-handler.php, { method: POST, body: formData }); // Check if response is OK if (!response.ok) { throw new Error(`HTTP error! status: ${response.status}`); } // Try to parse JSON response let result; let text ; try { text await response.text(); result JSON.parse(text); } catch (parseError) { console.error(Parse error:, parseError); console.error(Response text:, text); throw new Error(Invalid response from server. Please check if PHP is working.); } if (result.success) { showMessage(Thank you! Your message has been sent successfully., success); contactForm.reset(); if (fileText) fileText.textContent Choose a file or drag it here; if (fileLabel) fileLabel.classList.remove(has-file); } else { showMessage(result.message || An error occurred. Please try again., error); } } catch (error) { console.error(Error details:, error); let errorMessage Network error. Please check your connection and try again.; if (error.message.includes(HTTP error)) { errorMessage `Server error (${error.message}). Please check if contact-handler.php exists and PHP is enabled.`; } else if (error.message.includes(Invalid response)) { errorMessage Server returned invalid response. Please check PHP error logs.; } else if (error.message.includes(Failed to fetch)) { errorMessage Cannot connect to server. Please check if contact-handler.php is in the same directory.; } showMessage(errorMessage, error); } finally { // Reset button state submitText.classList.remove(hidden); submitLoading.classList.add(hidden); submitBtn.disabled false; } }); function showMessage(message, type) { formMessage.textContent message; formMessage.className `text-center text-sm font-medium ${type success ? text-green-600 : text-red-600}`; formMessage.classList.remove(hidden); // Auto-hide after 5 seconds setTimeout(() > { formMessage.classList.add(hidden); }, 5000); } // --- Page Navigation Logic --- const allNavLinks document.querySelectorAll(.nav-link); const pageSections document.querySelectorAll(.page-section); function showPage(targetPage) { // Hide all sections pageSections.forEach(section > { section.classList.remove(active); }); // Show the target section const newPage document.querySelector(`divdata-page${targetPage}, sectiondata-page${targetPage}`); if (newPage) { newPage.classList.add(active); } else { // Fallback to home if page not found document.querySelector(divdata-pagehome).classList.add(active); } // Update active styles for all nav links allNavLinks.forEach(link > { const linkTarget link.getAttribute(data-target); if (link.classList.contains(mobile-nav-link)) { // Handle mobile links if (linkTarget targetPage) { link.classList.add(active); } else { link.classList.remove(active); } } else if (link.classList.contains(desktop-nav-link)) { // Handle desktop links if (linkTarget targetPage) { link.classList.add(active); } else { link.classList.remove(active); } } }); // Scroll to top of page window.scrollTo(0, 0); // Close mobile menu if open if (!mobileMenu.classList.contains(hidden)) { closeMobileMenu(); } } // Add click listeners to all nav links allNavLinks.forEach(link > { link.addEventListener(click, (e) > { e.preventDefault(); const target link.getAttribute(data-target); if (target) { showPage(target); } }); }); // Ensure the home page is shown on initial load document.addEventListener(DOMContentLoaded, () > { showPage(home); // Ensure mobile menu is closed on page load if (mobileMenu && !mobileMenu.classList.contains(hidden)) { closeMobileMenu(); } // Ensure hamburger icon is shown (not X icon) if (menuIcons && menuIcons.length > 2) { menuIcons0.classList.remove(hidden); menuIcons1.classList.add(hidden); } menuButton.setAttribute(aria-expanded, false); }); /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
]