Skip to content
/ SLADE Public

SLADE: Statistical PayLoad Anomaly Detection Engine

Notifications You must be signed in to change notification settings

SPriyal/SLADE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SLADE

SLADE: Statistical PayLoad Anomaly Detection Engine

I am in the process of making a sniffing paython program that captures the packet from the ethernet traffic, removes the header informations and just keep the payload informtion in order to do the statistical analysis for botnet detection.

Started with just

import os os.system("tshark -T fields -e data.data -e frame.time -w Eavesdrop_Data.pcap > Eavesdrop_Data.txt -F pcap -c 1000")

NOTE: you can get in trouble if you use this to capture the traffic that does not belong to you!

About

SLADE: Statistical PayLoad Anomaly Detection Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages