Get CVEs

GET {{baseUrl}}/web/api/v2.1/installed-applications/cves?updatedAt__gt=ex&updatedAt__lt=ex&createdAt__lt=ex&cveIds=ex&skip=ex&sortOrder=ex&createdAt__lte=ex&ids=ex&createdAt__gte=ex&updatedAt__lte=ex&siteIds=ex&sortBy=ex&groupIds=ex&limit=ex&accountIds=ex&cursor=ex&updatedAt__gte=ex&skipCount=ex&countOnly=ex&applicationIds=ex&createdAt__gt=ex

Get known CVEs for applications that are installed on endpoints with Application Risk-enabled Agents.
Application Risk requires Complete SKU. This feature is in EA. To join the EA program, contact your SentinelOne Sales Rep.

Request Params

KeyDatatypeRequiredDescription
updatedAt__gtstringUpdated at greater than. Example: "2018-02-27T04:49:26.257525Z".
updatedAt__ltstringUpdated at lesser than. Example: "2018-02-27T04:49:26.257525Z".
createdAt__ltstringCreated at lesser than. Example: "2018-02-27T04:49:26.257525Z".
cveIdsstringFilter by global CVE ids. Example: "CVE-2018-3182,CVE-2018-1087".
skipstringSkip first number of items (0-1000). To iterate over more than 1000 items, use "cursor". Example: "150".
sortOrderstringSort direction. Example: "asc".
createdAt__ltestringCreated at lesser or equal than. Example: "2018-02-27T04:49:26.257525Z".
idsstringFilter by internal CVE IDs. Example: "225494730938493804,225494730938493915".
createdAt__gtestringCreated at greater or equal than. Example: "2018-02-27T04:49:26.257525Z".
updatedAt__ltestringUpdated at lesser or equal than. Example: "2018-02-27T04:49:26.257525Z".
siteIdsstringList of Site IDs to filter by. Example: "225494730938493804,225494730938493915".
sortBystringThe column to sort the results by. Example: "id".
groupIdsstringList of Group IDs to filter by. Example: "225494730938493804,225494730938493915".
limitstringLimit number of returned items (1-1000). Example: "10".
accountIdsstringList of Account IDs to filter by. Example: "225494730938493804,225494730938493915".
cursorstringCursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=".
updatedAt__gtestringUpdated at greater or equal than. Example: "2018-02-27T04:49:26.257525Z".
skipCountstringIf true, total number of items will not be calculated, which speeds up execution time.
countOnlystringIf true, only total number of items will be returned, without any of the actual objects.
applicationIdsstringFilter by application IDs. Example: "225494730938493804,225494730938493915".
createdAt__gtstringCreated at greater than. Example: "2018-02-27T04:49:26.257525Z".

HEADERS

KeyDatatypeRequiredDescription
Content-Typenull