Restrict Access to WordPress Login Page to Specific IPs with libModSecurity
In this tutorial, we are going to learn how to restrict access to WordPress login page to specific IPs with libModSecurity. libModSecurity is also known as ModSecurity version 3.0.
ModSecurity is an open source, cross-platform web application firewall (WAF) module developed by Trustwave's SpiderLabs. Known as the "Swiss Army Knife" of WAFs, it enables web application defenders to gain visibility into...
Process and Visualize ModSecurity Logs on ELK Stack
In this tutorial, you will learn how to process and visualize ModSecurity Logs on ELK Stack. ModSecurity is an open source, cross-platform web application firewall (WAF) module developed by Trustwave’s SpiderLabs. Known as the “Swiss Army Knife” of WAFs, it enables web application defenders to gain visibility into HTTP(S) traffic and provides a power rules language and API to implement advanced...
Configure LibModsecurity with Apache on CentOS 8
In this guide, we are going to learn how to configure LibModsecurity with Apache on CentOS 8. LibMosecurity also known as ModSecurity version 3, is an open source, cross platform web application firewall (WAF) engine which provides protection against a wide range of web application attacks.
Configure LibModsecurity with Apache on CentOS 8
Run System Update
Begin by updating your system packages.
dnf update
Install...
Configure LibModsecurity with Nginx on CentOS 8
In this guide, we are going to learn how to configure LibModsecurity with Nginx on CentOS 8. LibMosecurity is the newest version of ModSecurity version 2.9 and below. It is therefore known as ModSecurity version 3.
Configure LibModsecurity with Nginx on CentOS 8
Run System Update
Begin by updating your system packages.
dnf update
Install Required Build Tools and Dependencies
Both Nginx and LibModsecurity are...