From 7d145be916d3dfda2cdc9a6c0a8227e5c6e7aadb Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Wed, 8 Mar 2017 13:38:28 -0800 Subject: [PATCH] updating malware techniques --- malware.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/malware.md b/malware.md index b61830f..a7a11bd 100644 --- a/malware.md +++ b/malware.md @@ -6,3 +6,43 @@ title: Malware Techniques [Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) # Section 2: Malware Techniques # + +## Typical Attack Flow ## + +## Techniques Overview ## +* [Compression](#compression) +* [Obfuscation](#obfuscation) +* [Persistence](#persistence) +* [Privilege Escalation](#privilege-escalation) +* [Defense Evasion & Clean up](#defense-evasion) +* [Credential Theft](#cred-theft) +* [Reconnaissance](#recon) +* [Lateral Movement](#lateral-movement) +* [Execution](#execution) +* [Collection](#collection) +* [Exfiltration](#exfiltration) +* [Command and Control](#c-and-c) + +## Obfuscation + +## Persistence + +## Privilege Escalation + +## Defense Evasion & Clean up + +## Credential Theft + +## Reconnaissance + +## Lateral Movement + +## Execution + +## Collection + +## Exfiltration + +## Command and Control + +[x86 Assembly <- Back](https://securedorg.github.io/RE101/section1.3) | [Next -> Section 3](https://securedorg.github.io/RE101/section3)