Help
RSS
API
Feed
Maltego
Contact
Domain > www.tradelaide.com.au
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-01-20
77.104.180.83
(
ClassC
)
2025-08-10
66.29.146.210
(
ClassC
)
Port 80
HTTP/1.1 301 Moved Permanentlykeep-alive: timeout5, max100content-type: text/htmlcontent-length: 795date: Sun, 10 Aug 2025 08:21:27 GMTserver: LiteSpeedlocation: https://www.tradelaide.com.au/x-turbo-charged-by: LiteSpeed !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 OKkeep-alive: timeout5, max100content-type: text/htmllast-modified: Sun, 20 Jul 2025 12:51:50 GMTaccept-ranges: bytescontent-length: 24943date: Sun, 10 Aug 2025 08:21:27 GMTserver: LiteSpeedx-turbo-charged-by: LiteSpeed !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Tradelaide - AI Agents Stock Broker/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%); color: #ffffff; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation */ nav { position: fixed; top: 0; width: 100%; background: rgba(10, 10, 10, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); z-index: 1000; transition: all 0.3s ease; } .nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; } .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #00d4ff, #5b73ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #ffffff; text-decoration: none; font-weight: 500; transition: color 0.3s ease; position: relative; } .nav-links a:hover { color: #00d4ff; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: linear-gradient(135deg, #00d4ff, #5b73ff); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .cta-btn { background: linear-gradient(135deg, #00d4ff, #5b73ff); color: white; padding: 0.8rem 1.5rem; border: none; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3); } /* Hero Section */ .hero { padding-top: 100px; min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; } .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; z-index: 2; } .hero-text h1 { font-size: 3.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem; background: linear-gradient(135deg, #ffffff, #00d4ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-text p { font-size: 1.2rem; color: #b8c5d6; margin-bottom: 2rem; line-height: 1.6; } .hero-buttons { display: flex; gap: 1rem; margin-bottom: 3rem; } .btn-primary { background: linear-gradient(135deg, #00d4ff, #5b73ff); color: white; padding: 1rem 2rem; border: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0, 212, 255, 0.4); } .btn-secondary { background: transparent; color: #00d4ff; padding: 1rem 2rem; border: 2px solid #00d4ff; border-radius: 50px; font-weight: 600; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; } .btn-secondary:hover { background: rgba(0, 212, 255, 0.1); transform: translateY(-3px); } .stats { display: flex; gap: 2rem; } .stat-item { text-align: center; } .stat-number { font-size: 2rem; font-weight: 800; color: #00d4ff; display: block; } .stat-label { font-size: 0.9rem; color: #8892b0; } /* Trading Dashboard Visual */ .hero-visual { position: relative; } .dashboard { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2rem; position: relative; overflow: hidden; } .dashboard::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent, rgba(0, 212, 255, 0.1), transparent); animation: rotate 3s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .dashboard-content { position: relative; z-index: 2; } .dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; } .dashboard-title { font-size: 1.2rem; font-weight: 700; color: #ffffff; } .status-indicator { display: flex; align-items: center; gap: 0.5rem; color: #00ff88; font-size: 0.9rem; } .status-dot { width: 8px; height: 8px; background: #00ff88; border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .trading-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; } .trading-card { background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 1.5rem; transition: all 0.3s ease; } .trading-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2); } .card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; } .stock-symbol { font-weight: 700; color: #ffffff; } .price-change { font-weight: 600; } .price-up { color: #00ff88; } .price-down { color: #ff4757; } .ai-action { font-size: 0.85rem; color: #00d4ff; background: rgba(0, 212, 255, 0.1); padding: 0.3rem 0.8rem; border-radius: 20px; margin-top: 0.5rem; display: inline-block; } /* Features Section */ .features { padding: 8rem 0; background: rgba(0, 0, 0, 0.2); } .section-header { text-align: center; margin-bottom: 4rem; } .section-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff, #00d4ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-subtitle { font-size: 1.1rem; color: #8892b0; max-width: 600px; margin: 0 auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2.5rem; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 212, 255, 0.2); } .feature-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #00d4ff, #5b73ff); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.5rem; } .feature-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 1rem; color: #ffffff; } .feature-description { color: #b8c5d6; line-height: 1.6; } /* Background Animation */ .bg-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; } .floating-element { position: absolute; width: 2px; height: 2px; background: #00d4ff; border-radius: 50%; animation: float 6s infinite linear; } @keyframes float { 0% { transform: translateY(100vh) translateX(0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-100px) translateX(100px); opacity: 0; } } /* Responsive */ @media (max-width: 768px) { .hero-content { grid-template-columns: 1fr; text-align: center; } .hero-text h1 { font-size: 2.5rem; } .nav-links { display: none; } .hero-buttons { justify-content: center; } .features-grid { grid-template-columns: 1fr; } .trading-cards { grid-template-columns: 1fr; } } /style>/head>body> !-- Navigation --> nav> div classnav-container> div classlogo>Tradelaide/div> ul classnav-links> li>a href#features>Features/a>/li> li>a href#agents>AI Agents/a>/li> li>a href#performance>Performance/a>/li> li>a href#pricing>Pricing/a>/li> /ul> a hreftrad.html classcta-btn>Get Started/a> /div> /nav> !-- Hero Section --> section classhero> div classbg-animation idbgAnimation>/div> div classcontainer> div classhero-content> div classhero-text> h1>AI Agents Delivering Smarter Investment Services for ASX Traders/h1> p>Experience the future of automated trading with our advanced AI agents that analyze market patterns, execute trades, and maximize returns on the Australian Securities Exchange./p> div classhero-buttons> a hreftrad.html classbtn-primary>Start Trading/a> a hreftry.html classbtn-secondary>Watch Stock/a> /div> div classstats> div classstat-item> span classstat-number>6/span> span classstat-label>AI Agents Working Simultaneously/span> /div> div classstat-item> span classstat-number>24/7/span> span classstat-label>Active Trading/span> /div> div classstat-item> span classstat-number>0.02s/span> span classstat-label>Execution Time/span> /div> /div> /div> div classhero-visual> div classdashboard> div classdashboard-content> div classdashboard-header> div classdashboard-title>AI Trading Dashboard/div> div classstatus-indicator> div classstatus-dot>/div> Active /div> /div> div classtrading-cards idtradingCards> div classtrading-card> div classcard-header> div classstock-symbol>CBA.AX/div> div classprice-change price-up>+2.4%/div> /div> div>$108.50/div> div classai-action>π€ BUY Signal/div> /div> div classtrading-card> div classcard-header> div classstock-symbol>BHP.AX/div> div classprice-change price-down>-1.2%/div> /div> div>$42.80/div> div classai-action>π€ HOLD Position/div> /div> /div> /div> /div> /div> /div> /div> /section> div idglobeViz>/div> !-- JS Libraries --> script srchttps://unpkg.com/three@0.152.2/build/three.min.js>/script> script srchttps://unpkg.com/globe.gl>/script> script srchttps://unpkg.com/topojson@3>/script> script> function toggleMenu() { document.getElementById(navLinks).classList.toggle(show); } const globe Globe() (document.getElementById(globeViz)) .globeImageUrl(//unpkg.com/three-globe/example/img/earth-night.jpg) //.backgroundColor(#ffffff) .polygonAltitude(0.01) .polygonCapColor(() > #e0e0e0) .polygonSideColor(() > #e0e0e0) .polygonStrokeColor(() > #ff9100) .polygonsTransitionDuration(300) .atmosphereColor(#ff9100) .atmosphereAltitude(0.2) .showAtmosphere(true) .enablePointerInteraction(false); globe.controls().autoRotate true; globe.controls().autoRotateSpeed 4; globe.controls().enableZoom false; fetch(https://unpkg.com/world-atlas@2.0.2/countries-110m.json) .then(res > res.json()) .then(worldData > { const countries topojson.feature(worldData, worldData.objects.countries).features; globe.polygonsData(countries); // Zoom Animation Loop // Infinite Zoom Animation Loop let zoomedIn false; setInterval(() > { if (!zoomedIn) { // π Zoom into Australia and stop rotation globe.controls().autoRotate false; globe.pointOfView({ lat: -25, lng: 134, altitude: 1.3 }, 3000); } else { // π Zoom out to global view and resume rotation globe.pointOfView({ lat: 20, lng: 0, altitude: 3 }, 3000); setTimeout(() > { globe.controls().autoRotate true; }, 3000); // Wait for zoom-out to finish before rotating } zoomedIn !zoomedIn; }, 8000); // Every 8 seconds a full in/out cycle // Company Pins const pins { lat: -33.8688, lng: 151.2093, label: CBA.AX\nSydney, color: lime }, { lat: -37.8136, lng: 144.9631, label: BHP.AX\nMelbourne, color: red }, { lat: -27.4698, lng: 153.0251, label: NAB.AX\nBrisbane, color: lime }, { lat: -34.9285, lng: 138.6007, label: AMP.AX\nAdelaide, color: red }, { lat: -31.9505, lng: 115.8605, label: FMG.AX\nPerth, color: lime } ; globe .labelsData(pins) .labelLat(d > d.lat) .labelLng(d > d.lng) .labelText(d > d.label) .labelColor(d > d.color) .labelSize(() > 1.2) .labelDotRadius(0.35) .labelAltitude(0.02); }); /script> /div> !-- Features Section --> section classfeatures idfeatures> div classcontainer> div classsection-header> h2 classsection-title>Powered by Advanced AI/h2> p classsection-subtitle>Our intelligent trading system combines machine learning, real-time analysis, and risk management to deliver superior results./p> /div> div classfeatures-grid> div classfeature-card> div classfeature-icon>π§ /div> h3 classfeature-title>Super Intelligent Decision Engine/h3> p classfeature-description>Our AI agents donβt just trade they think. Every decision is driven by a unified engine that fuses strong>fundamental insights/strong> (company financials, earnings, macro trends) with strong>technical signals/strong> (price action, indicators, volume spikes) to make calculated, high-confidence moves across ASX stocks./p> /div> div classfeature-card> div classfeature-icon>β‘/div> h3 classfeature-title>Real-time Execution/h3> p classfeature-description>Lightning-fast trade execution with microsecond latency to capitalize on market opportunities instantly./p> /div> div classfeature-card> div classfeature-icon>π‘οΈ/div> h3 classfeature-title>Risk Management/h3> p classfeature-description>Advanced risk assessment algorithms that protect your capital while maximizing growth potential./p> /div> div classfeature-card> div classfeature-icon>π/div> h3 classfeature-title>Market Analysis/h3> p classfeature-description>Comprehensive analysis of market trends, news sentiment, and technical indicators across all ASX stocks./p> /div> div classfeature-card> div classfeature-icon>π/div> h3 classfeature-title>Adaptive Learning/h3> p classfeature-description>AI agents that continuously learn and adapt their strategies based on market conditions and performance./p> /div> div classfeature-card> div classfeature-icon>π±/div> h3 classfeature-title>Mobile Control/h3> p classfeature-description>Monitor and control your AI agents from anywhere with our intuitive mobile application./p> /div> /div> /div> /section> script> // Background animation function createFloatingElements() { const bgAnimation document.getElementById(bgAnimation); const elementCount 50; for (let i 0; i elementCount; i++) { const element document.createElement(div); element.className floating-element; element.style.left Math.random() * 100 + %; element.style.animationDelay Math.random() * 6 + s; element.style.animationDuration (6 + Math.random() * 4) + s; bgAnimation.appendChild(element); } } // Dynamic trading data function updateTradingCards() { const cards document.querySelectorAll(.trading-card); const stocks { symbol: CBA.AX, price: 108.50 }, { symbol: BHP.AX, price: 42.80 }, { symbol: CSL.AX, price: 285.60 }, { symbol: WBC.AX, price: 22.15 } ; setInterval(() > { cards.forEach((card, index) > { if (stocksindex) { const change (Math.random() - 0.5) * 4; const newPrice stocksindex.price + change; const changePercent (change / stocksindex.price * 100).toFixed(1); const priceElement card.querySelector(.price-change); const symbolElement card.querySelector(.stock-symbol); if (priceElement && symbolElement) { priceElement.textContent (change > 0 ? + : ) + changePercent + %; priceElement.className price-change + (change > 0 ? price-up : price-down); // Update price const priceDisplay card.querySelector(div:nth-child(3)); if (priceDisplay) { priceDisplay.textContent $ + newPrice.toFixed(2); } } stocksindex.price newPrice; } }); }, 3000); } // Smooth scroll for navigation document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Initialize animations document.addEventListener(DOMContentLoaded, () > { createFloatingElements(); updateTradingCards(); }); // Navbar scroll effect window.addEventListener(scroll, () > { const nav document.querySelector(nav); if (window.scrollY > 50) { nav.style.background rgba(10, 10, 10, 0.95); } else { nav.style.background rgba(10, 10, 10, 0.9); } }); /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
]