v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Detection Rule

Associated Entities

List all entities linked to at least one detection rule, usable as search filters.

get/entity/list

Response

Success

idstring required

Entity ID for use in detection-rule/search filter

typestring required

Additional information about entity types is provided by the /entity/types endpoint. It can be used to find the display name of the entity type.

namestring required
display_namestring

Example response

[
  {
    "id": "kvXvR5",
    "type": "CyberVulnerability",
    "name": "CVE-2021-44228",
    "display_name": "CVE-2021-44228 (Log4Shell)"
  }
]