An open API service indexing awesome lists of open source software.

https://github.com/securedbyjc/eds_postgres_auditlogs

PostgreSQL project simulating a security audit log for Eagle Defense Systems LLC (EDS)
https://github.com/securedbyjc/eds_postgres_auditlogs

auditlogs compliance cybersecurity eagledefesesystems edslabs grc postgresql sql swifteagleai threatintel zerotrust

Last synced: 9 months ago
JSON representation

PostgreSQL project simulating a security audit log for Eagle Defense Systems LLC (EDS)

Awesome Lists containing this project

README

          

# 🦅 EDS PostgreSQL Audit Log Simulation

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.

![PostgreSQL](https://img.shields.io/badge/DB-PostgreSQL-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
![Status](https://img.shields.io/badge/status-active-brightgreen)

## Next Steps

- Add a `users` table 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

## Files
- `schema.sql` - Table structure for the `audit_logs` table
- `sample_data.sql` - Preloaded security event data
- `queries.sql` - Useful SQL queries for filtering and reporting

## Tags
#PostgreSQL #SQL #CyberSecurity #GRC #AuditLogs #EDSLabs #ThreatIntel