We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccb7ed commit 28a06fdCopy full SHA for 28a06fd
rules/windows/defense_evasion_posh_assembly_load.toml
@@ -4,7 +4,7 @@ integration = ["windows"]
4
maturity = "production"
5
min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration."
6
min_stack_version = "8.14.0"
7
-updated_date = "2025/02/03"
+updated_date = "2025/03/19"
8
9
[transform]
10
[[transform.osquery]]
@@ -133,8 +133,7 @@ event.category:process and host.os.type:windows and
133
powershell.file.script_block_text : (
134
"[System.Reflection.Assembly]::Load" or
135
"[Reflection.Assembly]::Load" or
136
- "Assembly.Load(" or
137
- "System.Reflection"
+ "Assembly.Load("
138
) and
139
not powershell.file.script_block_text : (
140
("CommonWorkflowParameters" or "RelatedLinksHelpInfo") and
0 commit comments