This project simulates a lightweight audit log database used in a cybersecurity GRC platform for Eagle Defense Systems (EDS). Built with PostgreSQL and used for query optimization, reporting, and real-time threat analysis.
- Add a
userstable and simulate multi-user access behavior - Create a Python CLI to query or insert into
audit_logs - Integrate with a future SwiftEagleAI dashboard or GRC UI
schema.sql- Table structure for theaudit_logstablesample_data.sql- Preloaded security event dataqueries.sql- Useful SQL queries for filtering and reporting
#PostgreSQL #SQL #CyberSecurity #GRC #AuditLogs #EDSLabs #ThreatIntel