Cybergyan Internship
Cybergyan Internship
PROGRAM
Centre for Development of Advanced Computing (CDAC),
Noida
Securing Apache Server Using
ModSecurity OSWAF
Submitted By:
Tasila Poorna Shree
Project Trainee,
(July-August) 2024
INTRODUCTION
ModSecurity Overview
• ModSecurity is a free and open-source web application firewall
(WAF) compatible with Apache, NGINX, and IIS servers.
• It offers real-time protection by filtering and inspecting HTTP
traffic to guard against a variety of web application attacks.
Importance in Web Application Security
• ModSecurity serves as a protective layer for web servers,
identifying and blocking threats such as:
• SQL Injection
• Cross-Site Scripting (XSS)
• Local File Inclusion (LFI)
• It enhances security by enforcing policies to prevent and detect
intrusions across different applications.
PROBLEM STATEMENT
Web Application Vulnerabilities:
Web applications are increasingly targeted by cyberattacks that
exploit weaknesses such as SQL injection, cross-site scripting
(XSS), and local file inclusion (LFI).
Need for Enhanced Security:
Conventional security measures often fail to prevent complex
attacks, leaving web servers vulnerable to security breaches.
Objective of the Project:
To integrate ModSecurity, an open-source Web Application Firewall
(WAF), into an Apache server to strengthen security by
automatically detecting and mitigating harmful requests.
Focus Areas:
Installing and configuring ModSecurity along with the OWASP Core
Rule Set.
Evaluating ModSecurity’s effectiveness by testing it against
frequent web application attacks.
TECHNOLOGY/TOOLS TO BE
USED
• ModSecurity:An open-source Web Application Firewall (WAF) designed to
protect web applications by filtering and monitoring HTTP traffic..
• GitHub: Utilized to download the latest OWASP Core Rule Set and relevant
configuration files for ModSecurity.
ABOUT THE ATTACK/TOPIC/PROBLEM
STATEMENT
• Web Application Attacks: Cyberattacks are becoming more advanced,
exploiting vulnerabilities in web applications such as SQL Injection, Cross-
Site Scripting (XSS), and Local File Inclusion (LFI).