Skip to content

Commit

Permalink
rule: modified sudo vuln rule to be most generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Oct 20, 2019
1 parent 08ff2f3 commit 454ba2b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rules/linux/lnx_sudo_cve_2019_14287.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ references:
- https://twitter.com/matthieugarin/status/1183970598210412546
author: Florian Roth
date: 2019/10/15
modified: 2019/10/20
tags:
- attack.privilege_escalation
- attack.t1068
Expand All @@ -21,11 +22,7 @@ level: critical
---
detection:
selection_keywords:
- '* -u#-1*'
- '* -u#-01*'
- '* -u#-001*'
- '* -u#-000*'
- '* -u#*4294967295*'
- '* -u#*'
condition: selection_keywords
---
detection:
Expand Down

0 comments on commit 454ba2b

Please sign in to comment.