Help
RSS
API
Feed
Maltego
Contact
Domain > thebondnews.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-11-23
172.64.106.20
(
ClassC
)
2026-02-14
172.67.137.10
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sat, 14 Feb 2026 14:43:44 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Tue, 02 Jan 2024 02:46:01 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}vary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sH8FdbDcha17AHnj1%2FvpSSvevpoveId6zP4dhTQhQVcOtq8Vp0dV1P2XmLrJFCZ5692bcxJF5ADkJKs6PjEB9gB32AO8e7a9EqBQHi5w%3D}}cf-cache-status: DYNAMICCF-RAY: 9cdd56e68bf9ff0e-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Halat/title> style> body { margin: 0; overflow: hidden; font-family: Arial, sans-serif; background-color: #222; color: #fff; display: flex; align-items: center; justify-content: center; height: 100vh; position: relative; } #particles { position: absolute; width: 100%; height: 100%; z-index: -1; } #quote-container { text-align: center; padding: 20px; border-radius: 8px; background-color: rgba(0, 0, 0, 0.5); } #quote { font-size: 24px; margin-bottom: 10px; } #author { font-style: italic; } .particle { position: absolute; width: 6px; height: 6px; border-radius: 50%; } /style>/head>body> div idparticles>/div> div idquote-container> div idquote>/div> div idauthor>/div> /div> script> // Particle Animation const particles document.getElementById(particles); const particleElements ; for (let i 0; i 200; i++) { const particle document.createElement(div); particle.className particle; particles.appendChild(particle); particleElements.push({ element: particle, color: getRandomColor() }); } const animateParticles () > { particleElements.forEach(({ element, color }) > { const speed 0.5; const angle Math.random() * 2 * Math.PI; const vx speed * Math.cos(angle); const vy speed * Math.sin(angle); let { left, top } element.getBoundingClientRect(); if (left 0 || left > window.innerWidth || top 0 || top > window.innerHeight) { // If a particle goes outside the window, reset its position left Math.random() * window.innerWidth; top Math.random() * window.innerHeight; } element.style.left left + vx + px; element.style.top top + vy + px; element.style.backgroundColor color; }); requestAnimationFrame(animateParticles); }; animateParticles(); // Actual Quotes const quotes { text: The only way to do great work is to love what you do., author: Steve Jobs }, { text: Life is what happens when youre busy making other plans., author: John Lennon }, { text: The future belongs to those who believe in the beauty of their dreams., author: Eleanor Roosevelt }, { text: In three words I can sum up everything Ive learned about life: it goes on., author: Robert Frost }, { text: Success is not final, failure is not fatal: It is the courage to continue that counts., author: Winston Churchill }, { text: The best way to predict the future is to invent it., author: Alan Kay }, { text: Your time is limited, dont waste it living someone elses life., author: Steve Jobs }, { text: The only limit to our realization of tomorrow will be our doubts of today., author: Franklin D. Roosevelt }, { text: Do not wait for leaders; do it alone, person to person., author: Mother Teresa }, { text: If you want to achieve greatness stop asking for permission., author: Anonymous }, { text: The only thing standing between you and your goal is the story you keep telling yourself., author: Jordan Belfort } ; function getRandomQuote() { return quotesMath.floor(Math.random() * quotes.length); } function updateQuote() { const quoteElement document.getElementById(quote); const authorElement document.getElementById(author); const randomQuote getRandomQuote(); quoteElement.textContent `${randomQuote.text}`; authorElement.textContent `- ${randomQuote.author}`; } function getRandomColor() { const letters 0123456789ABCDEF; let color #; for (let i 0; i 6; i++) { color + lettersMath.floor(Math.random() * 16); } return color; } // Initial Quote updateQuote(); // Change quote every 5 seconds setInterval(updateQuote, 8000); /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
]