mirror of
https://github.com/CheckPointSW/InviZzzible
synced 2026-06-08 10:35:43 +00:00
22 lines
534 B
Plaintext
22 lines
534 B
Plaintext
{
|
|
"KVM CPU HypervisorID": {
|
|
"description": "Check if processor HypervisorID does not equal to: `KVMKVMKVM'.",
|
|
"countermeasures": "cpuid instruction mask.",
|
|
"type": "cpuid_h",
|
|
"enabled": "yes",
|
|
"arguments": {
|
|
"vendor": ["KVMKVMKVM"]
|
|
},
|
|
"score": 10
|
|
},
|
|
"KVM CPU VendorID": {
|
|
"description": "Check if processor VendorID does not equal to: `KVMKVMKVMKVM'.",
|
|
"countermeasures": "cpuid instruction mask.",
|
|
"type": "cpuid_v",
|
|
"enabled": "yes",
|
|
"arguments": {
|
|
"vendor": ["KVMKVMKVMKVM"]
|
|
},
|
|
"score": 10
|
|
}
|
|
} |