-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[windows] Defender - Fix pipeline for Path and add missing fields. (#…
…11529) * Fix pipeline for Path and add missing fields. * change log PR update * Add windows_defender.evidence paths for multiple hits, add anotehr test case, generate new expected and README
- Loading branch information
1 parent
e11bdc9
commit 792f10a
Showing
9 changed files
with
747 additions
and
29 deletions.
There are no files selected for viewing
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
223 changes: 221 additions & 2 deletions
223
.../data_stream/windows_defender/_dev/test/pipeline/test-events-windows-defender-events.json
Large diffs are not rendered by default.
Oops, something went wrong.
316 changes: 314 additions & 2 deletions
316
...indows_defender/_dev/test/pipeline/test-events-windows-defender-events.json-expected.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
7 changes: 7 additions & 0 deletions
7
packages/windows/data_stream/windows_defender/fields/fields.yml
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,7 @@ | ||
- name: windows_defender | ||
type: group | ||
description: All custom fields that are specific to a Windows Defender event will be grouped in this field name. | ||
fields: | ||
- name: evidence_paths | ||
type: keyword | ||
description: One or more paths found in the event. |
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.