Update lateral_movement_remote_task_creation_winlog.toml (#3419)

(cherry picked from commit 6906a27c3a)
This commit is contained in:
Samirbous
2024-02-05 18:36:24 +00:00
committed by github-actions[bot]
parent 67acfbae4d
commit 66458bd33d
@@ -4,7 +4,7 @@ integration = ["system", "windows"]
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2023/12/14"
updated_date = "2024/02/01"
[rule]
author = ["Elastic"]
@@ -53,7 +53,8 @@ type = "eql"
timestamp_override = "event.ingested"
query = '''
iam where event.action == "scheduled-task-created" and winlog.event_data.RpcCallClientLocality : "0"
iam where event.action == "scheduled-task-created" and
winlog.event_data.RpcCallClientLocality : "0" and winlog.event_data.ClientProcessId : "0"
'''