diff --git a/atomics/T1015/T1015.yaml b/atomics/T1015/T1015.yaml index 3c984d0d..24754b05 100644 --- a/atomics/T1015/T1015.yaml +++ b/atomics/T1015/T1015.yaml @@ -25,7 +25,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -57,7 +57,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -88,7 +88,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -119,7 +119,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -150,7 +150,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -182,7 +182,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE { @@ -214,7 +214,7 @@ atomic_tests: IF(!(Test-Path $registryPath)) { New-Item -Path $registryPath -Force | Out-Null - New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType DWORD -Force + New-ItemProperty -Path $registryPath -Name $name -Value $Value -PropertyType STRING -Force } ELSE {