Adding path as stated in #1812 (#1889)

* Adding path as stated in #1812

* Bumping updated_date

Co-authored-by: Justin Ibarra <brokensound77@users.noreply.github.com>
This commit is contained in:
Stijn Holzhauer
2022-03-27 13:07:38 +02:00
committed by GitHub
parent 940689576d
commit 3d4eaf4caf
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2020/01/07"
maturity = "production"
updated_date = "2021/03/03"
updated_date = "2022/03/27"
[rule]
author = ["Elastic"]
@@ -25,7 +25,7 @@ type = "query"
query = '''
event.category:process and event.type:(start or process_started) and
process.args:"/private/var/db/SystemKey"
process.args:("/private/var/db/SystemKey" or "/var/db/SystemKey")
'''
@@ -46,4 +46,3 @@ reference = "https://attack.mitre.org/techniques/T1555/001/"
id = "TA0006"
name = "Credential Access"
reference = "https://attack.mitre.org/tactics/TA0006/"