Last updated
curl -X 'GET' \
'https://openapi.exosp.com/logs/v2/anti-virus/virus-control?offset=0&tableSize=1&startTimeUTC=2024-05-01T15%3A00%3A00%2B00%3A00&endTimeUTC=2024-08-01T15%3A00%3A00%2B00%3A00&timezone=Asia%2FSeoul&sortType=DESC' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET'
{
"code": 0,
"message": "success",
"body": {
"total": 317,
"data": [
{
"name": "이시연",
"departmentName": "웹서비스",
"departmentFull": "어벤져스 > 제품 > 개발 > 웹서비스",
"computerName": "DESKTOP-OSP3WGB",
"osType": "windows",
"osUserName": "LSY",
"fileName": "sqlite viewer helper.exe",
"filePath": "c:\\users\\lsy\\.vscode\\extensions\\qwtel.sqlite-viewer-0.9.3-win32-x64\\out\\bin\\sqlite viewer helper.exe",
"processHash": "8d697710042b7d222d5ea703ed913dabb34b4977c4a94c891afa46419b58a98f",
"inspectionType": "Scheduled Scan",
"virusName": "HEUR/APC",
"virusType": "APC/MALWARE",
"action": "Quarantined",
"actionResult": "Success",
"dateOfEntryUTC": "2024-11-11T02:32:36+00:00",
"dateOfEntry": "2024-11-11T02:32:36+00:00"
}
]
}
}