Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eraclitux/machine-learning-netflow
Ipython notebook that illustrates effectiveness of machine learning algorithms in anomaly detection of netflow data (inbound/outbound DDoS, etc...)
https://github.com/eraclitux/machine-learning-netflow
Last synced: about 8 hours ago
JSON representation
Ipython notebook that illustrates effectiveness of machine learning algorithms in anomaly detection of netflow data (inbound/outbound DDoS, etc...)
- Host: GitHub
- URL: https://github.com/eraclitux/machine-learning-netflow
- Owner: eraclitux
- License: gpl-2.0
- Created: 2015-03-12T21:44:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T16:19:07.000Z (over 7 years ago)
- Last Synced: 2024-08-10T14:11:31.137Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.45 MB
- Stars: 78
- Watchers: 10
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Use of machine learning for anomaly detection in netflow data
=============================================================This notebook can be viewed on `github `_.
A readable version of this ipython notebook can also be found `here `_.
Notes
=====I'm not a data scientist and I'm sure that this process contains errors and inaccuracies. One of I'm aware of is that I've used euclidean distance calculation on heterogeneous features. This is formally incorrect even if classification results are consistent.
If you find other errors feels free to report them with isses or pull requests.
I've no longer access to any netflow data collector. I'd like to develop a service (and open source it ;-)) that applies ml alghoritms to this data to automatically spot anomalies. If someone is interested and has a collector with ``nfdump`` installed, which I can have ssh access to, please contact me!