Commit 8a06aa4
# Backport
This will backport the following commits from `main` to `8.8`:
- [Support new enrichment fields
(#157889)](#157889)
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Sebastián
Zaffarano","email":"sebastian.zaffarano@elastic.co"},"sourceCommit":{"committedDate":"2023-05-17T07:36:03Z","message":"Support
new enrichment fields (#157889)\n\n## Summary\r\n\r\nAdds support for
the following Endpoint fields for detection \r\nrules
telemetry:\r\n\r\n- process.Ext.effective_parent.name\r\n-
process.Ext.effective_parent.executable\r\n- file.Ext.original.name\r\n-
process.Ext.api.name\r\n- file.Ext.header_bytes\r\n-
process.parent.Ext.real.pid\r\n-
dll.Ext.relative_file_creation_time\r\n-
dll.Ext.relative_file_name_modify_time\r\n- file.Ext.entropy\r\n-
dll.name\r\n- dll.path\r\n- dll.code_signature.trusted\r\n-
dll.pe.original_file_name\r\n- file.directory\r\n- dll.hash.sha256\r\n-
dll.pe.imphash\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bcd4a3bad1e6e057addecf29c5f8d7bdec0aae","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Telemetry","release_note:skip","Team:
SecuritySolution","v8.9.0","v8.8.1"],"number":157889,"url":"https://github.com/elastic/kibana/pull/157889","mergeCommit":{"message":"Support
new enrichment fields (#157889)\n\n## Summary\r\n\r\nAdds support for
the following Endpoint fields for detection \r\nrules
telemetry:\r\n\r\n- process.Ext.effective_parent.name\r\n-
process.Ext.effective_parent.executable\r\n- file.Ext.original.name\r\n-
process.Ext.api.name\r\n- file.Ext.header_bytes\r\n-
process.parent.Ext.real.pid\r\n-
dll.Ext.relative_file_creation_time\r\n-
dll.Ext.relative_file_name_modify_time\r\n- file.Ext.entropy\r\n-
dll.name\r\n- dll.path\r\n- dll.code_signature.trusted\r\n-
dll.pe.original_file_name\r\n- file.directory\r\n- dll.hash.sha256\r\n-
dll.pe.imphash\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bcd4a3bad1e6e057addecf29c5f8d7bdec0aae"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157889","number":157889,"mergeCommit":{"message":"Support
new enrichment fields (#157889)\n\n## Summary\r\n\r\nAdds support for
the following Endpoint fields for detection \r\nrules
telemetry:\r\n\r\n- process.Ext.effective_parent.name\r\n-
process.Ext.effective_parent.executable\r\n- file.Ext.original.name\r\n-
process.Ext.api.name\r\n- file.Ext.header_bytes\r\n-
process.parent.Ext.real.pid\r\n-
dll.Ext.relative_file_creation_time\r\n-
dll.Ext.relative_file_name_modify_time\r\n- file.Ext.entropy\r\n-
dll.name\r\n- dll.path\r\n- dll.code_signature.trusted\r\n-
dll.pe.original_file_name\r\n- file.directory\r\n- dll.hash.sha256\r\n-
dll.pe.imphash\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"81bcd4a3bad1e6e057addecf29c5f8d7bdec0aae"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Sebastián Zaffarano <sebastian.zaffarano@elastic.co>
1 parent 64af286 commit 8a06aa4
File tree
2 files changed
+96
-12
lines changed- x-pack/plugins/security_solution/server/lib/telemetry/filterlists
2 files changed
+96
-12
lines changedLines changed: 69 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 21 | | |
30 | 22 | | |
31 | 23 | | |
32 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
50 | 107 | | |
51 | 108 | | |
52 | 109 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
88 | 102 | | |
89 | 103 | | |
90 | 104 | | |
| |||
129 | 143 | | |
130 | 144 | | |
131 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
132 | 153 | | |
133 | 154 | | |
134 | 155 | | |
| |||
235 | 256 | | |
236 | 257 | | |
237 | 258 | | |
| 259 | + | |
238 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
239 | 266 | | |
240 | 267 | | |
241 | 268 | | |
| |||
0 commit comments