From 3cacf74735c90d9dcc279ec5ef547304b8d2b4c8 Mon Sep 17 00:00:00 2001 From: mether049 Date: Mon, 17 Feb 2020 02:11:28 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fc6ae..e90c39d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # malware マルウェア関連(調査・解析結果,ツール,解析手法等) - [Malware techniques(reference&memo)](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md) - - [Anti-analysis](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#anti-analysis) + - [Anti-analysis/detection](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#anti-analysis) - [Injection/Hollowing](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#injectionhollowing) - [Heavens's Gate](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#heavens-gate) - [API obfuscation](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#api-obfuscation) - [PowerShell Script obfuscation](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#powershell-script-obfuscation) - - [Anti-detection](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#anti-detection) - [Living Off The Land(LOL)](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#living-off-the-landlol) - [DGA](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#dga) - [Fast Flux](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#fast-flux) + - [Pakcing](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#packing) + - [Anti-Unpacking](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#anti-unpacking) + - [Persistence](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#persistence-1) + - [Registry](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#registry) - [Shell Backdoor](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#shell-backdoor) - [rootkit](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#rootkit) - [LKM rootkit](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#lkm-rootkit)