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

Update malware-tech_ref_and_memo.md

This commit is contained in:
mether049 2020-02-23 23:23:06 +09:00 committed by GitHub
parent 10ea6ea05f
commit 1caaea9f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,8 +120,8 @@ OpenProcessPrototype OpenProcess = (OpenProcessPrototype)GetProcAddress(kernel32
## PowerShell Script obfuscation ## PowerShell Script obfuscation
- 難読化ツール<br> - 難読化ツール<br>
[Invoke-Obfuscation](https://github.com/danielbohannon/Invoke-Obfuscation) [Invoke-Obfuscation](https://github.com/danielbohannon/Invoke-Obfuscation)
- Powershellとセキュリティについての学習コンテンツ<br> - PS内の文字列(Mimikatz,DumpCreds,コメントetc.)の置換のみでVirusTotal上でMimikatzの検知率を0にしたという検証<br>
[Adversary Tactics: PowerShell](https://github.com/specterops/at-ps) [How to Bypass Anti-Virus to Run Mimikatz](https://www.blackhillsinfosec.com/bypass-anti-virus-run-mimikatz/)
- Powershell Script内で用いられる難読化技術について - Powershell Script内で用いられる難読化技術について
### Case-insensitive ### Case-insensitive
- コマンドレット名や変数名に大文字,小文字を混ぜる - コマンドレット名や変数名に大文字,小文字を混ぜる