Skip to content

VigilantIR: Automated Incident Response System (AIRS) (IEEE-SecureHack-2024)

Notifications You must be signed in to change notification settings

samarthbc/VigilantIR-AIRS

Repository files navigation

Vigilant IR - Automated Incident Detection and Response System

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.

Features

  • 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.

Technologies Used

  • Python: Core language for implementing detection and response mechanisms.

Getting Started

Prerequisites

  • Python 3.8 or later
  • Tkinter

Installation

  1. Clone the repository:
    git clone https://github.com/samarthbc/vigilant-ir.git
  2. Navigate to the project directory:
    cd vigilant-ir

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m "Add your message here"
  4. Push the branch:
    git push origin feature/your-feature-name
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

Contact

For questions or support, please contact [email protected].

About

VigilantIR: Automated Incident Response System (AIRS) (IEEE-SecureHack-2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published