Help
RSS
API
Feed
Maltego
Contact
Domain > newsnexus.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-04-02
172.98.77.133
(
ClassC
)
2026-02-27
64.29.17.65
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAccess-Control-Allow-Origin: *Age: 19884Cache-Control: public, max-age3600Content-Disposition: inlineContent-Length: 21842Content-Type: text/html; charsetutf-8Date: Fri, 27 Feb 2026 04:59:06 GMTEtag: 9ded4e909a16de23f3a099fba1e8fb15Last-Modified: Thu, 26 Feb 2026 23:27:42 GMTServer: VercelStrict-Transport-Security: max-age63072000X-Vercel-Cache: HITX-Vercel-Id: pdx1::5nfhr-1772168346476-cf7b5219ae0c !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>GDELT :: Global Event Monitor/title> link relicon hrefdata:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 100 100>circle cx50 cy50 r40 fill%23c41e3a/>/svg>> link hrefhttps://fonts.googleapis.com/css2?familyRajdhani:wght@400;500;600;700&familyShare+Tech+Mono&displayswap relstylesheet> style> :root { --bg-primary: #0a0e13; --bg-secondary: #12181f; --bg-tertiary: #1a222c; --accent-red: #c41e3a; --accent-red-glow: rgba(196, 30, 58, 0.4); --accent-amber: #d4a017; --accent-cyan: #17a2b8; --text-primary: #e8e6e3; --text-secondary: #8b9098; --text-muted: #5a6270; --border-dark: #2a3441; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Share Tech Mono, monospace; background: var(--bg-primary); color: var(--text-primary); min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: auto; padding: 20px 0; } /* Scanline effect */ body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9999; background: repeating-linear-gradient( 0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px ); } /* Grid background */ body::after { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -1; background-image: linear-gradient(rgba(196, 30, 58, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(196, 30, 58, 0.03) 1px, transparent 1px); background-size: 50px 50px; } .terminal-container { width: 90%; max-width: 800px; background: var(--bg-secondary); border: 1px solid var(--border-dark); border-radius: 8px; box-shadow: 0 0 60px rgba(0, 0, 0, 0.5), 0 0 100px var(--accent-red-glow); overflow: hidden; } .terminal-header { background: var(--bg-tertiary); padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border-dark); } .terminal-dot { width: 12px; height: 12px; border-radius: 50%; } .terminal-dot.red { background: #ff5f57; } .terminal-dot.yellow { background: #febc2e; } .terminal-dot.green { background: #28c840; } .terminal-title { margin-left: auto; font-size: 12px; color: var(--text-muted); letter-spacing: 2px; } .terminal-body { padding: 24px; min-height: 400px; max-height: 60vh; overflow-y: auto; } .terminal-line { margin-bottom: 8px; opacity: 0; transform: translateY(10px); animation: fadeInLine 0.3s ease forwards; } @keyframes fadeInLine { to { opacity: 1; transform: translateY(0); } } .prompt { color: var(--accent-red); } .command { color: var(--accent-cyan); } .output { color: var(--text-secondary); padding-left: 16px; } .highlight { color: var(--accent-amber); } .success { color: #28c840; } .section-header { color: var(--accent-red); font-size: 14px; letter-spacing: 2px; margin: 20px 0 12px 0; padding-bottom: 8px; border-bottom: 1px solid var(--border-dark); } .typing-cursor { display: inline-block; width: 10px; height: 18px; background: var(--accent-red); animation: blink 1s infinite; vertical-align: middle; margin-left: 4px; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } .enter-prompt { margin-top: 30px; text-align: center; opacity: 0; animation: fadeIn 0.5s ease forwards; animation-delay: 0.5s; } @keyframes fadeIn { to { opacity: 1; } } .disclaimer-box { margin-bottom: 20px; padding: 16px; background: var(--bg-tertiary); border: 1px solid var(--border-dark); border-radius: 4px; max-width: 600px; margin-left: auto; margin-right: auto; } .disclaimer-checkbox { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 12px; color: var(--text-secondary); line-height: 1.5; text-align: left; } .disclaimer-checkbox inputtypecheckbox { margin-top: 2px; width: 18px; height: 18px; cursor: pointer; flex-shrink: 0; } .checkbox-text { flex: 1; } .terms-link { color: var(--accent-red); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s ease; } .terms-link:hover { border-bottom-color: var(--accent-red); } .button-row { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; } .enter-btn, .donate-btn-splash { background: transparent; border: 2px solid var(--accent-red); color: var(--text-primary); padding: 14px 40px; font-family: Share Tech Mono, monospace; font-size: 14px; letter-spacing: 3px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; } .enter-btn:hover, .donate-btn-splash:hover { background: var(--accent-red); box-shadow: 0 0 30px var(--accent-red-glow); } .enter-btn:disabled { opacity: 0.4; cursor: not-allowed; border-color: var(--border-dark); } .enter-btn:disabled:hover { background: transparent; box-shadow: none; } .donate-btn-splash { display: flex; align-items: center; gap: 8px; padding: 14px 30px; } .paypal-icon-splash { width: 18px; height: 18px; } .skip-btn { position: fixed; top: 20px; right: 20px; background: transparent; border: 1px solid var(--border-dark); color: var(--text-muted); padding: 8px 20px; font-family: Share Tech Mono, monospace; font-size: 11px; letter-spacing: 2px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; z-index: 100; } .skip-btn:hover { border-color: var(--accent-red); color: var(--accent-red); box-shadow: 0 0 20px rgba(196, 30, 58, 0.2); } .enter-hint { margin-top: 12px; font-size: 12px; color: var(--text-muted); letter-spacing: 1px; } .logo-container { margin-bottom: 30px; text-align: center; } .logo { font-family: Rajdhani, sans-serif; font-size: 48px; font-weight: 700; letter-spacing: 8px; color: var(--text-primary); text-shadow: 0 0 30px var(--accent-red-glow); } .logo-sub { font-size: 14px; color: var(--text-muted); letter-spacing: 4px; margin-top: 8px; } .hidden { display: none !important; } /* Loading animation when entering */ .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg-primary); display: flex; align-items: center; justify-content: center; z-index: 10000; opacity: 0; pointer-events: none; transition: opacity 0.5s ease; } .loading-overlay.active { opacity: 1; pointer-events: auto; } .loading-spinner { width: 60px; height: 60px; border: 3px solid var(--border-dark); border-top-color: var(--accent-red); border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } /* Responsive */ @media (max-width: 600px) { .logo { font-size: 28px; letter-spacing: 3px; } .logo-sub { font-size: 11px; } .terminal-container { width: 95%; max-height: 60vh; } .terminal-body { padding: 12px; font-size: 11px; line-height: 1.4; max-height: 50vh; overflow-y: auto; } .disclaimer-box { padding: 12px; } .disclaimer-checkbox { font-size: 10px; gap: 8px; } .disclaimer-checkbox inputtypecheckbox { width: 16px; height: 16px; } .enter-btn, .donate-btn-splash { padding: 12px 24px; font-size: 13px; } .enter-prompt { margin-top: 16px; } } /style>/head>body> div classloading-overlay idloadingOverlay> div classloading-spinner>/div> /div> button classskip-btn idskipBtn>Skip →/button> div classlogo-container> div classlogo>NewsNexus.net/div> div classlogo-sub>Global Event Monitor/div> /div> div classterminal-container> div classterminal-header> div classterminal-dot red>/div> div classterminal-dot yellow>/div> div classterminal-dot green>/div> div classterminal-title>system://init/div> /div> div classterminal-body idterminalBody> !-- Content will be typed here --> /div> /div> div classenter-prompt hidden identerPrompt> div classdisclaimer-box> label classdisclaimer-checkbox> input typecheckbox iddisclaimerCheck> span classcheckbox-text>I agree to the a hrefterms.html target_blank classterms-link>Terms of Use/a> and acknowledge that this site aggregates publicly available news from third-party sources. The inclusion, display, or linking of any content does not constitute endorsement, approval, or validation of the views expressed therein./span> /label> /div> div classbutton-row> button classenter-btn identerBtn disabled>Enter/button> form actionhttps://www.paypal.com/donate methodpost target_top stylemargin: 0;> input typehidden namebusiness valueX6SRXBZMB8M2U /> input typehidden nameno_recurring value0 /> input typehidden nameitem_name valueWebsites arent free. Please consider paying to keep this server live providing news. Just all news. Everywhere. /> input typehidden namecurrency_code valueUSD /> button typesubmit classdonate-btn-splash titleDonate via PayPal> svg classpaypal-icon-splash xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 fillcurrentColor> path dM20.067 8.478c.492.88.556 2.014.3 3.327-.74 3.806-3.276 5.12-6.514 5.12h-.5a.805.805 0 0 0-.794.68l-.04.22-.63 3.993-.028.15a.804.804 0 0 1-.794.68H7.72a.483.483 0 0 1-.477-.558L9.278 7.08a.965.965 0 0 1 .952-.813h4.927c.954 0 1.77.097 2.448.29.433.124.828.299 1.191.532.114.073.227.153.336.24a4.543 4.543 0 0 1 .935 1.149zM10.43 2c.642 0 1.235.032 1.77.107 2.572.36 3.996 1.548 4.456 4.012.085.454.118.931.107 1.428a5.476 5.476 0 0 0-1.191-.532 9.388 9.388 0 0 0-2.448-.29H8.198a.965.965 0 0 0-.952.813L5.21 21.558a.483.483 0 0 0 .477.558h3.347c.346 0 .64-.249.703-.592l.04-.22.63-3.993.04-.22a.805.805 0 0 1 .794-.68h.5c3.238 0 5.774-1.314 6.514-5.12.256-1.313.192-2.446-.3-3.327a4.543 4.543 0 0 0-.935-1.149 5.14 5.14 0 0 0-.336-.24c-.022-.013-.042-.027-.065-.04a6.003 6.003 0 0 0-1.095-.476C14.845 6.346 14.131 6.267 13.2 6.267H8.273a.965.965 0 0 0-.952.813L5.21 21.558c.073-.421.477-.558.477-.558h3.347l.886-5.614.04-.22a.805.805 0 0 1 .794-.68h.5c3.238 0 5.774-1.314 6.514-5.12.256-1.313.192-2.446-.3-3.327-.167-.3-.377-.571-.623-.813-.114-.112-.238-.213-.37-.304a6.438 6.438 0 0 0-1.095-.476C14.71 4.346 13.995 4.267 13.064 4.267H8.137a.965.965 0 0 0-.952.813L5.073 19.088c-.01.063-.017.127-.017.192 0 .346.28.626.626.626h3.347c.346 0 .64-.249.703-.592l.04-.22.63-3.993.04-.22a.805.805 0 0 1 .794-.68h.5c3.238 0 5.774-1.314 6.514-5.12.256-1.313.192-2.446-.3-3.327-.492-.88-1.443-1.573-2.844-1.985C14.444 2.097 12.663 2 10.43 2z/> /svg> span>Donate/span> /button> /form> /div> div classenter-hint>Accept terms to continue/div> /div> script> const lines { type: prompt, text: > initializing global event monitor... }, { type: output, text: System online. Connection established., delay: 300 }, { type: section, text: MISSION }, { type: output, text: In an era of information gatekeeping and algorithmic censorship, }, { type: output, text: access to unfiltered global news has become increasingly rare. }, { type: output, text: }, { type: highlight, text: This platform exists to provide uncensored, unbiased access }, { type: highlight, text: to world events as they unfold - without editorial filters. }, { type: section, text: DATA SOURCE }, { type: output, text: Powered by the span classhighlight>GDELT Project/span> - the largest open database }, { type: output, text: of human society, monitoring news from every corner of the globe }, { type: output, text: in over 100 languages, updated every 24 hours. }, { type: section, text: AI PROCESSING }, { type: command, text: > Starting up AI systems... }, { type: output, text: span classsuccess>1/span> Categorization - Conflict, Protest, Disaster, Diplomatic, Economic }, { type: output, text: span classsuccess>2/span> Translation - Converting non-English headlines to English }, { type: output, text: span classsuccess>3/span> Geolocation - Extracting precise coordinates from article context }, { type: section, text: STATUS }, { type: success, text: > All systems operational. }, { type: prompt, text: > Ready to display global events map.span classtyping-cursor>/span> } ; const terminalBody document.getElementById(terminalBody); const enterPrompt document.getElementById(enterPrompt); const enterBtn document.getElementById(enterBtn); const skipBtn document.getElementById(skipBtn); const loadingOverlay document.getElementById(loadingOverlay); let currentLine 0; const baseDelay 80; const lineDelay 150; let typingTimeout null; function typeLines() { if (currentLine > lines.length) { // Show enter prompt enterPrompt.classList.remove(hidden); return; } const line linescurrentLine; const div document.createElement(div); div.className terminal-line; // Set animation delay for stagger effect div.style.animationDelay `${currentLine * 50}ms`; if (line.type section) { div.className + section-header; div.innerHTML line.text; } else if (line.type prompt) { div.innerHTML `span classprompt>${line.text}/span>`; } else if (line.type command) { div.innerHTML `span classcommand>${line.text}/span>`; } else if (line.type highlight) { div.innerHTML `span classhighlight>${line.text}/span>`; } else if (line.type success) { div.innerHTML `span classsuccess>${line.text}/span>`; } else { div.className + output; div.innerHTML line.text || ; } terminalBody.appendChild(div); terminalBody.scrollTop terminalBody.scrollHeight; currentLine++; const delay line.delay || lineDelay; typingTimeout setTimeout(typeLines, delay); } function enterSite() { // Clear any pending typing animations if (typingTimeout) { clearTimeout(typingTimeout); } loadingOverlay.classList.add(active); // Small delay then redirect setTimeout(() > { window.location.href map.html; }, 800); } function skipToEnd() { // Clear typing timeout if (typingTimeout) { clearTimeout(typingTimeout); } // Immediately show all remaining lines while (currentLine lines.length) { const line linescurrentLine; const div document.createElement(div); div.className terminal-line; div.style.animationDelay 0ms; div.style.opacity 1; div.style.transform translateY(0); if (line.type section) { div.className + section-header; div.innerHTML line.text; } else if (line.type prompt) { div.innerHTML `span classprompt>${line.text}/span>`; } else if (line.type command) { div.innerHTML `span classcommand>${line.text}/span>`; } else if (line.type highlight) { div.innerHTML `span classhighlight>${line.text}/span>`; } else if (line.type success) { div.innerHTML `span classsuccess>${line.text}/span>`; } else { div.className + output; div.innerHTML line.text || ; } terminalBody.appendChild(div); currentLine++; } terminalBody.scrollTop terminalBody.scrollHeight; // Show enter prompt enterPrompt.classList.remove(hidden); skipBtn.style.display none; } // Event listeners const disclaimerCheck document.getElementById(disclaimerCheck); disclaimerCheck.addEventListener(change, (e) > { enterBtn.disabled !e.target.checked; }); enterBtn.addEventListener(click, enterSite); skipBtn.addEventListener(click, skipToEnd); document.addEventListener(keydown, (e) > { if (e.key Enter && !enterPrompt.classList.contains(hidden) && disclaimerCheck.checked) { enterSite(); } }); // Always show splash screen - no auto-skip // Start typing animation setTimeout(typeLines, 500); /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
]