PowerShell Special Characters Obfuscation
Created the Friday 12 January 2024. Updated 10 months, 1 week ago.
PowerShell scripts can be obfuscated using methods that encode commands exclusively with special characters. This technique aims to complicate analysis and potentially evade detection mechanisms.
Attackers frequently employ these tactics to hide the true functionalities of the script, making the analysis more challenging.
Technique Identifier
Technique Tags
Detection Rules
Contributor
Additional Resources
External Links
The resources provided below are associated links that will give you even more detailed information and research on current evasion technique. It is important to note that, while these resources may be helpful, it is important to exercise caution when following external links. As always, be careful when clicking on links from unknown sources, as they may lead to malicious content.
- Invoke-Obfuscation/Out-EncodedSpecialCharOnlyCommand.ps1 at master · danielbohannon/Invoke-Obfuscation · GitHub
- 記号のみで任意のPowerShellコードを実行 - Articles Advent Calendar 2010 Sym