Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Analyses/TPM - Windows.bes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<Property Name="TPM - Activated in OS - Windows" ID="2" EvaluationPeriod="P1D">if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Activated" ELSE "Not Activated") else ERROR "TPM not visible to OS"</Property>
<Property Name="TPM - Owned in OS - Windows" ID="3" EvaluationPeriod="P1D">if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Owned" ELSE "Not Owned") else ERROR "TPM not visible to OS"</Property>
<Property Name="TPM - Visible to OS - Windows" ID="4" EvaluationPeriod="P1D">exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm"</Property>
<Property Name="TPM - Version - Windows" ID="5" EvaluationPeriod="P1D">tuple string item 0 of string value of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMv2\Security\MicrosoftTpm"</Property>
<Property Name="TPM - Version - Windows" ID="5" EvaluationPeriod="P1D">maxima of (it as version) of tuple string items of string values of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMV2\Security\MicrosoftTpm"</Property>
</Analysis>
</BES>