Add more flag to curl windows rule
This commit is contained in:
parent
4fc62dee7c
commit
7a5017696f
@@ -9,7 +9,7 @@ references:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1105/T1105.md#atomic-test-19---curl-upload-file
|
||||
- https://curl.se/docs/manpage.html
|
||||
date: 2020/07/03
|
||||
modified: 2022/01/22
|
||||
modified: 2022/09/15
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
@@ -21,10 +21,12 @@ detection:
|
||||
CommandLine|contains:
|
||||
- ' -F '
|
||||
- ' --form '
|
||||
- ' --form-string '
|
||||
- ' -T '
|
||||
- ' --upload-file '
|
||||
- ' -d '
|
||||
- ' --data '
|
||||
- ' --data-' # For flags like: "--data-ascii", "--data-binary", "--data-raw", "--data-urlencode"
|
||||
condition: all of selection*
|
||||
fields:
|
||||
- CommandLine
|
||||
|
||||
Reference in New Issue
Block a user