Skip to content

Commit

Permalink
Merge pull request #1803 from jknockaert/patch-2
Browse files Browse the repository at this point in the history
limit brute force rule to dropbear
  • Loading branch information
atomicturtle authored Dec 12, 2019
2 parents 160c6d4 + cbdb403 commit abb36d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/rules/dropbear_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<rule id="51004" level="10" frequency="6" timeframe="120" ignore="60">
<if_matched_group>authentication_failed</if_matched_group>
<same_source_ip />
<decoded_as>dropbear</decoded_as>
<description>dropbear brute force attempt.</description>
<group>authentication_failures,</group>
</rule>
Expand Down

0 comments on commit abb36d4

Please sign in to comment.