This Repository Contains Various Tracers and Model Builders to Efficiently Recognise DDoS Attack over Ubuntu System
Go to file
2024-10-23 10:33:45 +05:30
build/run Initial commit 2024-10-23 10:04:26 +05:30
dist Initial commit 2024-10-23 10:04:26 +05:30
dataset_sdn.csv Initial commit 2024-10-23 10:04:26 +05:30
DDOS_Model_Generation.py Initial commit 2024-10-23 10:04:26 +05:30
DDoS_predictions.csv Initial commit 2024-10-23 10:04:26 +05:30
decision_tree_model.pkl Initial commit 2024-10-23 10:04:26 +05:30
knn_model.pkl Initial commit 2024-10-23 10:04:26 +05:30
logistic_regression_model.pkl Initial commit 2024-10-23 10:04:26 +05:30
random_forest_model.pkl Initial commit 2024-10-23 10:04:26 +05:30
README.md Update README.md 2024-10-23 09:54:05 +05:30
req.txt Initial commit 2024-10-23 10:04:26 +05:30
run Initial commit 2024-10-23 10:04:26 +05:30
run.py Initial commit 2024-10-23 10:04:26 +05:30
run.sh Initial commit 2024-10-23 10:04:26 +05:30
run.spec Initial commit 2024-10-23 10:04:26 +05:30
svm_model.pkl Initial commit 2024-10-23 10:04:26 +05:30
test_ddos.py Initial commit 2024-10-23 10:04:26 +05:30

DDoS_Detection_ubuntu

DDoS Detection Within Ubuntu System

This Project Basically Predicts Probability of DDoS on Ubuntu Based on Following Features:

pktcount,

byteperflow,

tot_kbps,

rx_kbps,

flows,

bytecount,

tot_dur,

Protocol_ICMP,

Protocol_TCP,

Protocol_UDP,

Protocol_HTTP,

Protocol_HTTPS,

Protocol_SSH,

Protocol_DHCP,

Protocol_FTP,

Protocol_SMTP,

Protocol_POP3,

Protocol_IMAP,

Protocol_DNS,

src_ip,

dst_ip