ar bg de en es fr id it nl pl pt sv tr zh

firewall

June "In the Trend of VM" (#28): Linux kernel, Microsoft Defender, and Palo Alto Networks device vulnerabilities

Alexander Leonov

June "In the Trend of VM" (#28): Linux kernel, Microsoft Defender, and Palo Alto Networks device vulnerabilities. Presenting the traditional monthly roundup of trending vulnerabilities according to Positive Technologies. In the previous May edition, we covered four vulnerabilities. This time,...

Email Notification Fail2ban with MSMTP

Ariq Naufal

💡This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works.Notification is an essential part of setting up Fail2ban and setting up email notifications in Fail2ban requires a mail server to send emails. I've tried to...

Fail2ban with Cloudflare

Ariq Naufal

💡This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works.In this case, I want to protect an app in Docker container with Fail2ban which uses Cloudflare CDN. PrerequisitesThis tutorial was adapted from my other...

Protect Nginx Auth with Fail2Ban

Ariq Naufal

💡This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works.Step 1: Add a New Fail2ban JailEdit jail.local file:sudo nano /etc/fail2ban/jail.localAdd a new jail "nginx-http-auth" if it doesn't...

Protect MySQL Auth with Fail2Ban

Ariq Naufal

💡This tutorial is part of the How to: Fail2Ban tutorials series, you may check the main post to know what Fail2ban is, and how Fail2Ban works.Since I have a remote mysql server that the public (Internet) can connect to, I've been wondering how to protect mysql auth with Fail2ban. We have discussed...