Skip to content

SNMP Honeypot Enterprise Community

The SNMP service emulates an SNMP UDP server. It logs SNMP GET and SET requests, which attackers use to enumerate network devices.

High noise

SNMP is available but tends to generate high volumes of low-fidelity events in most environments. Enable it only if your use case specifically requires it.

Configuration

json
"snmp": [
  {
    "port": 161
  }
]

Parameters

ParameterTypeDefaultDescription
portinteger161UDP port

What gets captured

EventFields
Query receivedSource IP, community string, OID varbind list, SNMP version