Replace CommandLine with real command line arguments#5219
Merged
nasbench merged 2 commits intoSigmaHQ:masterfrom Jun 4, 2025
Merged
Replace CommandLine with real command line arguments#5219nasbench merged 2 commits intoSigmaHQ:masterfrom
nasbench merged 2 commits intoSigmaHQ:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Welcome @nikstuckenbrock 👋
It looks like this is your first pull request on the Sigma rules repository!
Please make sure to read the SigmaHQ conventions document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the Sigma community! 😃
phantinuss
reviewed
May 12, 2025
rules/windows/process_creation/proc_creation_win_powershell_obfuscation_via_utf8.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_powershell_obfuscation_via_utf8.yml
Outdated
Show resolved
Hide resolved
phantinuss
approved these changes
May 12, 2025
nasbench
approved these changes
Jun 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
The referenced tweet of the rule
Potential PowerShell Obfuscation Via WCHARwas updated and to concrete examples were given. The first example mentions copying the special characters and directly using them, this should be covered by thewindashfunction. To use the special dashes using the .NET datatype the [char] function is used. For me it looks like there is no(WCHAR)function for powershell.Changelog
fix: Potential PowerShell Obfuscation Via WCHAR - replaced with correct execution using [char]
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions