From c50ab8326877bef259e31d063b29078651bb6fd0 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 11:19:48 -0600 Subject: [PATCH] Add browser malware section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c3d9089..e7b72a2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by - [Detection and Classification](#detection-and-classification) - [Online Scanners and Sandboxes](#online-scanners-and-sandboxes) - [Domain Analysis](#domain-analysis) + - [Browser Malware](#browser-malware) - [Documents and Shellcode](#documents-and-shellcode) - [File Carving](#file-carving) - [Deobfuscation](#deobfuscation) @@ -115,6 +116,11 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [Zeltser's List](https://zeltser.com/lookup-malicious-websites/) - Free online tools for researching malicious websites, compiled by Lenny Zeltser. +## Browser Malware + +*Malicious URLs. See also the [domain analysis](#domain-analysis) and [documents +and shellcode](#documents-and-shellcode) sections.* + ## Documents and Shellcode *Analyze malicious JS and shellcode from PDFs and Office documents.*