Vigilant IR is a Python-based automated incident detection and response system designed to enhance security by identifying and mitigating threats in real-time. The system is capable of detecting and taking responsive measures against various types of attacks, ensuring a proactive approach to incident management.
- Bruteforce Detection: Identifies and mitigates brute force attacks.
- SQL Injection Detection: Detects and responds to SQL injection attempts.
- Malicious File Upload Detection: Monitors for and blocks the upload of malicious files.
- DoS Attack Detection: Recognizes denial-of-service attacks and takes action to prevent disruption.
- Alert System: Sends alerts for detected incidents, enabling timely intervention.
- Python: Core language for implementing detection and response mechanisms.
- Python 3.8 or later
- Tkinter
- Clone the repository:
git clone https://github.com/samarthbc/vigilant-ir.git
- Navigate to the project directory:
cd vigilant-ir
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message here"
- Push the branch:
git push origin feature/your-feature-name
- Open a Pull Request.
This project is licensed under the MIT License.
For questions or support, please contact [email protected].