[Rule Tuning] Remote System Discovery Commands (#2834)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user