PostgreSQL Honeypot Enterprise Community
The PostgreSQL service emulates PostgreSQL authentication: it logs the username and password submitted by the client, then returns authentication failed.
Configuration
json
"postgres": [
{
"port": 5432
}
]Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
port | integer | 5432 | TCP port |
What gets captured
| Event | Fields |
|---|---|
| Connection made | Source IP and port |
| Data sent | Raw protocol bytes |
| Login attempt | Username and cleartext password |
