From 79e548e5134be4ccbae7607358c063486addd1e2 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 20 Mar 2017 14:31:30 -0700 Subject: [PATCH] fixing tables --- malware.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/malware.md b/malware.md index 2987038..4f85b7e 100644 --- a/malware.md +++ b/malware.md @@ -13,7 +13,8 @@ title: Malware Techniques | ------------ |:------------:|:------------:|:------------:|:------------:|:------------:| | ![alt text](https://securedorg.github.io/images/rightarrow.png) | ![alt text](https://securedorg.github.io/images/rightarrow.png) | ![alt text](https://securedorg.github.io/images/rightarrow.png) | ![alt text](https://securedorg.github.io/images/rightarrow.png) | ![alt text](https://securedorg.github.io/images/rightarrow.png) | ![alt text](https://securedorg.github.io/images/rightarrow.png) | -## Techniques Overview ## +## Techniques Overview +| --- | --- | --- | | [Compression](#compression) | [Obfuscation](#obfuscation) | [Persistence](#persistence) | | [Privilege Escalation](#privilege-escalation) | [Defense Evasion](#defense-evasion) | [Credential Theft](#credential-theft) | | [Reconnaissance](#recon) | [Lateral Movement](#lateral-movement) | [Execution](#execution) | @@ -52,7 +53,7 @@ title: Malware Techniques * [VMProtect](http://vmpsoft.com/products/vmprotect) * [XComp/XPack](http://soft-lab.de/JoKo) -
[Top^](#techniques-overview)
+
[Goto Top](#techniques-Overview)
---