Re: SNMPv3 does not provide any protection against brute force attacks.
Wes Hardaker via Net-snmp-coders <[email protected]> Fri, 21 Jun 2024 07:41:37 -0700
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
Prankur Chauhan <[email protected]> writes: > Is it possible to identify a malicious IP who is trying multiple times > authentication requests with wrong credentials and increase the > response time for each subsequent auth request, consequently also lock > him/her out for some duration? > > Do you guys know if snmpd can be configured to work with tools such as fail2ban? A few things: 1. With the right debugging flags turned on (try -Dusm) you might be able to watch for failures and create a fail2ban hook to provide fail2ban with new jail entries. 2. But my importantly, you should never ever have an snmp agent (of any kind) connected to the internet without a firewall in front of it that restricts access to only trusted IP addresses. This generally is true for any SNMP or other management control protocol -- they should be accessible only from internal networks. -- Wes Hardaker Please mail all replies to [email protected]