Merge PR #4563 from @YamatoSecurity - Remove erroneous extra asterisk
fix: Suspicious Process By Web Server Process - Remove erroneous extra asterisk --------- Co-authored-by: frack113 <62423083+frack113@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
309c2dee7f
commit
e7d2bba8a2
+2
-2
@@ -7,7 +7,7 @@ references:
|
||||
- https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF
|
||||
author: Thomas Patzke, Florian Roth (Nextron Systems), Zach Stanford @svch0st, Tim Shelton, Nasreddine Bencherchali (Nextron Systems)
|
||||
date: 2019/01/16
|
||||
modified: 2023/11/09
|
||||
modified: 2023/11/11
|
||||
tags:
|
||||
- attack.persistence
|
||||
- attack.t1505.003
|
||||
@@ -81,7 +81,7 @@ detection:
|
||||
CommandLine|contains|all:
|
||||
- 'sc query'
|
||||
- 'ADManager Plus'
|
||||
condition: 1 of selection_webserver_* and selection_anomaly_children and not 1 of filter_main_**
|
||||
condition: 1 of selection_webserver_* and selection_anomaly_children and not 1 of filter_main_*
|
||||
falsepositives:
|
||||
- Particular web applications may spawn a shell process legitimately
|
||||
level: high
|
||||
|
||||
Reference in New Issue
Block a user