Skip to content

Commit f600962

Browse files
committed
Update defense_evasion_powershell_windows_firewall_disabled.toml
1 parent d8b1909 commit f600962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/defense_evasion_powershell_windows_firewall_disabled.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ timestamp_override = "event.ingested"
9595
type = "eql"
9696

9797
query = '''
98-
process where host.os.type == "windows" and event.action == "start" and
98+
process where host.os.type == "windows" and event.type == "start" and
9999
(
100100
process.name : ("powershell.exe", "pwsh.exe", "powershell_ise.exe") or
101101
?process.pe.original_file_name in ("powershell.exe", "pwsh.dll", "powershell_ise.exe")

0 commit comments

Comments
 (0)