admin / SAynapse-Horizon
publicSelf Hosted Cyber Threat Intelligence Hub
SAynapse-Horizon / Synapse-Horizon / index.html
467 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!doctype html> <html lang="en" class="dark"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Synapse-Horizon — Cyber Threat Intelligence dashboard for SOC analysts and threat hunters." /> <title>Synapse-Horizon · CTI Dashboard</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.jsx"></script> </body> </html> |