You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
SNMPv1 and SNMPv2 are known to be non-secure protocols. SNMPv3 can be secure if used properly with encryption and authentication. But correct options must be chosen.
Describe the solution you'd like
New check plugin to detect use of pysnmp (Python SNMP library) and use with SNMP version 1, 2, and 3 (with no auth, no priv).
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
SNMPv1 and SNMPv2 are known to be non-secure protocols. SNMPv3 can be secure if used properly with encryption and authentication. But correct options must be chosen.
https://www.us-cert.gov/ncas/alerts/TA17-156A
Describe the solution you'd like
New check plugin to detect use of pysnmp (Python SNMP library) and use with SNMP version 1, 2, and 3 (with no auth, no priv).
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: