Skip to content

Commit

Permalink
Update proc_creation_lnx_rsync_shell_spawn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Jan 18, 2025
1 parent dd76cd3 commit 22842e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ logsource:
category: process_creation
product: linux
detection:
selection:
selection_parent:
ParentImage|endswith:
- '/rsync'
- '/rsyncd'
selection_cli:
selection_shells:
Image|endswith:
- '/ash'
- '/bash'
Expand All @@ -32,7 +32,7 @@ detection:
- '/zsh'
filter_expected:
CommandLine|contains: ' -e '
condition: selection and not 1 of filter_*
condition: all of selection_* and not 1 of filter_*
falsepositives:
- Unknown
level: high

0 comments on commit 22842e8

Please sign in to comment.