mirror of
https://github.com/CheckPointSW/InviZzzible
synced 2026-06-08 10:35:43 +00:00
26 lines
636 B
Plaintext
26 lines
636 B
Plaintext
{
|
|
"Wine HKLM Registry Keys": {
|
|
"description": "Check if HKLM Wine Specific Registry Key is present.",
|
|
"countermeasures": "Remove HKLM Wine Specific Registry Key.",
|
|
"type": "registry",
|
|
"enabled": "yes",
|
|
"arguments": {
|
|
"check": "exists",
|
|
"hkey": "HKLM",
|
|
"key": "SOFTWARE\\Wine"
|
|
},
|
|
"score": 10
|
|
},
|
|
"Wine HKCU Registry Keys": {
|
|
"description": "Check if HKCU Wine Specific Registry Key is present.",
|
|
"countermeasures": "Remove HKCU Wine Specific Registry Key.",
|
|
"type": "registry",
|
|
"enabled": "yes",
|
|
"arguments": {
|
|
"check": "exists",
|
|
"hkey": "HKCU",
|
|
"key": "SOFTWARE\\Wine"
|
|
},
|
|
"score": 10
|
|
}
|
|
} |