Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RightToLeft Obfuscation - PowerShell #5072

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: RightToLeft Obfuscation - PowerShell
id: 42930804-9e43-46f3-99bb-f6fd7054c04c
status: experimental
description: Detects Obfuscated Powershell using RightToLeft method.
references:
- https://bherunda.medium.com/deconstructing-powershell-obfuscation-in-the-wild-6645f7c9fe37
- https://www.sentinelone.com/blog/deconstructing-powershell-obfuscation-in-malspam-campaigns/
author: Filip Woźniak
date: 2024-11-06
modified: 2024-11-06
tags:
- attack.defense-evasion
- attack.t1027
- attack.execution
- attack.t1059.001
logsource:
product: windows
category: ps_script
definition: 'Requirements: Script Block Logging must be enabled'
detection:
selection_4104:
ScriptBlockText|contains: 'RightToLeft'
condition: selection_4104
falsepositives:
- Legitimate PowerShell scripts
level: medium
Loading