Hello,

Background: I have a C/C++ .so agent module for snmpd. It works correctly.

However, now I am thinking about making it more resistant to brute-forcing.
Lets say I want to block the user if they make 5 failed requests in a row
(a naive example).

I was thinking about capturing the request during auth stage, verifying the
user credentials "manually" (then continuing the normal processing) and
keeping track of failed requests per user.

Is there any possibility using the Net-SNMP to achieve anything like this?
All kinds of ideas are appreciated. Even those needing to extend the
library/snmpd functionality.

Regards,
Janne Paalijarvi
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to