Skip to content

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

ParameterTypeDefaultDescription
portinteger5432TCP port

What gets captured

EventFields
Connection madeSource IP and port
Data sentRaw protocol bytes
Login attemptUsername and cleartext password