The configuration API is made available via the configuration endpoint of the Endpoint Security Server REST API. For complete details on how to interact with Endpoint Security Server API, please refer to FireEye document Endpoint Security REST API Guide Release 5.0.

UPLOAD API For Deny List
A FireEye Endpoint Security administrator can upload a list of hashes or list of filepaths to the Endpoint Server using the following API method.
Request
HTTP Verb | Path | Parameters |
|---|---|---|
POST | hx/api/plugins/deny-list/v1/list/upload | - |
Response
Type | Key | Notes |
|---|---|---|
BODY (form data) | deny_list(mandatory) | value: file (denylist.csv: file to upload) Text parameters in form data:
|
Note
Use lower case values as they are case-sensitive.

EXPORT API for Deny List
HTTP Verb | Path | Parameters |
|---|---|---|
GET | hx/api/plugins/deny-list/v1/list/export | Type: Query params
|
Note
Use lowercase values as they are case-sensitive.

Adding VirusTotal Queries
HTTP Verb | Path | Parameters |
|---|---|---|
POST | hx/api/plugins/deny-list/v1/list/ thirdparty/configuration | - |
