Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed AntiNex additions - Train AI (Keras + Tensorflow) to defend apps with Django REST Framework + Celery + Swagger + JWT - Anti-Nex REST API - Deploys to OpenShift Container Platform #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add tools or resour
* [Publicly available PCAP files](http://www.netresec.com/?page=PcapFiles)
* [2007 TREC Public Spam Corpus](https://plg.uwaterloo.ca/~gvcormac/treccorpus07/)
* [Drebin Android Malware Dataset](https://www.sec.cs.tu-bs.de/~danarp/drebin/)
* [AntiNex - Non-Attack Datasets from Recorded HTTP Network Traffic](https://github.com/jay-johnson/network-pipeline-datasets)
* [AntiNex - Attack Datasets from Recorded HTTP Network Traffic](https://github.com/jay-johnson/antinex-datasets)

## [↑](#table-of-contents) Papers

Expand Down Expand Up @@ -76,6 +78,11 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add tools or resour
* [Detecting Malicious PowerShell Commands using Deep Neural Networks](https://arxiv.org/pdf/1804.04177.pdf)
* [Machine Learning DDoS Detection for Consumer Internet of Things Devices](https://arxiv.org/pdf/1804.04159.pdf)

## [↑](#table-of-contents) Jupyter Notebooks

* [AntiNex - Building Deep Neural Networks for Defending Software Applications with Keras and Tensorflow](https://github.com/jay-johnson/antinex-core/blob/master/docker/notebooks/AntiNex-Protecting-Django.ipynb)
* [AntiNex - Using Pre-trained Deep Neural Networks to Defend a Django Web Application with Keras and Tensorflow](https://github.com/jay-johnson/antinex-core/blob/master/docker/notebooks/AntiNex-Protecting-Django.ipynb)

## [↑](#table-of-contents) Books

* [Data Mining and Machine Learning in Cybersecurity](https://www.amazon.com/Data-Mining-Machine-Learning-Cybersecurity/dp/1439839425)
Expand Down Expand Up @@ -142,6 +149,9 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add tools or resour
* [A Machine-Learning Toolkit for Large-scale eCrime Forensics](http://blog.trendmicro.com/trendlabs-security-intelligence/defplorex-machine-learning-toolkit-large-scale-ecrime-forensics/)
* [WebShells Detection by Machine Learning](https://github.com/lcatro/WebShell-Detect-By-Machine-Learning)
* [Building Machine Learning Models for the SOC](https://www.fireeye.com/blog/threat-research/2018/06/build-machine-learning-models-for-the-soc.html)
* [AntiNex - Tuning Deep Neural Networks to Defend Software Systems using a Distributed, Containerized Stack](https://github.com/jay-johnson/train-ai-with-django-swagger-jwt)
* [AntiNex - Predicting Attack Records on a Local Network with a Scalable Deployment using OpenShift and Kubernetes](https://github.com/jay-johnson/train-ai-with-django-swagger-jwt/tree/master/openshift)
* [AntiNex - Building a Training Dataset from Recorded Attack and Non-Attack Network Traffic](https://github.com/jay-johnson/antinex-datasets/tree/master/v1/webapps/django)

## [↑](#table-of-contents) Courses

Expand Down