From 0d736a60a2c6357bd5652221a13e1b705dac76c6 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Sun, 26 Mar 2017 00:44:18 -0700 Subject: [PATCH] updating malware page --- malware2.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/malware2.md b/malware2.md index 864b7be..755fb73 100644 --- a/malware2.md +++ b/malware2.md @@ -7,6 +7,8 @@ title: Malware Techniques # Section 2.1: Malware Techniques # +The malware classes may exhibit one or more of the following techniques. [Mitre Att&ck](https://attack.mitre.org/wiki/Main_Page) framework provides a great reference for many of these techniques. + ## Techniques Overview * [Compression](#compression) * [Obfuscation](#obfuscation) @@ -86,6 +88,10 @@ title: Malware Techniques ![alt text](https://securedorg.github.io/images/Persistence.png "Persistence") +Example: Dll Search Order Hijacking +![alt text](https://securedorg.github.io/images/DLLload.gif "Dll loading") + + ### Example Malware | Name | Hash | Link | @@ -111,9 +117,6 @@ title: Malware Techniques * Credential Theft * UAC Bypasses -Example: Dll Search Order Hijacking -![alt text](https://securedorg.github.io/images/DLLload.gif "Dll loading") - [Goto Top^](#techniques-overview) ---