Skip to main content

Relational Model

The relational model of the WiseTrap framework defines how data entities are organized and connected within the relational database system.

The framework uses a structured database design to maintain relationships between users, honeypot modules, attack sessions, monitoring logs, and vulnerability-related records.

Primary keys and foreign key relationships are used to maintain data integrity and ensure accurate linkage between system entities.

The relational structure also improves query performance, simplifies data management, and supports efficient retrieval of attack analysis information and monitoring records.

The database model was designed with scalability and modularity in mind to support future framework enhancements and additional vulnerability modules without major structural modifications