Add Anti-Virus Evidence
Step 1: Get list of personnel
Get the list of personnel in Drata. By using theexpand[]=complianceChecks
query parameter, you will get a list of all personnel in Drata
with compliance checks including the ANTIVIRUS
check. (e.g. GET /public/v2/personnel?expand[]=complianceChecks
)Choose a personnel that you’d like to upload evidence for and take note of their personnel ID.
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 2: Get Device ID
Using the personnel ID selected from above, get their associated devices and take note of the device ID you want to upload evidence for.
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 3: Attach file for that device
For the device ID you selected above in Step 2, attach a file for evidence of hard drive encryption.
- Payload
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
No sample
Loading...
Step 4: Confirm upload has updated personnel’s compliance
To confirm the upload has updated the personnel’s compliance, get the personnel’s device details from Drata.
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 5: Repeat for each personnel failing anti-virus compliance
Repeat above with all the personnel failing anti-virus compliance you identified in step 1.