diff --git a/README.md b/README.md index d79a2ed..e979e0b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,14 @@ The primary motivation for these exercises is to explore the nexus of IPython, P - [Notebook Viewer (PE)](http://nbviewer.ipython.org/github/ClickSecurity/data_hacking/blob/master/yara_clustering/PEFile%20Clustering.ipynb) - [GitHub Project](https://github.com/ClickSecurity/data_hacking/tree/master/yara_clustering) +- SWF Classification (ShmooCon 2015) + - [Notebook Viewer (SWF)](http://nbviewer.ipython.org/github/ClickSecurity/data_hacking/blob/master/swf_classification/swf_classification.ipynb) + - [GitHub Project](https://github.com/ClickSecurity/data_hacking/tree/master/swf_classification) + +- Java Class File Classification (ShmooCon 2015) + - [Notebook Viewer (Java)](http://nbviewer.ipython.org/github/ClickSecurity/data_hacking/blob/master/java_classification/java_classification.ipynb) + - [GitHub Project](https://github.com/ClickSecurity/data_hacking/tree/master/java_classification) + #### Friendly Notebooks - Windows Executable Clustering by Image Similarity - [Notebook Viewer](http://nbviewer.ipython.org/urls/raw.githubusercontent.com/sooshie/data_exploration/master/zeus_cluster/Image%20Based%20Clustering.ipynb)