mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
fix: update NTLM operational channels in WELA.ps1
This commit is contained in:
8
WELA.ps1
8
WELA.ps1
@@ -350,7 +350,7 @@ function GuideYamatoSecurity
|
||||
# NTLM Operational
|
||||
$guid = ""
|
||||
$eids = @()
|
||||
$channels = @("Microsoft-Windows-Diagnosis-Scripted/Operational")
|
||||
$channels = @("Microsoft-Windows-NTLM/Operational")
|
||||
$enabled = $true
|
||||
$rules = $all_rules | Where-Object { RuleFilter $_ $eids $channels $guid }
|
||||
$rules | ForEach-Object { $_.applicable = $enabled }
|
||||
@@ -1545,7 +1545,7 @@ function GuideASD {
|
||||
# NTLM Operational
|
||||
$guid = ""
|
||||
$eids = @()
|
||||
$channels = @("Microsoft-Windows-Diagnosis-Scripted/Operational")
|
||||
$channels = @("Microsoft-Windows-NTLM/Operational")
|
||||
$enabled = $true
|
||||
$rules = $all_rules | Where-Object { RuleFilter $_ $eids $channels $guid }
|
||||
$rules | ForEach-Object { $_.applicable = $enabled }
|
||||
@@ -2743,7 +2743,7 @@ function GuideMSC {
|
||||
# NTLM Operational
|
||||
$guid = ""
|
||||
$eids = @()
|
||||
$channels = @("Microsoft-Windows-Diagnosis-Scripted/Operational")
|
||||
$channels = @("Microsoft-Windows-NTLM/Operational")
|
||||
$enabled = $true
|
||||
$rules = $all_rules | Where-Object { RuleFilter $_ $eids $channels $guid }
|
||||
$rules | ForEach-Object { $_.applicable = $enabled }
|
||||
@@ -3941,7 +3941,7 @@ function GuideMSS {
|
||||
# NTLM Operational
|
||||
$guid = ""
|
||||
$eids = @()
|
||||
$channels = @("Microsoft-Windows-Diagnosis-Scripted/Operational")
|
||||
$channels = @("Microsoft-Windows-NTLM/Operational")
|
||||
$enabled = $true
|
||||
$rules = $all_rules | Where-Object { RuleFilter $_ $eids $channels $guid }
|
||||
$rules | ForEach-Object { $_.applicable = $enabled }
|
||||
|
||||
Reference in New Issue
Block a user