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
aa17c9ce87
commit
114aefa14d
@ -97,6 +97,8 @@ to do...
|
|||||||
## 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とセキュリティについての学習コンテンツ
|
||||||
|
[dversary Tactics: PowerShell](https://github.com/specterops/at-ps)
|
||||||
- Powershell Script内で用いられる難読化技術について
|
- Powershell Script内で用いられる難読化技術について
|
||||||
### Case-insensitive
|
### Case-insensitive
|
||||||
- コマンドレット名や変数名に大文字,小文字を混ぜる
|
- コマンドレット名や変数名に大文字,小文字を混ぜる
|
||||||
@ -211,7 +213,7 @@ New-Object System.IO.Compression.DeflateStream([iO.mEmoRySTream] [sysTEM.ConVert
|
|||||||
<#bobalice#>
|
<#bobalice#>
|
||||||
```
|
```
|
||||||
**ref:**<br>
|
**ref:**<br>
|
||||||
[Powershell Static Analysis & Emotet results](https://hatching.io/blog/powershell-analysis)
|
[Powershell Static Analysis & Emotet results](https://hatching.io/blog/powershell-analysis)<br>
|
||||||
|
|
||||||
# Anti-detection
|
# Anti-detection
|
||||||
## Living Off The Land(LOL)
|
## Living Off The Land(LOL)
|
||||||
|
Loading…
Reference in New Issue
Block a user