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:
parent
10ea6ea05f
commit
1caaea9f74
@ -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
|
||||||
- コマンドレット名や変数名に大文字,小文字を混ぜる
|
- コマンドレット名や変数名に大文字,小文字を混ぜる
|
||||||
|
Loading…
Reference in New Issue
Block a user