From 98ebb4965d366bf665a83d2d30b8aa0482acda98 Mon Sep 17 00:00:00 2001 From: Jonhnathan Date: Thu, 15 Oct 2020 19:33:10 -0300 Subject: [PATCH] Update win_susp_ntdsutil.yml --- rules/windows/process_creation/win_susp_ntdsutil.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/windows/process_creation/win_susp_ntdsutil.yml b/rules/windows/process_creation/win_susp_ntdsutil.yml index 979a09213..c38270c4f 100644 --- a/rules/windows/process_creation/win_susp_ntdsutil.yml +++ b/rules/windows/process_creation/win_susp_ntdsutil.yml @@ -15,7 +15,7 @@ logsource: product: windows detection: selection: - CommandLine: '*\ntdsutil*' + CommandLine|contains: '\ntdsutil' condition: selection falsepositives: - NTDS maintenance