[
{
"_id": "exploit1",
"title": "ExploitName",
"version": "1.0.0",
"platform": "Windows",
"extype": "Type1",
"updatedDate": "03/01/2023 12:00 PM UTC",
"uncPercent": 80,
"suncPercent": 90,
"detected": false,
"updateStatus": true,
"free": true,
"beta": false
},
{
"_id": "exploit2",
"title": "AnotherExploit",
"version": "2.1.0",
"platform": "Windows",
"extype": "Type2",
"updatedDate": "03/02/2023 02:30 PM UTC",
"uncPercent": 75,
"suncPercent": 85,
"detected": false,
"updateStatus": true,
"free": false,
"beta": true
}
]