Skip to content

Telnet Honeypot Enterprise Community

The Telnet service emulates a Telnet-enabled device and captures login attempts. Telnet is still widely used on network equipment, IoT devices and legacy systems - making it a valuable honeypot target.

Configuration

json
"telnet": [
  {
    "port": 2323,
    "version": "Cisco router telnetd / IOS",
    "hostname": "router"
  }
]

Parameters

ParameterTypeDefaultDescription
portinteger23TCP port
versionstringCisco router telnetd / IOSDevice profile - selects greeting, failure text, and prompt mode
hostnamestringrouterSubstituted for {hostname} in profiles that use it
D-Link DSL router
Cisco IOS
Juniper Networks router
HP ProCurve Switch
MikroTik RouterOS

What gets captured

EventFields
Connection madeSource IP and port
Data sentTelnet option negotiation bytes
Login attemptUsername and password (password-only profiles log an empty username)