- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-17-2021 03:33 PM
Exported wf_verdicts.db from an endpoint to validate local verdicts. Is there any reference for return codes and their meanings?
example:
"value": {
"verdict": 3,
"lruData": {
"lastUsed": "1613061210",
"index": "65945"
04-12-2021 02:01 PM
The verdicts handling was changed in version 7.2.
To check (verify) the verdict on the agent.
Verdicts:
Invalid = 0,
Benign = 1,
Malware = 2,
Unknown = 3,
Grayware = 4,
NoConnection = 5
03-18-2021 02:12 PM
Hi @JoeDay,
It appears that you are trying to collect the local verdict for a file on an endpoint by extracting the wf_verdicts.db file. Currently, there's no public documentation available to share regarding the file. Would you like to explain that goal that you have in mind that would potentially utilize this information?
03-25-2021 09:06 AM
Hi,
I'd also like to point out that the local hash cache can be queried on Windows Endpoints using the following command which is more user-friendly than viewing the db file.
cytool wf query [<hash>]
Note: The supervisor password is required to issue this command.
04-12-2021 02:01 PM
The verdicts handling was changed in version 7.2.
To check (verify) the verdict on the agent.
Verdicts:
Invalid = 0,
Benign = 1,
Malware = 2,
Unknown = 3,
Grayware = 4,
NoConnection = 5
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!