Intel AMT System Status
0 Votes |
Description
This analysis reads the System Exposure and System Risk values from an xml file created by the task:
Scan for Intel AMT Vulnerability_v1.0.1.6
The task runs an Intel utility designed to determine if the system is at risk from the AMT vulnerability.
The values and meaning of these values are listed below as per Intel Documentation:
Value | Description | |||||
System Risk |
| |||||
System Exposure |
|
Property Details
2998552 | |
Alpha - Code that was just developed | |
Intel AMT System Status | |
BESC | |
CVE-2017-5689, Intel AMT bug, Intel AMT vulnerability, detect, scan | |
mxc0bbn on 5/10/2017 6:07:44 PM | |
mxc0bbn on 5/10/2017 6:07:44 PM | |
4926 Views / 34 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Properties
System Risk
Period
Every Report
* Results in a true/false |
if exists folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then if exists file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then preceding text of first "<" of (following text of first ">" of (lines of file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner")) whose (it as string contains "System_Risk")) else "No Scan Results xml File" else "Scan Not Run"
System Exposure
Period
Every Report
* Results in a true/false |
if exists folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then if exists file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then preceding text of first "<" of (following text of first ">" of (lines of file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner")) whose (it as string contains "System_Exposure")) else "No Scan Results xml File" else "Scan Not Run"
Last Scan Date
Period
Every Report
* Results in a true/false |
if exists folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then if exists file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner") then preceding text of first "<" of (following text of first ">" of (lines of file (((hostname) as string) & "_System_Summary.xml") of folder (((parent folder of client) as string) & "\Intel_AMT_Scanner")) whose (it as string contains "Scan_Date")) else "No Scan Results xml File" else "Scan Not Run"
Relevance
name of operating system contains "Win"
/* Version of Windows must be at least Win7 */ version of operating system >= "6.1"
Sharing
Social Media: |
Comments
|
|
Related: https://bigfix.me/fixlet/details/24269 |
|
|
The accompanying task can be downloaded here: https://www.bigfix.me/fixlet/details/24270 |