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)
- Host: GitHub
- URL: https://github.com/securedbyjc/eds_postgres_auditlogs
- Owner: securedbyjc
- Created: 2025-04-04T06:13:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T06:33:44.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:13:45.089Z (about 1 year ago)
- Topics: auditlogs, compliance, cybersecurity, eagledefesesystems, edslabs, grc, postgresql, sql, swifteagleai, threatintel, zerotrust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.



## 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