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

Map CommandLine appropriately #1406

Merged
merged 1 commit into from
Apr 1, 2021
Merged

Conversation

roysjosh
Copy link

Args is an array of the exploded command line and causes many rules to misfire. See rules/windows/process_creation/win_susp_svchost_no_cli.yml as an example. If CommandLine is mapped to process.args, there will always be an element of the args array that matches when svchost.exe is executed, whether or not there are process arguments.

Args is an array of the exploded command line and causes many rules to misfire.
@neu5ron
Copy link
Contributor

neu5ron commented Mar 31, 2021

@roysjosh is it fixed for more than just sysmon yet? elastic/beats#16072

@roysjosh
Copy link
Author

@neu5ron I couldn't say but I would guess not as that issue is still open. We are using sysmon and have both fields.

@Neo23x0 Neo23x0 merged commit 2560f40 into SigmaHQ:master Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants