Update impact_volume_shadow_copy_deletion_or_resized_via_vssadmin.toml (#1757)

(cherry picked from commit aa9fedd18d)
This commit is contained in:
Jonhnathan
2022-02-11 14:15:49 -03:00
committed by github-actions[bot]
parent 6283a6d71e
commit 8cad086a2d
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2020/02/18"
maturity = "production"
updated_date = "2021/10/04"
updated_date = "2022/02/04"
[rule]
author = ["Elastic"]
@@ -22,7 +22,7 @@ timestamp_override = "event.ingested"
type = "eql"
query = '''
process where event.type in ("start", "process_started") and event.action == "start"
process where event.type in ("start", "process_started")
and (process.name : "vssadmin.exe" or process.pe.original_file_name == "VSSADMIN.EXE") and
process.args in ("delete", "resize") and process.args : "shadows*"
'''