diff --git a/detections/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.yml b/detections/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.yml index e66a46d2d5..049e0a28a8 100644 --- a/detections/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.yml +++ b/detections/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.yml @@ -1,4 +1,4 @@ -name: PowerShell Loading DotNET into Memory via System.Reflection.Assembly +name: PowerShell Loading DotNET into Memory via System Reflection Assembly id: 85bc3f30-ca28-11eb-bd21-acde48001122 version: 1 date: '2021-06-10' diff --git a/tests/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.test.yml b/tests/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.test.yml index d6526e3865..9e922a87d7 100644 --- a/tests/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.test.yml +++ b/tests/endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.test.yml @@ -1,6 +1,6 @@ -name: PowerShell Loading DotNET into Memory via System.Reflection.Assembly Unit Test +name: PowerShell Loading DotNET into Memory via System Reflection Assembly Unit Test tests: -- name: PowerShell Loading DotNET into Memory via System.Reflection.Assembly +- name: PowerShell Loading DotNET into Memory via System Reflection Assembly file: endpoint/powershell_loading_dotnet_into_memory_via_system_reflection_assembly.yml pass_condition: '| stats count | where count > 0' earliest_time: '-24h'