1
0
mirror of https://github.com/nganhkhoa/malware.git synced 2024-06-10 21:32:07 +07:00

Update README.md

This commit is contained in:
mether049 2020-01-13 00:59:03 +09:00 committed by GitHub
parent ea771b4d23
commit c2da6238c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,26 @@
# malware # malware
マルウェア関連(調査・解析結果,ツール,解析手法等) マルウェア関連(調査・解析結果,ツール,解析手法等)
- [Malware technology(reference&memo)](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md) - [Malware technology(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)
- [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)
- [DGA](https://github.com/mether049/malware/blob/master/malware-tech_ref_and_memo.md#dga)
- [Malware analysis method(reference&memo)](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md) - [Malware analysis method(reference&memo)](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md)
- [Tools](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#tools)
- [Static Analysis and Debug tools](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#static-analysis-and-debug-tools)
- [Tracer](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#tracer)
- [Instrumentation](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#instrumentation)
- [Traffic Analysis tools](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#traffic-analysis-tools)
- [Forensic](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#forensic)
- [Online Sandbox](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#online-sandbox)
- [Unpacker](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#unpacker)
- [Doc Analysis](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#doc-analysis)
- [C2 Analysis](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#c2-analysis)
- [Ursnif](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#ursnif)
- [Binary Analysis](https://github.com/mether049/malware/blob/master/malware-analysis_ref_and_memo.md#binary-analysis)
- [Emotet](https://github.com/mether049/malware/tree/master/Emotet) - [Emotet](https://github.com/mether049/malware/tree/master/Emotet)
- [Trickbot](https://github.com/mether049/malware/tree/master/Trickbot) - [Trickbot](https://github.com/mether049/malware/tree/master/Trickbot)