From 0a9ba3f5473e1e68dac22620c28f0b174eb92783 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 1 Feb 2021 14:56:27 -0500 Subject: [PATCH] fixing file path --- .../process_creating_lnk_file_in_suspicious_location.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/endpoint/process_creating_lnk_file_in_suspicious_location.test.yml b/tests/endpoint/process_creating_lnk_file_in_suspicious_location.test.yml index 5f88dcf0de..f06cade61d 100644 --- a/tests/endpoint/process_creating_lnk_file_in_suspicious_location.test.yml +++ b/tests/endpoint/process_creating_lnk_file_in_suspicious_location.test.yml @@ -1,7 +1,7 @@ name: Process Creating LNK file in Suspicious location Unit Test tests: - name: Process Creating LNK file in Suspicious Location - file: endpoint/process_creating_lnk_in_suspicious_location.yml + file: endpoint/process_creating_lnk_file_in_suspicious_location.yml pass_condition: '| stats count | where count > 0' earliest_time: '-24h' latest_time: 'now'