Skip to content

Commit

Permalink
Merge pull request #4360 from phantinuss/master
Browse files Browse the repository at this point in the history
fix: FPs in rules
  • Loading branch information
phantinuss authored Jul 25, 2023
2 parents d79fdf6 + 250d6c0 commit 202b79e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ references:
- https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023/02/21
modified: 2023/07/25
tags:
- attack.lateral_movement
- attack.t1021.002
Expand All @@ -21,7 +22,7 @@ detection:
- 'net.exe'
- 'net1.exe'
selection_cli:
CommandLine|contains:
CommandLine|contains|all:
- ' use '
- ' http'
condition: all of selection_*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ references:
- https://user-images.githubusercontent.com/61026070/136518004-b68cce7d-f9b8-4e9a-9b7b-53b1568a9a94.png
author: bohops, Bhabesh Raj
date: 2021/10/08
modified: 2022/07/14
modified: 2023/07/25
tags:
- attack.execution
- attack.persistence
Expand Down Expand Up @@ -44,6 +44,12 @@ detection:
- '\VMware\VMware Tools\poweroff-vm-default.bat'
- '\VMware\VMware Tools\resume-vm-default.bat'
- '\VMware\VMware Tools\suspend-vm-default.bat'
filter_main_empty:
Image|endswith: '\cmd.exe'
CommandLine: ''
filter_main_null:
Image|endswith: '\cmd.exe'
CommandLine: null
condition: all of selection* and not 1 of filter_main_*
falsepositives:
- Legitimate use by VM administrator
Expand Down

0 comments on commit 202b79e

Please sign in to comment.