updating malware page

This commit is contained in:
Amanda Rousseau
2017-03-26 00:44:18 -07:00
parent 38eb6e7629
commit 0d736a60a2

View File

@@ -7,6 +7,8 @@ title: Malware Techniques
# Section 2.1: 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 ## Techniques Overview
* [Compression](#compression) * [Compression](#compression)
* [Obfuscation](#obfuscation) * [Obfuscation](#obfuscation)
@@ -86,6 +88,10 @@ title: Malware Techniques
![alt text](https://securedorg.github.io/images/Persistence.png "Persistence") ![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 ### Example Malware
| Name | Hash | Link | | Name | Hash | Link |
@@ -111,9 +117,6 @@ title: Malware Techniques
* Credential Theft * Credential Theft
* UAC Bypasses * UAC Bypasses
Example: Dll Search Order Hijacking
![alt text](https://securedorg.github.io/images/DLLload.gif "Dll loading")
[Goto Top^](#techniques-overview) [Goto Top^](#techniques-overview)
--- ---