Skip to content

Commit f247c50

Browse files
authored
Update honeypot.md (#102)
fail2ban Setup the Jail typo
1 parent de8ede1 commit f247c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/honeypot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ From this regex, we retrieve the host if the response matches code 418 which is
3535
### Setup the Jail
3636

3737
Then we need to create the jail in:
38-
`/etc/fail2/ban/jail.d/honeypot.conf`
38+
`/etc/fail2ban/jail.d/honeypot.conf`
3939

4040
If you are using apache then the following will work:
4141
```ini
@@ -59,4 +59,4 @@ maxretry = 1
5959
`maxretry` is set to 1 because we do not need to second guess those errors.
6060
Fail2ban is also used to ban ssh attempts after multiple failures, in such case a higher number of retry is need.
6161
As we interact with a honeypot, any behaviour touching it is therefore malicious, there are no false positive in our case
62-
and we do not give the benefit of the doubt.
62+
and we do not give the benefit of the doubt.

0 commit comments

Comments
 (0)