Navigation :
Spectre And Meltdown Vulnerable Systems
Description
The search is used to detect systems that are still vulnerable to the Spectre and Meltdown vulnerabilities.
Help |
---|
Spectre And Meltdown Vulnerable Systems HelpThe search requires that you are ingesting your vulnerability-scanner data and that it reports the CVE of the vulnerability identified. |
Search |
---|
| tstats `security_content_summariesonly` min(_time) as firstTime max(_time) as lastTime from datamodel=Vulnerabilities where Vulnerabilities.cve ="CVE-2017-5753" OR Vulnerabilities.cve ="CVE-2017-5715" OR Vulnerabilities.cve ="CVE-2017-5754" by Vulnerabilities.dest | `drop_dm_object_name(Vulnerabilities)` | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `spectre_and_meltdown_vulnerable_systems_filter` Open in Search |
Baseline Generation Searches |
---|
This detection relies on the following search to generate the baseline lookup.- Systems Ready for Spectre-Meltdown Windows Patch
|