diff --git a/images/rightarrow.png b/images/rightarrow.png new file mode 100644 index 0000000..6499528 Binary files /dev/null and b/images/rightarrow.png differ diff --git a/malware.md b/malware.md index 3512cdb..a7e757e 100644 --- a/malware.md +++ b/malware.md @@ -9,6 +9,10 @@ title: Malware Techniques ## Typical Attack Flow ## +| Perimeter Reconaissance | Infiltration | Internal Reconaissance | Entrenchment | Exfiltration | Purge | +| --- | --- | --- | --- | --- | --- | +| ![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 ## * [Compression](#compression) * [Obfuscation](#obfuscation)