From 665bf03ec042be52545f40f134ccd7cad0f52668 Mon Sep 17 00:00:00 2001 From: Jonhnathan <26856693+w0rk3r@users.noreply.github.com> Date: Wed, 7 Jun 2023 14:24:53 -0300 Subject: [PATCH] [Rule Tuning] Remote System Discovery Commands (#2834) --- .../discovery_remote_system_discovery_commands_windows.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/windows/discovery_remote_system_discovery_commands_windows.toml b/rules/windows/discovery_remote_system_discovery_commands_windows.toml index fd194fef5..ea764fdfc 100644 --- a/rules/windows/discovery_remote_system_discovery_commands_windows.toml +++ b/rules/windows/discovery_remote_system_discovery_commands_windows.toml @@ -4,7 +4,7 @@ integration = ["endpoint", "windows"] maturity = "production" min_stack_comments = "New fields added: required_fields, related_integrations, setup" min_stack_version = "8.3.0" -updated_date = "2023/02/22" +updated_date = "2023/06/06" [rule] author = ["Elastic"] @@ -58,6 +58,7 @@ process where host.os.type == "windows" and event.type == "start" and ((process.name : "nbtstat.exe" and process.args : ("-n", "-s")) or (process.name : "arp.exe" and process.args : "-a") or (process.name : "nltest.exe" and process.args : ("/dclist", "/dsgetdc")) or + (process.name : "nslookup.exe" and process.args : "*_ldap._tcp.dc.*") or (process.name: ("dsquery.exe", "dsget.exe") and process.args: "subnet") or ((((process.name : "net.exe" or process.pe.original_file_name == "net.exe") or ((process.name : "net1.exe" or process.pe.original_file_name == "net1.exe") and not