SV-259577r960759_rule
V-259577
SRG-APP-000014
EX19-ED-000006
CAT II
10
In a PowerShell window with elevated privileges, run the following commands:
reg add HKLM\SOFTWARE\Microsoft\.NetFramework\v4.0.30319 /v "SchUseStrongCrypto" /t REG_DWORD /d 1
reg add HKLM\SOFTWARE\WoW6432Node\Microsoft\.NetFramework\v4.0.30319 /v "SchUseStrongCrypto" /t REG_DWORD /d 1
This will create the value within the necessary key and set the data to 1.
In a PowerShell window, run the following commands:
Get-ItemProperty HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319
If the value "SchUseStrongCrypto" is not present and set to 1, this is a finding.
V-259577
False
EX19-ED-000006
In a PowerShell window, run the following commands:
Get-ItemProperty HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319
If the value "SchUseStrongCrypto" is not present and set to 1, this is a finding.
M
5579