wf_vericts json file verdict values?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

wf_vericts json file verdict values?

L0 Member

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"

1 accepted solution

Accepted Solutions

L0 Member

The verdicts handling was changed in version 7.2.

 

To check (verify) the verdict on the agent.

  1. Export the entire wf_verdicts.db using cytool command: cytool persist export wf_verdicts.
  2. Open the resulted JSON file using Text editor and search on the hash

Verdicts:
Invalid = 0,
Benign = 1,
Malware = 2,
Unknown = 3,
Grayware = 4,
NoConnection = 5

View solution in original post

3 REPLIES 3

L4 Transporter

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?

Visit our Cortex XDR Customer Corner on Live Community to access resources for your product journey, engage in discussions with community members and subject matter experts, and register for upcoming events!

*Cortex XDR Customer Corner: https://live.paloaltonetworks.com/t5/cortex-xdr-customer-corner/ct-p/Cortex_XDR_Customer_Corner

Join our Cortex XDR Office Hours to receive live guidance and training from our Customer Success Architects.

*Cortex XDR Office Hours [NAM]: https://paloaltonetworks.zoom.us/webinar/register/3316669859020/WN_yMpAB-aBTt6xk2h-gsra4w
*Cortex XDR Office Hours [EMEA/APAC]: https://paloaltonetworks.zoom.us/webinar/register/4116709604301/WN_CZuFE5CHQbG9LUEqugsIOw

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.

 

Source: https://docs.paloaltonetworks.com/cortex/cortex-xdr/7-0/cortex-xdr-agent-admin/cortex-xdr-agent-for-...

Visit our Cortex XDR Customer Corner on Live Community to access resources for your product journey, engage in discussions with community members and subject matter experts, and register for upcoming events!

*Cortex XDR Customer Corner: https://live.paloaltonetworks.com/t5/cortex-xdr-customer-corner/ct-p/Cortex_XDR_Customer_Corner

Join our Cortex XDR Office Hours to receive live guidance and training from our Customer Success Architects.

*Cortex XDR Office Hours [NAM]: https://paloaltonetworks.zoom.us/webinar/register/3316669859020/WN_yMpAB-aBTt6xk2h-gsra4w
*Cortex XDR Office Hours [EMEA/APAC]: https://paloaltonetworks.zoom.us/webinar/register/4116709604301/WN_CZuFE5CHQbG9LUEqugsIOw

L0 Member

The verdicts handling was changed in version 7.2.

 

To check (verify) the verdict on the agent.

  1. Export the entire wf_verdicts.db using cytool command: cytool persist export wf_verdicts.
  2. Open the resulted JSON file using Text editor and search on the hash

Verdicts:
Invalid = 0,
Benign = 1,
Malware = 2,
Unknown = 3,
Grayware = 4,
NoConnection = 5

  • 1 accepted solution
  • 2409 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!