Actions
Feature #4241
closedProtocol support: PostgreSQL (pgsql)
Effort:
Difficulty:
Label:
Protocol
Description
Add support for the PostgreSQL protocol. Not only will this add support for PostgreSQL but other databases that use the PostgreSQL wire format like CockroachDB, and I believe there are others.
The protocol is documented here: https://www.postgresql.org/docs/13/protocol.html
Initial basics should include support for:
- connection username and database
- queries
Thought should be given to what could be normalized in terms of detection keywords and logging with other database protocols, such as MySQL.
Updated by Victor Julien almost 4 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Juliana Fajardini Reichow
- Target version set to 7.0.0-beta1
Updated by Juliana Fajardini Reichow over 3 years ago
- Status changed from Assigned to In Progress
Updated by Juliana Fajardini Reichow over 3 years ago
- Related to Feature #4566: pgsql: add subprotocol-states added
Updated by Juliana Fajardini Reichow about 3 years ago
- Priority changed from Normal to High
Updated by Juliana Fajardini Reichow almost 3 years ago
- Subject changed from Protocol support: PostgreSQL to Protocol support: PostgreSQL (pgsql)
- Status changed from In Progress to In Review
PR under review: https://github.com/OISF/suricata/pull/6799
Updated by Juliana Fajardini Reichow almost 3 years ago
- Related to Feature #4986: pgsql: support frames added
Updated by Juliana Fajardini Reichow almost 3 years ago
Merged with: https://github.com/OISF/suricata/pull/6822
Updated by Victor Julien over 2 years ago
- Status changed from In Review to Closed
Actions