standardize display name

This commit is contained in:
Carrie Roberts
2020-10-08 10:47:41 -06:00
committed by GitHub
parent 224bdc0d55
commit d17b6dd56e
+2 -2
View File
@@ -1,6 +1,6 @@
---
attack_technique: T1497.001
display_name: System Checks
display_name: 'Virtualization/Sandbox Evasion: System Checks'
atomic_tests:
- name: Detect Virtualization Environment (Linux)
description: |
@@ -36,4 +36,4 @@ atomic_tests:
name: sh
elevation_required: false
command: |
if (ioreg -l | grep -e Manufacturer -e 'Vendor Name' | grep -iE 'Oracle|VirtualBox|VMWare|Parallels') then echo 'Virtualization Environment detected'; fi;
if (ioreg -l | grep -e Manufacturer -e 'Vendor Name' | grep -iE 'Oracle|VirtualBox|VMWare|Parallels') then echo 'Virtualization Environment detected'; fi;