Skip to content

Rsync Honeypot Enterprise Community

The Rsync service emulates a file synchronization server and logs connection attempts.

Configuration

json
"rsync": [
  {
    "port": 873,
    "version": "31.0",
    "modules": ["Backup", "Users"]
  }
]

Parameters

ParameterTypeDefaultDescription
portinteger873TCP port
versionstring31.0Protocol version in the @RSYNCD: greeting (31.0 or 30.0)
modulesarray["Backup", "Users"]Module names advertised in the module list and accepted for auth

What gets captured

EventFields
Connection madeSource IP and port
Data sentRaw client data
Query receivedModule name requested (including empty module-list request)
Login attemptUsername and challenge response