Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nov 26] Signature option available for macOS Trusted Apps conditions #6183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -43,7 +43,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