From ed17db06a09349db9ed532b88b91308d84e574e1 Mon Sep 17 00:00:00 2001 From: rshipp Date: Fri, 8 May 2015 21:40:28 -0600 Subject: [PATCH] Flesh out the TOC and begin adding entries --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c16de..7e0d678 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ A curated list of awesome malware analysis tools and resources. Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Awesome Malware Analysis](#awesome-malware-analysis) - - + - [Malware Collection](#malware-collection) + - [Anonymizers](#anonymizers) + - [Honeypots](#honeypots) + - [Malware Corpora](#malware-corpora) - [Resources](#resources) - [Books](#books) - [Twitter](#twitter) @@ -14,4 +17,11 @@ A curated list of awesome malware analysis tools and resources. Inspired by --- +## Malware Collection +### Anonymizers + +*Web traffic anonymizers for analysts.* + +* [Tor](https://www.torproject.org/) - The Onion Router, for browsing the web + without leaving traces of the client IP.