From fcc9cc9d8e6c9abb3fabd12d1092044925ebc6fb Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Wed, 27 Jul 2022 08:51:52 -0400 Subject: [PATCH] fix typo in description (#2168) --- .../persistence_directory_services_plugins_modification.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/macos/persistence_directory_services_plugins_modification.toml b/rules/macos/persistence_directory_services_plugins_modification.toml index 33cd6f1da..49714ab2c 100644 --- a/rules/macos/persistence_directory_services_plugins_modification.toml +++ b/rules/macos/persistence_directory_services_plugins_modification.toml @@ -1,12 +1,12 @@ [metadata] creation_date = "2021/01/13" maturity = "production" -updated_date = "2021/03/03" +updated_date = "2022/07/25" [rule] author = ["Elastic"] description = """ -Identifies the creation or modification of a DirectoryService PlugIns (dsplug) file. The DirectoryService daemonlaunches +Identifies the creation or modification of a DirectoryService PlugIns (dsplug) file. The DirectoryService daemon launches on each system boot and automatically reloads after crash. It scans and executes bundles that are located in the DirectoryServices PlugIns folder and can be abused by adversaries to maintain persistence. """