-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Create proc_creation_win_code_devtunnel_tunneling.yaml #5004
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @0xAnalyst 👋
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! 😃
This is not only vscode it also cater for devtunnel commandline parameters https://detect.fyi/detecting-dev-tunnels-16f0994dc3e2. I didn't see that in the repo hence the new rule |
rules/windows/process_creation/proc_creation_win_code_devtunnel_tunneling.yaml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_code_devtunnel_tunneling.yaml
Outdated
Show resolved
Hide resolved
…l_tunneling.yaml Co-authored-by: frack113 <[email protected]>
…l_tunneling.yaml Co-authored-by: frack113 <[email protected]>
@frack113 Thank you I commited the changes. this is my first sigma rule so your help is much appreciated |
Apart from EDR ProcessVersionInfoProductName this will be available in sysmon log so not sure if I should keep it to windows events or put sysmon in there? @frack113 @nasbench. can also change it to Image if that works |
In the sysmon event (but not in the windows 4688) you have:
Can be somethink like this selection_exe:
- Image|endswith:
- '\code.exe'
- '\devtunnel.exe'
- OriginalFileName:
- 'code.exe' ???
- 'devtunnel.exe' ???
selection_cli_tunel:
CommandLine|contains: 'tunnel'
selection_cli_temporary:
selection_cli_persistent:
condition: selection_exe and 1 of selection_cli_* |
I changed it to reflect windows event logs now with Image so all should be ok now
|
changed it to reflect windows event logs
…on_win_code_devtunnel_tunneling.yml
Sorry, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can this get merged? |
Are you in a rush or something? |
hahhaha nope all good |
I think I am unable to create pull request can you help me add this new sigma rule @nasbench @frack113
|
Summary of the Pull Request
Changelog
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions