Skip to content

Commit f355012

Browse files
applying PR feedback
1 parent b637ad3 commit f355012

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

custom_schemas/custom_api_credential_access.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
fields:
2222
- name: handle_type
2323
level: custom
24-
type: keywork
24+
type: keyword
2525
description: >
2626
This parameter indicates whether the detected access was attempt against a process or a thread.
2727
example: process
@@ -34,7 +34,6 @@
3434
3535
- name: desired_access
3636
level: custom
37-
type: keywork
37+
type: keyword
3838
description: >
3939
This parameter indicates the string value of the `DesiredAccess` field to `OpenProcess` or `OpenThread`.
40-

package/endpoint/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: Protect your hosts and cloud workloads with threat prevention, dete
55
version: 8.7.0-next
66
categories: ["security", "cloud"]
77
# The package type. The options for now are [integration, input], more type might be added in the future.
8-
98
# The default type is integration and will be set if empty.
109
type: integration
1110
license: basic

0 commit comments

Comments
 (0)