Files
2021-05-04 12:39:36 +03:00

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
}
}