Fix field name
This commit is contained in:
@@ -7,6 +7,7 @@ references:
|
||||
- https://goo.gl/PsqrhT
|
||||
author: Florian Roth
|
||||
date: 2018/06/08
|
||||
modified: 2021/11/20
|
||||
tags:
|
||||
- attack.lateral_movement
|
||||
- attack.t1075 # an old one
|
||||
@@ -18,7 +19,7 @@ logsource:
|
||||
detection:
|
||||
selection:
|
||||
EventID: 8002
|
||||
CallingProcessName: '*' # We use this to avoid false positives with ID 8002 on other log sources if the logsource isn't set correctly
|
||||
ProcessName: '*' # We use this to avoid false positives with ID 8002 on other log sources if the logsource isn't set correctly
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Legacy hosts
|
||||
|
||||
@@ -11,13 +11,13 @@ tags:
|
||||
status: experimental
|
||||
author: Olaf Hartong, Florian Roth, Aleksey Potapov, oscd.community
|
||||
date: 2018/11/30
|
||||
modified: 2020/08/28
|
||||
modified: 2021/11/20
|
||||
logsource:
|
||||
product: windows
|
||||
category: create_remote_thread
|
||||
detection:
|
||||
selection:
|
||||
TargetProcessAddress|endswith:
|
||||
StartAddress|endswith:
|
||||
- '0B80'
|
||||
- '0C7C'
|
||||
- '0C88'
|
||||
|
||||
Reference in New Issue
Block a user