-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SECURITY_SOLUTION][ENDPOINT] Generate Trusted Apps artifacts and Man…
…ifest entries (#74988) (#76366) * Generate Trusted Apps artifacts + manifest entries * Artifacts mocks support for generating trusted apps entries * Adjusted Manifest + Artifacts tests to account for trusted apps
- Loading branch information
1 parent
f29e079
commit 0a69e48
Showing
11 changed files
with
429 additions
and
46 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
x-pack/plugins/lists/server/scripts/exception_lists/new/trusted_app_list_item_agnostic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"list_id": "endpoint_trusted_apps", | ||
"item_id": "endpoint_trusted_apps_item", | ||
"_tags": ["endpoint", "os:linux", "os:windows", "os:macos", "trusted-app"], | ||
"tags": ["user added string for a tag", "malware"], | ||
"type": "simple", | ||
"description": "This is a sample agnostic endpoint trusted app entry", | ||
"name": "Sample Endpoint Trusted App Entry", | ||
"namespace_type": "agnostic", | ||
"entries": [ | ||
{ | ||
"field": "actingProcess.file.signer", | ||
"operator": "included", | ||
"type": "match", | ||
"value": "Elastic, N.V." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.