Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/management/admin/trusted-apps.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To add a trusted application:
* `Field`: Select a field to identify the trusted application:
** `Hash`: The MD5, SHA-1, or SHA-256 hash value of the application's executable.
** `Path`: The full file path of the application's executable.
** `Signature`: (Windows only) The name of the application's digital signer.
** `Signature`: (Windows and macOS only) The name of the application's digital signer.
+
TIP: To find the signer's name for an application, go to *Kibana* -> *Discover* and query the process name of the application's executable (for example, `process.name : "mctray.exe"` for a McAfee security binary). Then, search the results for the `process.code_signature.subject_name` field, which contains the signer's name (for example, `McAfee, Inc.`).

Expand Down
2 changes: 1 addition & 1 deletion docs/serverless/edr-manage/trusted-apps-ov.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To add a trusted application:
+
*** `Hash`: The MD5, SHA-1, or SHA-256 hash value of the application's executable.
*** `Path`: The full file path of the application's executable.
*** `Signature`: (Windows only) The name of the application's digital signer.
*** `Signature`: (Windows and macOS only) The name of the application's digital signer.
+
[TIP]
====
Expand Down