shivasairaj/sentinelops-real-time-siem-soc ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple real time security monitoring app for a small lab setup.

It should take alerts from Wazuh, show them in a clean dashboard, and send important ones to Telegram right away. I want a Flask backend that can read the alert data, expose it through an API, and keep the dashboard updated with recent events like failed SSH logins, brute force attempts, and network scan activity. The frontend should feel like a SOC style dashboard, with clear cards, tables, timestamps, severity levels, and an easy way to see what happened most recently.

Please make it practical and polished, not just a mockup. If you need to look up current docs for Flask, Telegram bot setup, or Wazuh alert handling, go ahead and do that. Include basic setup instructions too, so I can run the backend, start the alert service, and connect it to the frontend without too much trouble.