AEIDS is a prototype of anomaly-based intrusion detection system which works by remembering the pattern of legitimate network traffic using Autoencoder.
Stars
14
Forks
4
Watchers
14
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Fix the bug of calculating threshold using skewed median
1d1d8e6View on GitHubFix bug that cause memory leak when running experiments multiple times
5dc7573View on GitHubPut condition lock to replace time.sleep in all functions in aeids.py
07e9f10View on GitHubModified waiting process to use condition lock instead of time.sleep
8503e1bView on GitHubFixed the multithreading implementation, to make it faster.
6038107View on GitHubFinal version of TCPStream implementation, still running slow, but the streams are correct.
f6fe4b9View on GitHubChanged the connection list in pcapreader to collections.deque
d4a0bc7View on GitHub