Skip to content

Commit 28a06fd

Browse files
Samirbousw0rk3r
andauthored
Update defense_evasion_posh_assembly_load.toml (#4543)
Co-authored-by: Jonhnathan <[email protected]>
1 parent 5ccb7ed commit 28a06fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rules/windows/defense_evasion_posh_assembly_load.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["windows"]
44
maturity = "production"
55
min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration."
66
min_stack_version = "8.14.0"
7-
updated_date = "2025/02/03"
7+
updated_date = "2025/03/19"
88

99
[transform]
1010
[[transform.osquery]]
@@ -133,8 +133,7 @@ event.category:process and host.os.type:windows and
133133
powershell.file.script_block_text : (
134134
"[System.Reflection.Assembly]::Load" or
135135
"[Reflection.Assembly]::Load" or
136-
"Assembly.Load(" or
137-
"System.Reflection"
136+
"Assembly.Load("
138137
) and
139138
not powershell.file.script_block_text : (
140139
("CommonWorkflowParameters" or "RelatedLinksHelpInfo") and

0 commit comments

Comments
 (0)