Skip to content

goko897/APT-threat-analysis-tool

Repository files navigation

GenAI- APT analysis tool

Devfolio project link: https://devfolio.co/projects/apt-threat-detection-e83e

We had updated few changes in the file https://drive.google.com/file/d/1bSqtSB5TOez6Anm98HvO8xVTVw9_q41D/view?usp=drive_link kindly go through this video once

Image

Setting Up the Virtual Environment to start application

Follow these steps to create and activate a virtual environment using virtualenv.

1. Change terminal to working directory

cd src-code

2. Install virtualenv (if not already installed)

First, ensure you have virtualenv installed globally on your system:

pip install virtualenv

3. Creating virtual environment

virtualenv env
.\env\Scripts\activate

4. Install Project Dependencies

pip install -r requirements.txt
pip install --upgrade Flask Werkzeug
pip install Flask==2.0.3 Werkzeug==2.0.3

5. Start running flask program

python app.py

APT analysis tool

apt-detection-app/
├── app/
│   ├── __init__.py
│   ├── routes.py
│   ├── analysis.py
│   ├── model.py
│   ├── firewall.py
│   ├── pcap_to_csv.py
│   └── templates/
│       ├── index.html
│       ├── result.html
├── static/
│   ├── css/
│   │   └── styles.css
│   ├── js/
│   │   └── main.js
├── models/
│   └── apt_detection_model.pkl
├── run.py
└── requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published