@x12i/memorix-retrieval 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +124 -0
  2. package/catalox-seeds/inputs/entity-descriptors/assets.json +296 -0
  3. package/catalox-seeds/inputs/entity-descriptors/variabilities-groups.json +312 -0
  4. package/catalox-seeds/inputs/entity-descriptors/vulnerabilities.json +419 -0
  5. package/catalox-seeds/inputs/item-descriptors/asset-detail-item.json +85 -0
  6. package/catalox-seeds/inputs/item-descriptors/variabilities-group-detail-item.json +87 -0
  7. package/catalox-seeds/inputs/item-descriptors/vulnerability-detail-item.json +106 -0
  8. package/catalox-seeds/inputs/list-descriptors/assets-main-list.json +46 -0
  9. package/catalox-seeds/inputs/list-descriptors/critical-vulnerabilities-list.json +44 -0
  10. package/catalox-seeds/inputs/list-descriptors/variabilities-groups-main-list.json +43 -0
  11. package/catalox-seeds/inputs/list-descriptors/vulnerabilities-main-list.json +47 -0
  12. package/catalox-seeds/inputs/manifest.json +44 -0
  13. package/catalox-seeds/inputs/memorix-catalog-ids.json +8 -0
  14. package/catalox-seeds/inputs/memorix-descriptors.bundle.json +1502 -0
  15. package/catalox-seeds/inputs/memorix-entity-descriptors.catalog.json +1029 -0
  16. package/catalox-seeds/inputs/memorix-entity-descriptors.items.json +1026 -0
  17. package/catalox-seeds/inputs/memorix-item-descriptors.catalog.json +283 -0
  18. package/catalox-seeds/inputs/memorix-item-descriptors.items.json +280 -0
  19. package/catalox-seeds/inputs/memorix-list-descriptors.catalog.json +185 -0
  20. package/catalox-seeds/inputs/memorix-list-descriptors.items.json +182 -0
  21. package/catalox-seeds/inputs/scope.json +4 -0
  22. package/catalox-seeds/memorix-retrieval-descriptors.manifest.json +1844 -0
  23. package/dist/client/catalox-like.d.ts +16 -0
  24. package/dist/client/catalox-like.d.ts.map +1 -0
  25. package/dist/client/catalox-like.js +2 -0
  26. package/dist/client/catalox-like.js.map +1 -0
  27. package/dist/client/create-client.d.ts +3 -0
  28. package/dist/client/create-client.d.ts.map +1 -0
  29. package/dist/client/create-client.js +50 -0
  30. package/dist/client/create-client.js.map +1 -0
  31. package/dist/client/create-from-env.d.ts +3 -0
  32. package/dist/client/create-from-env.d.ts.map +1 -0
  33. package/dist/client/create-from-env.js +10 -0
  34. package/dist/client/create-from-env.js.map +1 -0
  35. package/dist/client/types.d.ts +109 -0
  36. package/dist/client/types.d.ts.map +1 -0
  37. package/dist/client/types.js +2 -0
  38. package/dist/client/types.js.map +1 -0
  39. package/dist/client/xronox-like.d.ts +18 -0
  40. package/dist/client/xronox-like.d.ts.map +1 -0
  41. package/dist/client/xronox-like.js +2 -0
  42. package/dist/client/xronox-like.js.map +1 -0
  43. package/dist/content/fetch-content-object.d.ts +16 -0
  44. package/dist/content/fetch-content-object.d.ts.map +1 -0
  45. package/dist/content/fetch-content-object.js +54 -0
  46. package/dist/content/fetch-content-object.js.map +1 -0
  47. package/dist/content/map-content-errors.d.ts +5 -0
  48. package/dist/content/map-content-errors.d.ts.map +1 -0
  49. package/dist/content/map-content-errors.js +39 -0
  50. package/dist/content/map-content-errors.js.map +1 -0
  51. package/dist/content/memorix-content-object.d.ts +21 -0
  52. package/dist/content/memorix-content-object.d.ts.map +1 -0
  53. package/dist/content/memorix-content-object.js +54 -0
  54. package/dist/content/memorix-content-object.js.map +1 -0
  55. package/dist/content/resolve-content-config.d.ts +19 -0
  56. package/dist/content/resolve-content-config.d.ts.map +1 -0
  57. package/dist/content/resolve-content-config.js +37 -0
  58. package/dist/content/resolve-content-config.js.map +1 -0
  59. package/dist/data/collection-name.d.ts +4 -0
  60. package/dist/data/collection-name.d.ts.map +1 -0
  61. package/dist/data/collection-name.js +23 -0
  62. package/dist/data/collection-name.js.map +1 -0
  63. package/dist/data/identity.d.ts +36 -0
  64. package/dist/data/identity.d.ts.map +1 -0
  65. package/dist/data/identity.js +68 -0
  66. package/dist/data/identity.js.map +1 -0
  67. package/dist/data/memorix-read.d.ts +17 -0
  68. package/dist/data/memorix-read.d.ts.map +1 -0
  69. package/dist/data/memorix-read.js +55 -0
  70. package/dist/data/memorix-read.js.map +1 -0
  71. package/dist/data/multi-match.d.ts +16 -0
  72. package/dist/data/multi-match.d.ts.map +1 -0
  73. package/dist/data/multi-match.js +65 -0
  74. package/dist/data/multi-match.js.map +1 -0
  75. package/dist/data/path.d.ts +3 -0
  76. package/dist/data/path.d.ts.map +1 -0
  77. package/dist/data/path.js +23 -0
  78. package/dist/data/path.js.map +1 -0
  79. package/dist/data/xronox-read.d.ts +13 -0
  80. package/dist/data/xronox-read.d.ts.map +1 -0
  81. package/dist/data/xronox-read.js +34 -0
  82. package/dist/data/xronox-read.js.map +1 -0
  83. package/dist/descriptors/catalog-ids.d.ts +5 -0
  84. package/dist/descriptors/catalog-ids.d.ts.map +1 -0
  85. package/dist/descriptors/catalog-ids.js +5 -0
  86. package/dist/descriptors/catalog-ids.js.map +1 -0
  87. package/dist/descriptors/descriptor-types.d.ts +187 -0
  88. package/dist/descriptors/descriptor-types.d.ts.map +1 -0
  89. package/dist/descriptors/descriptor-types.js +2 -0
  90. package/dist/descriptors/descriptor-types.js.map +1 -0
  91. package/dist/descriptors/load-entity-descriptor.d.ts +4 -0
  92. package/dist/descriptors/load-entity-descriptor.d.ts.map +1 -0
  93. package/dist/descriptors/load-entity-descriptor.js +15 -0
  94. package/dist/descriptors/load-entity-descriptor.js.map +1 -0
  95. package/dist/descriptors/load-item-descriptor.d.ts +4 -0
  96. package/dist/descriptors/load-item-descriptor.d.ts.map +1 -0
  97. package/dist/descriptors/load-item-descriptor.js +15 -0
  98. package/dist/descriptors/load-item-descriptor.js.map +1 -0
  99. package/dist/descriptors/load-list-descriptor.d.ts +4 -0
  100. package/dist/descriptors/load-list-descriptor.d.ts.map +1 -0
  101. package/dist/descriptors/load-list-descriptor.js +15 -0
  102. package/dist/descriptors/load-list-descriptor.js.map +1 -0
  103. package/dist/descriptors/validate-descriptor.d.ts +7 -0
  104. package/dist/descriptors/validate-descriptor.d.ts.map +1 -0
  105. package/dist/descriptors/validate-descriptor.js +80 -0
  106. package/dist/descriptors/validate-descriptor.js.map +1 -0
  107. package/dist/errors/errors.d.ts +6 -0
  108. package/dist/errors/errors.d.ts.map +1 -0
  109. package/dist/errors/errors.js +12 -0
  110. package/dist/errors/errors.js.map +1 -0
  111. package/dist/errors/issues.d.ts +14 -0
  112. package/dist/errors/issues.d.ts.map +1 -0
  113. package/dist/errors/issues.js +7 -0
  114. package/dist/errors/issues.js.map +1 -0
  115. package/dist/index.d.ts +22 -0
  116. package/dist/index.d.ts.map +1 -0
  117. package/dist/index.js +18 -0
  118. package/dist/index.js.map +1 -0
  119. package/dist/mongo/connection.d.ts +3 -0
  120. package/dist/mongo/connection.d.ts.map +1 -0
  121. package/dist/mongo/connection.js +8 -0
  122. package/dist/mongo/connection.js.map +1 -0
  123. package/dist/mongo/env.d.ts +6 -0
  124. package/dist/mongo/env.d.ts.map +1 -0
  125. package/dist/mongo/env.js +33 -0
  126. package/dist/mongo/env.js.map +1 -0
  127. package/dist/mongo/read-collection.d.ts +14 -0
  128. package/dist/mongo/read-collection.d.ts.map +1 -0
  129. package/dist/mongo/read-collection.js +45 -0
  130. package/dist/mongo/read-collection.js.map +1 -0
  131. package/dist/mongo/resolve-db.d.ts +6 -0
  132. package/dist/mongo/resolve-db.d.ts.map +1 -0
  133. package/dist/mongo/resolve-db.js +9 -0
  134. package/dist/mongo/resolve-db.js.map +1 -0
  135. package/dist/mongo/types.d.ts +2 -0
  136. package/dist/mongo/types.d.ts.map +1 -0
  137. package/dist/mongo/types.js +2 -0
  138. package/dist/mongo/types.js.map +1 -0
  139. package/dist/relations/fetch-relation.d.ts +5 -0
  140. package/dist/relations/fetch-relation.d.ts.map +1 -0
  141. package/dist/relations/fetch-relation.js +57 -0
  142. package/dist/relations/fetch-relation.js.map +1 -0
  143. package/dist/relations/resolve-relations.d.ts +6 -0
  144. package/dist/relations/resolve-relations.d.ts.map +1 -0
  145. package/dist/relations/resolve-relations.js +20 -0
  146. package/dist/relations/resolve-relations.js.map +1 -0
  147. package/dist/retrieval/batch-fetch.d.ts +11 -0
  148. package/dist/retrieval/batch-fetch.d.ts.map +1 -0
  149. package/dist/retrieval/batch-fetch.js +80 -0
  150. package/dist/retrieval/batch-fetch.js.map +1 -0
  151. package/dist/retrieval/compose-item.d.ts +11 -0
  152. package/dist/retrieval/compose-item.d.ts.map +1 -0
  153. package/dist/retrieval/compose-item.js +18 -0
  154. package/dist/retrieval/compose-item.js.map +1 -0
  155. package/dist/retrieval/compose-row.d.ts +4 -0
  156. package/dist/retrieval/compose-row.d.ts.map +1 -0
  157. package/dist/retrieval/compose-row.js +14 -0
  158. package/dist/retrieval/compose-row.js.map +1 -0
  159. package/dist/retrieval/fetch-item.d.ts +3 -0
  160. package/dist/retrieval/fetch-item.d.ts.map +1 -0
  161. package/dist/retrieval/fetch-item.js +107 -0
  162. package/dist/retrieval/fetch-item.js.map +1 -0
  163. package/dist/retrieval/fetch-list.d.ts +3 -0
  164. package/dist/retrieval/fetch-list.d.ts.map +1 -0
  165. package/dist/retrieval/fetch-list.js +148 -0
  166. package/dist/retrieval/fetch-list.js.map +1 -0
  167. package/dist/retrieval/resolve-fields.d.ts +10 -0
  168. package/dist/retrieval/resolve-fields.d.ts.map +1 -0
  169. package/dist/retrieval/resolve-fields.js +52 -0
  170. package/dist/retrieval/resolve-fields.js.map +1 -0
  171. package/dist/retrieval/resolve-filters.d.ts +3 -0
  172. package/dist/retrieval/resolve-filters.d.ts.map +1 -0
  173. package/dist/retrieval/resolve-filters.js +57 -0
  174. package/dist/retrieval/resolve-filters.js.map +1 -0
  175. package/dist/retrieval/resolve-pagination-driver.d.ts +6 -0
  176. package/dist/retrieval/resolve-pagination-driver.d.ts.map +1 -0
  177. package/dist/retrieval/resolve-pagination-driver.js +22 -0
  178. package/dist/retrieval/resolve-pagination-driver.js.map +1 -0
  179. package/dist/retrieval/resolve-property-source.d.ts +10 -0
  180. package/dist/retrieval/resolve-property-source.d.ts.map +1 -0
  181. package/dist/retrieval/resolve-property-source.js +48 -0
  182. package/dist/retrieval/resolve-property-source.js.map +1 -0
  183. package/dist/retrieval/resolve-sort.d.ts +14 -0
  184. package/dist/retrieval/resolve-sort.d.ts.map +1 -0
  185. package/dist/retrieval/resolve-sort.js +28 -0
  186. package/dist/retrieval/resolve-sort.js.map +1 -0
  187. package/dist/tests/collection-env.test.d.ts +2 -0
  188. package/dist/tests/collection-env.test.d.ts.map +1 -0
  189. package/dist/tests/collection-env.test.js +44 -0
  190. package/dist/tests/collection-env.test.js.map +1 -0
  191. package/dist/tests/content-object.test.d.ts +2 -0
  192. package/dist/tests/content-object.test.d.ts.map +1 -0
  193. package/dist/tests/content-object.test.js +39 -0
  194. package/dist/tests/content-object.test.js.map +1 -0
  195. package/dist/tests/descriptor-validation.test.d.ts +2 -0
  196. package/dist/tests/descriptor-validation.test.d.ts.map +1 -0
  197. package/dist/tests/descriptor-validation.test.js +25 -0
  198. package/dist/tests/descriptor-validation.test.js.map +1 -0
  199. package/dist/tests/env.test.d.ts +2 -0
  200. package/dist/tests/env.test.d.ts.map +1 -0
  201. package/dist/tests/env.test.js +17 -0
  202. package/dist/tests/env.test.js.map +1 -0
  203. package/dist/tests/fetch-item.test.d.ts +2 -0
  204. package/dist/tests/fetch-item.test.d.ts.map +1 -0
  205. package/dist/tests/fetch-item.test.js +86 -0
  206. package/dist/tests/fetch-item.test.js.map +1 -0
  207. package/dist/tests/fetch-list.test.d.ts +2 -0
  208. package/dist/tests/fetch-list.test.d.ts.map +1 -0
  209. package/dist/tests/fetch-list.test.js +85 -0
  210. package/dist/tests/fetch-list.test.js.map +1 -0
  211. package/dist/tests/fixtures.d.ts +5 -0
  212. package/dist/tests/fixtures.d.ts.map +1 -0
  213. package/dist/tests/fixtures.js +137 -0
  214. package/dist/tests/fixtures.js.map +1 -0
  215. package/dist/tests/identity.test.d.ts +2 -0
  216. package/dist/tests/identity.test.d.ts.map +1 -0
  217. package/dist/tests/identity.test.js +32 -0
  218. package/dist/tests/identity.test.js.map +1 -0
  219. package/dist/tests/multi-match.test.d.ts +2 -0
  220. package/dist/tests/multi-match.test.d.ts.map +1 -0
  221. package/dist/tests/multi-match.test.js +31 -0
  222. package/dist/tests/multi-match.test.js.map +1 -0
  223. package/dist/tests/read-collection.test.d.ts +2 -0
  224. package/dist/tests/read-collection.test.d.ts.map +1 -0
  225. package/dist/tests/read-collection.test.js +19 -0
  226. package/dist/tests/read-collection.test.js.map +1 -0
  227. package/dist/tests/relations.test.d.ts +2 -0
  228. package/dist/tests/relations.test.d.ts.map +1 -0
  229. package/dist/tests/relations.test.js +77 -0
  230. package/dist/tests/relations.test.js.map +1 -0
  231. package/docs/MEMORIX-DATABASE-CONVENTIONS.md +325 -0
  232. package/package.json +52 -0
@@ -0,0 +1,1844 @@
1
+ {
2
+ "presetVersion": 1,
3
+ "id": "memorix-retrieval-descriptors",
4
+ "name": "Memorix retrieval descriptors",
5
+ "description": "Entity, list, and item descriptors for @x12i/memorix-retrieval (from catalox-seeds/inputs/). assets and variabilities-groups target memorix-entities; vulnerabilities target memorix-events. All items share scope.domains/network+vulnerabilities and scope.agents/neo.",
6
+ "catalogs": [
7
+ {
8
+ "catalogId": "memorix-entity-descriptors",
9
+ "name": "Memorix entity descriptors",
10
+ "catalogType": "memorix",
11
+ "sourceMode": "native",
12
+ "native": {
13
+ "itemIdField": "id",
14
+ "titleField": "entityName"
15
+ }
16
+ },
17
+ {
18
+ "catalogId": "memorix-list-descriptors",
19
+ "name": "Memorix list descriptors",
20
+ "catalogType": "memorix",
21
+ "sourceMode": "native",
22
+ "native": {
23
+ "itemIdField": "id",
24
+ "titleField": "title"
25
+ }
26
+ },
27
+ {
28
+ "catalogId": "memorix-item-descriptors",
29
+ "name": "Memorix item descriptors",
30
+ "catalogType": "memorix",
31
+ "sourceMode": "native",
32
+ "native": {
33
+ "itemIdField": "id",
34
+ "titleField": "title"
35
+ }
36
+ }
37
+ ],
38
+ "descriptors": [
39
+ {
40
+ "catalogId": "memorix-entity-descriptors",
41
+ "descriptorVersion": "1",
42
+ "mode": "replace",
43
+ "descriptor": {
44
+ "catalogId": "memorix-entity-descriptors",
45
+ "label": "Memorix entity descriptors",
46
+ "sourceMode": "native",
47
+ "status": "active",
48
+ "capabilities": {
49
+ "canList": true,
50
+ "canGet": true,
51
+ "canCreate": true,
52
+ "canEdit": true,
53
+ "canDelete": true,
54
+ "canImport": true,
55
+ "canExport": true,
56
+ "canSync": false,
57
+ "canValidate": true,
58
+ "canViewReferences": true
59
+ },
60
+ "queryableFields": [
61
+ {
62
+ "key": "id",
63
+ "label": "Id",
64
+ "type": "string",
65
+ "indexed": true,
66
+ "filterable": true,
67
+ "listVisible": true,
68
+ "detailVisible": true
69
+ },
70
+ {
71
+ "key": "entityName",
72
+ "label": "Entity name",
73
+ "type": "string",
74
+ "indexed": true,
75
+ "filterable": true,
76
+ "listVisible": true,
77
+ "detailVisible": true
78
+ },
79
+ {
80
+ "key": "target",
81
+ "label": "Target",
82
+ "type": "string",
83
+ "indexed": true,
84
+ "filterable": true,
85
+ "listVisible": true,
86
+ "detailVisible": true
87
+ }
88
+ ],
89
+ "identity": {
90
+ "itemIdStrategy": "natural",
91
+ "itemIdField": "id",
92
+ "titleField": "entityName"
93
+ }
94
+ }
95
+ },
96
+ {
97
+ "catalogId": "memorix-list-descriptors",
98
+ "descriptorVersion": "1",
99
+ "mode": "replace",
100
+ "descriptor": {
101
+ "catalogId": "memorix-list-descriptors",
102
+ "label": "Memorix list descriptors",
103
+ "sourceMode": "native",
104
+ "status": "active",
105
+ "capabilities": {
106
+ "canList": true,
107
+ "canGet": true,
108
+ "canCreate": true,
109
+ "canEdit": true,
110
+ "canDelete": true,
111
+ "canImport": true,
112
+ "canExport": true,
113
+ "canSync": false,
114
+ "canValidate": true,
115
+ "canViewReferences": true
116
+ },
117
+ "queryableFields": [
118
+ {
119
+ "key": "id",
120
+ "label": "Id",
121
+ "type": "string",
122
+ "indexed": true,
123
+ "filterable": true,
124
+ "listVisible": true,
125
+ "detailVisible": true
126
+ },
127
+ {
128
+ "key": "entity",
129
+ "label": "Entity",
130
+ "type": "string",
131
+ "indexed": true,
132
+ "filterable": true,
133
+ "listVisible": true,
134
+ "detailVisible": true
135
+ },
136
+ {
137
+ "key": "title",
138
+ "label": "Title",
139
+ "type": "string",
140
+ "indexed": true,
141
+ "filterable": true,
142
+ "listVisible": true,
143
+ "detailVisible": true
144
+ }
145
+ ],
146
+ "identity": {
147
+ "itemIdStrategy": "natural",
148
+ "itemIdField": "id",
149
+ "titleField": "title"
150
+ }
151
+ }
152
+ },
153
+ {
154
+ "catalogId": "memorix-item-descriptors",
155
+ "descriptorVersion": "1",
156
+ "mode": "replace",
157
+ "descriptor": {
158
+ "catalogId": "memorix-item-descriptors",
159
+ "label": "Memorix item descriptors",
160
+ "sourceMode": "native",
161
+ "status": "active",
162
+ "capabilities": {
163
+ "canList": true,
164
+ "canGet": true,
165
+ "canCreate": true,
166
+ "canEdit": true,
167
+ "canDelete": true,
168
+ "canImport": true,
169
+ "canExport": true,
170
+ "canSync": false,
171
+ "canValidate": true,
172
+ "canViewReferences": true
173
+ },
174
+ "queryableFields": [
175
+ {
176
+ "key": "id",
177
+ "label": "Id",
178
+ "type": "string",
179
+ "indexed": true,
180
+ "filterable": true,
181
+ "listVisible": true,
182
+ "detailVisible": true
183
+ },
184
+ {
185
+ "key": "entity",
186
+ "label": "Entity",
187
+ "type": "string",
188
+ "indexed": true,
189
+ "filterable": true,
190
+ "listVisible": true,
191
+ "detailVisible": true
192
+ },
193
+ {
194
+ "key": "title",
195
+ "label": "Title",
196
+ "type": "string",
197
+ "indexed": true,
198
+ "filterable": true,
199
+ "listVisible": true,
200
+ "detailVisible": true
201
+ }
202
+ ],
203
+ "identity": {
204
+ "itemIdStrategy": "natural",
205
+ "itemIdField": "id",
206
+ "titleField": "title"
207
+ }
208
+ }
209
+ }
210
+ ],
211
+ "bindings": [
212
+ {
213
+ "appId": "memorix",
214
+ "catalogId": "memorix-entity-descriptors",
215
+ "access": {
216
+ "canRead": true,
217
+ "canWrite": true
218
+ }
219
+ },
220
+ {
221
+ "appId": "memorix",
222
+ "catalogId": "memorix-list-descriptors",
223
+ "access": {
224
+ "canRead": true,
225
+ "canWrite": true
226
+ }
227
+ },
228
+ {
229
+ "appId": "memorix",
230
+ "catalogId": "memorix-item-descriptors",
231
+ "access": {
232
+ "canRead": true,
233
+ "canWrite": true
234
+ }
235
+ }
236
+ ],
237
+ "items": [
238
+ {
239
+ "catalogId": "memorix-entity-descriptors",
240
+ "scope": {
241
+ "domains": [
242
+ "network",
243
+ "vulnerabilities"
244
+ ],
245
+ "agents": [
246
+ "neo"
247
+ ]
248
+ },
249
+ "data": {
250
+ "id": "assets",
251
+ "entityName": "assets",
252
+ "target": "entity",
253
+ "collectionPrefix": "assets",
254
+ "identity": {
255
+ "allowedIdFields": [
256
+ "entityId",
257
+ "eventId"
258
+ ],
259
+ "requiredExactlyOne": true,
260
+ "defaultIdField": "entityId"
261
+ },
262
+ "defaults": {
263
+ "canonicalContentType": "snapshots",
264
+ "dataRoot": "data",
265
+ "effectiveDatePath": "capturedAt",
266
+ "fallbackEffectiveDatePaths": [
267
+ "snapshot.capturedAt",
268
+ "data.xdr.last_seen"
269
+ ]
270
+ },
271
+ "contentTypes": {
272
+ "snapshots": {
273
+ "postfix": "snapshots",
274
+ "collection": "assets-snapshots",
275
+ "dataRoot": "data",
276
+ "isCanonical": true,
277
+ "effectiveDatePath": "capturedAt",
278
+ "fallbackEffectiveDatePaths": [
279
+ "snapshot.capturedAt",
280
+ "data.xdr.last_seen"
281
+ ]
282
+ }
283
+ },
284
+ "properties": {
285
+ "ipAddress": {
286
+ "label": "IP Address",
287
+ "source": {
288
+ "contentType": "snapshots",
289
+ "path": "data.ip_address"
290
+ },
291
+ "humanReadable": true,
292
+ "sortable": true,
293
+ "filterable": true,
294
+ "list": true,
295
+ "item": true,
296
+ "valueType": "string"
297
+ },
298
+ "source": {
299
+ "label": "Source",
300
+ "source": {
301
+ "contentType": "snapshots",
302
+ "path": "data._source"
303
+ },
304
+ "humanReadable": true,
305
+ "sortable": true,
306
+ "filterable": true,
307
+ "list": true,
308
+ "item": true,
309
+ "valueType": "string"
310
+ },
311
+ "hostName": {
312
+ "label": "Host Name",
313
+ "source": {
314
+ "contentType": "snapshots",
315
+ "path": "data.xdr.host_name"
316
+ },
317
+ "humanReadable": true,
318
+ "sortable": true,
319
+ "filterable": true,
320
+ "list": true,
321
+ "item": true,
322
+ "valueType": "string"
323
+ },
324
+ "xdrOperationalStatus": {
325
+ "label": "XDR Operational Status",
326
+ "source": {
327
+ "contentType": "snapshots",
328
+ "path": "data.xdr.operational_status"
329
+ },
330
+ "humanReadable": true,
331
+ "sortable": true,
332
+ "filterable": true,
333
+ "list": true,
334
+ "item": true,
335
+ "valueType": "string"
336
+ },
337
+ "xdrAgentStatus": {
338
+ "label": "XDR Agent Status",
339
+ "source": {
340
+ "contentType": "snapshots",
341
+ "path": "data.xdr.agent_status"
342
+ },
343
+ "humanReadable": true,
344
+ "sortable": true,
345
+ "filterable": true,
346
+ "list": true,
347
+ "item": true,
348
+ "valueType": "string"
349
+ },
350
+ "agentType": {
351
+ "label": "Agent Type",
352
+ "source": {
353
+ "contentType": "snapshots",
354
+ "path": "data.xdr.agent_type"
355
+ },
356
+ "humanReadable": true,
357
+ "sortable": true,
358
+ "filterable": true,
359
+ "list": true,
360
+ "item": true,
361
+ "valueType": "string"
362
+ },
363
+ "lastSeen": {
364
+ "label": "Last Seen",
365
+ "source": {
366
+ "contentType": "snapshots",
367
+ "path": "data.xdr.last_seen"
368
+ },
369
+ "humanReadable": true,
370
+ "sortable": true,
371
+ "filterable": true,
372
+ "list": true,
373
+ "item": true,
374
+ "valueType": "datetime"
375
+ },
376
+ "users": {
377
+ "label": "Users",
378
+ "source": {
379
+ "contentType": "snapshots",
380
+ "path": "data.xdr.users"
381
+ },
382
+ "humanReadable": true,
383
+ "sortable": false,
384
+ "filterable": true,
385
+ "list": true,
386
+ "item": true,
387
+ "valueType": "array"
388
+ },
389
+ "hasVulnerabilities": {
390
+ "label": "Has Vulnerabilities",
391
+ "source": {
392
+ "contentType": "snapshots",
393
+ "path": "data.vulnerabilities.hasVulnerabilities"
394
+ },
395
+ "humanReadable": true,
396
+ "sortable": true,
397
+ "filterable": true,
398
+ "list": true,
399
+ "item": true,
400
+ "valueType": "boolean"
401
+ },
402
+ "criticalVulnerabilities": {
403
+ "label": "Critical Vulnerabilities",
404
+ "source": {
405
+ "contentType": "snapshots",
406
+ "path": "data.vulnerabilities.count.critical"
407
+ },
408
+ "humanReadable": true,
409
+ "sortable": true,
410
+ "filterable": true,
411
+ "list": true,
412
+ "item": true,
413
+ "valueType": "number"
414
+ },
415
+ "highVulnerabilities": {
416
+ "label": "High Vulnerabilities",
417
+ "source": {
418
+ "contentType": "snapshots",
419
+ "path": "data.vulnerabilities.count.high"
420
+ },
421
+ "humanReadable": true,
422
+ "sortable": true,
423
+ "filterable": true,
424
+ "list": true,
425
+ "item": true,
426
+ "valueType": "number"
427
+ },
428
+ "mediumVulnerabilities": {
429
+ "label": "Medium Vulnerabilities",
430
+ "source": {
431
+ "contentType": "snapshots",
432
+ "path": "data.vulnerabilities.count.medium"
433
+ },
434
+ "humanReadable": true,
435
+ "sortable": true,
436
+ "filterable": true,
437
+ "list": true,
438
+ "item": true,
439
+ "valueType": "number"
440
+ },
441
+ "lowVulnerabilities": {
442
+ "label": "Low Vulnerabilities",
443
+ "source": {
444
+ "contentType": "snapshots",
445
+ "path": "data.vulnerabilities.count.low"
446
+ },
447
+ "humanReadable": true,
448
+ "sortable": true,
449
+ "filterable": true,
450
+ "list": true,
451
+ "item": true,
452
+ "valueType": "number"
453
+ },
454
+ "potentialImpactLevel": {
455
+ "label": "Potential Impact",
456
+ "source": {
457
+ "contentType": "snapshots",
458
+ "path": "data.potentialImpact.level"
459
+ },
460
+ "humanReadable": true,
461
+ "sortable": true,
462
+ "filterable": true,
463
+ "list": true,
464
+ "item": true,
465
+ "valueType": "string"
466
+ },
467
+ "potentialImpactConfidence": {
468
+ "label": "Impact Confidence",
469
+ "source": {
470
+ "contentType": "snapshots",
471
+ "path": "data.potentialImpact.confidence"
472
+ },
473
+ "humanReadable": true,
474
+ "sortable": true,
475
+ "filterable": true,
476
+ "list": true,
477
+ "item": true,
478
+ "valueType": "number"
479
+ },
480
+ "potentialImpactStory": {
481
+ "label": "Potential Impact Story",
482
+ "source": {
483
+ "contentType": "snapshots",
484
+ "path": "data.potentialImpact.story"
485
+ },
486
+ "humanReadable": false,
487
+ "sortable": false,
488
+ "filterable": false,
489
+ "list": false,
490
+ "item": true,
491
+ "valueType": "array"
492
+ },
493
+ "pathsCount": {
494
+ "label": "Paths Count",
495
+ "source": {
496
+ "contentType": "snapshots",
497
+ "path": "data.pathsCount"
498
+ },
499
+ "humanReadable": true,
500
+ "sortable": true,
501
+ "filterable": true,
502
+ "list": true,
503
+ "item": true,
504
+ "valueType": "number"
505
+ },
506
+ "rawXdr": {
507
+ "label": "Raw XDR",
508
+ "source": {
509
+ "contentType": "snapshots",
510
+ "path": "data.xdr"
511
+ },
512
+ "humanReadable": false,
513
+ "sortable": false,
514
+ "filterable": false,
515
+ "list": false,
516
+ "item": true,
517
+ "valueType": "object"
518
+ }
519
+ },
520
+ "relations": {
521
+ "assetVulnerabilities": {
522
+ "targetEntity": "vulnerabilities",
523
+ "type": "oneToMany",
524
+ "source": {
525
+ "contentType": "snapshots",
526
+ "path": "data.ip_address"
527
+ },
528
+ "target": {
529
+ "contentType": "snapshots",
530
+ "path": "data.assetIp"
531
+ },
532
+ "defaultMode": "array",
533
+ "defaultArrayProperty": "vulnerabilities",
534
+ "targetFields": [
535
+ "vulnerabilityId",
536
+ "pluginName",
537
+ "severityLevel",
538
+ "riskLevel",
539
+ "priorityScore",
540
+ "cveIds"
541
+ ]
542
+ }
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "catalogId": "memorix-entity-descriptors",
548
+ "scope": {
549
+ "domains": [
550
+ "network",
551
+ "vulnerabilities"
552
+ ],
553
+ "agents": [
554
+ "neo"
555
+ ]
556
+ },
557
+ "data": {
558
+ "id": "variabilities-groups",
559
+ "entityName": "variabilities-groups",
560
+ "target": "entity",
561
+ "collectionPrefix": "variabilities-groups",
562
+ "identity": {
563
+ "allowedIdFields": [
564
+ "entityId",
565
+ "eventId"
566
+ ],
567
+ "requiredExactlyOne": true,
568
+ "defaultIdField": "entityId"
569
+ },
570
+ "defaults": {
571
+ "canonicalContentType": "snapshots",
572
+ "dataRoot": "data",
573
+ "effectiveDatePath": "capturedAt",
574
+ "fallbackEffectiveDatePaths": [
575
+ "snapshot.capturedAt",
576
+ "data.enrichedAt",
577
+ "data.enrichment.enrichedAt"
578
+ ]
579
+ },
580
+ "contentTypes": {
581
+ "snapshots": {
582
+ "postfix": "snapshots",
583
+ "collection": "variabilities-groups-snapshots",
584
+ "dataRoot": "data",
585
+ "isCanonical": true,
586
+ "effectiveDatePath": "capturedAt",
587
+ "fallbackEffectiveDatePaths": [
588
+ "snapshot.capturedAt",
589
+ "data.enrichedAt",
590
+ "data.enrichment.enrichedAt"
591
+ ]
592
+ }
593
+ },
594
+ "properties": {
595
+ "groupId": {
596
+ "label": "Group ID",
597
+ "source": {
598
+ "contentType": "snapshots",
599
+ "path": "data.id"
600
+ },
601
+ "humanReadable": true,
602
+ "sortable": true,
603
+ "filterable": true,
604
+ "list": true,
605
+ "item": true,
606
+ "valueType": "string"
607
+ },
608
+ "type": {
609
+ "label": "Type",
610
+ "source": {
611
+ "contentType": "snapshots",
612
+ "path": "data.type"
613
+ },
614
+ "humanReadable": true,
615
+ "sortable": true,
616
+ "filterable": true,
617
+ "list": true,
618
+ "item": true,
619
+ "valueType": "string"
620
+ },
621
+ "pluginId": {
622
+ "label": "Plugin ID",
623
+ "source": {
624
+ "contentType": "snapshots",
625
+ "path": "data.plugin_id"
626
+ },
627
+ "humanReadable": true,
628
+ "sortable": true,
629
+ "filterable": true,
630
+ "list": true,
631
+ "item": true,
632
+ "valueType": "number"
633
+ },
634
+ "pluginName": {
635
+ "label": "Plugin Name",
636
+ "source": {
637
+ "contentType": "snapshots",
638
+ "path": "data.plugin_name"
639
+ },
640
+ "humanReadable": true,
641
+ "sortable": true,
642
+ "filterable": true,
643
+ "list": true,
644
+ "item": true,
645
+ "valueType": "string"
646
+ },
647
+ "pluginFamily": {
648
+ "label": "Plugin Family",
649
+ "source": {
650
+ "contentType": "snapshots",
651
+ "path": "data.plugin_family"
652
+ },
653
+ "humanReadable": true,
654
+ "sortable": true,
655
+ "filterable": true,
656
+ "list": true,
657
+ "item": true,
658
+ "valueType": "string"
659
+ },
660
+ "severity": {
661
+ "label": "Severity",
662
+ "source": {
663
+ "contentType": "snapshots",
664
+ "path": "data.severity"
665
+ },
666
+ "humanReadable": true,
667
+ "sortable": true,
668
+ "filterable": true,
669
+ "list": true,
670
+ "item": true,
671
+ "valueType": "string"
672
+ },
673
+ "severityLevel": {
674
+ "label": "Severity Level",
675
+ "source": {
676
+ "contentType": "snapshots",
677
+ "path": "data.severity_level"
678
+ },
679
+ "humanReadable": true,
680
+ "sortable": true,
681
+ "filterable": true,
682
+ "list": true,
683
+ "item": true,
684
+ "valueType": "number"
685
+ },
686
+ "affectedEntities": {
687
+ "label": "Affected Entities",
688
+ "source": {
689
+ "contentType": "snapshots",
690
+ "path": "data.affected_entities"
691
+ },
692
+ "humanReadable": true,
693
+ "sortable": false,
694
+ "filterable": true,
695
+ "list": false,
696
+ "item": true,
697
+ "valueType": "array"
698
+ },
699
+ "affectedEntitiesCount": {
700
+ "label": "Affected Entities Count",
701
+ "source": {
702
+ "contentType": "snapshots",
703
+ "path": "data.affected_entities"
704
+ },
705
+ "humanReadable": true,
706
+ "sortable": false,
707
+ "filterable": false,
708
+ "list": true,
709
+ "item": true,
710
+ "valueType": "array",
711
+ "format": "count"
712
+ },
713
+ "source": {
714
+ "label": "Source",
715
+ "source": {
716
+ "contentType": "snapshots",
717
+ "path": "data.source"
718
+ },
719
+ "humanReadable": true,
720
+ "sortable": true,
721
+ "filterable": true,
722
+ "list": false,
723
+ "item": true,
724
+ "valueType": "string"
725
+ },
726
+ "cveIds": {
727
+ "label": "CVEs",
728
+ "source": {
729
+ "contentType": "snapshots",
730
+ "path": "data.cveIds"
731
+ },
732
+ "humanReadable": true,
733
+ "sortable": false,
734
+ "filterable": true,
735
+ "list": true,
736
+ "item": true,
737
+ "valueType": "array"
738
+ },
739
+ "riskLevel": {
740
+ "label": "Risk Level",
741
+ "source": {
742
+ "contentType": "snapshots",
743
+ "path": "data.enrichment.riskLevel"
744
+ },
745
+ "humanReadable": true,
746
+ "sortable": true,
747
+ "filterable": true,
748
+ "list": true,
749
+ "item": true,
750
+ "valueType": "string"
751
+ },
752
+ "priorityScore": {
753
+ "label": "Priority Score",
754
+ "source": {
755
+ "contentType": "snapshots",
756
+ "path": "data.enrichment.priorityScore"
757
+ },
758
+ "humanReadable": true,
759
+ "sortable": true,
760
+ "filterable": true,
761
+ "list": true,
762
+ "item": true,
763
+ "valueType": "number"
764
+ },
765
+ "compositeScore": {
766
+ "label": "Composite Score",
767
+ "source": {
768
+ "contentType": "snapshots",
769
+ "path": "data.enrichment.compositeScore"
770
+ },
771
+ "humanReadable": true,
772
+ "sortable": true,
773
+ "filterable": true,
774
+ "list": true,
775
+ "item": true,
776
+ "valueType": "number"
777
+ },
778
+ "epss": {
779
+ "label": "EPSS",
780
+ "source": {
781
+ "contentType": "snapshots",
782
+ "path": "data.enrichment.epss.epss"
783
+ },
784
+ "humanReadable": true,
785
+ "sortable": true,
786
+ "filterable": true,
787
+ "list": true,
788
+ "item": true,
789
+ "valueType": "number"
790
+ },
791
+ "knownExploited": {
792
+ "label": "Known Exploited",
793
+ "source": {
794
+ "contentType": "snapshots",
795
+ "path": "data.enrichment.kev.isKnownExploited"
796
+ },
797
+ "humanReadable": true,
798
+ "sortable": true,
799
+ "filterable": true,
800
+ "list": true,
801
+ "item": true,
802
+ "valueType": "boolean"
803
+ },
804
+ "cvssBaseScore": {
805
+ "label": "CVSS Base Score",
806
+ "source": {
807
+ "contentType": "snapshots",
808
+ "path": "data.enrichment.cvss.baseScore"
809
+ },
810
+ "humanReadable": true,
811
+ "sortable": true,
812
+ "filterable": true,
813
+ "list": true,
814
+ "item": true,
815
+ "valueType": "number"
816
+ },
817
+ "cvssVector": {
818
+ "label": "CVSS Vector",
819
+ "source": {
820
+ "contentType": "snapshots",
821
+ "path": "data.enrichment.cvss.cvssVector"
822
+ },
823
+ "humanReadable": true,
824
+ "sortable": false,
825
+ "filterable": true,
826
+ "list": false,
827
+ "item": true,
828
+ "valueType": "string"
829
+ },
830
+ "enrichedAt": {
831
+ "label": "Enriched At",
832
+ "source": {
833
+ "contentType": "snapshots",
834
+ "path": "data.enrichedAt"
835
+ },
836
+ "humanReadable": true,
837
+ "sortable": true,
838
+ "filterable": true,
839
+ "list": false,
840
+ "item": true,
841
+ "valueType": "datetime"
842
+ }
843
+ },
844
+ "relations": {
845
+ "groupVulnerabilities": {
846
+ "targetEntity": "vulnerabilities",
847
+ "type": "oneToMany",
848
+ "source": {
849
+ "contentType": "snapshots",
850
+ "path": "data.plugin_id"
851
+ },
852
+ "target": {
853
+ "contentType": "snapshots",
854
+ "path": "data.pluginId"
855
+ },
856
+ "defaultMode": "array",
857
+ "defaultArrayProperty": "vulnerabilities",
858
+ "targetFields": [
859
+ "vulnerabilityId",
860
+ "assetIp",
861
+ "pluginName",
862
+ "severityLevel",
863
+ "riskLevel",
864
+ "priorityScore"
865
+ ]
866
+ }
867
+ }
868
+ }
869
+ },
870
+ {
871
+ "catalogId": "memorix-entity-descriptors",
872
+ "scope": {
873
+ "domains": [
874
+ "network",
875
+ "vulnerabilities"
876
+ ],
877
+ "agents": [
878
+ "neo"
879
+ ]
880
+ },
881
+ "data": {
882
+ "id": "vulnerabilities",
883
+ "entityName": "vulnerabilities",
884
+ "target": "event",
885
+ "collectionPrefix": "vulnerabilities",
886
+ "identity": {
887
+ "allowedIdFields": [
888
+ "entityId",
889
+ "eventId"
890
+ ],
891
+ "requiredExactlyOne": true,
892
+ "defaultIdField": "entityId"
893
+ },
894
+ "defaults": {
895
+ "canonicalContentType": "snapshots",
896
+ "dataRoot": "data",
897
+ "effectiveDatePath": "capturedAt",
898
+ "fallbackEffectiveDatePaths": [
899
+ "snapshot.capturedAt",
900
+ "data.enrichment.enrichedAt"
901
+ ]
902
+ },
903
+ "contentTypes": {
904
+ "snapshots": {
905
+ "postfix": "snapshots",
906
+ "collection": "vulnerabilities-snapshots",
907
+ "dataRoot": "data",
908
+ "isCanonical": true,
909
+ "effectiveDatePath": "capturedAt",
910
+ "fallbackEffectiveDatePaths": [
911
+ "snapshot.capturedAt",
912
+ "data.enrichment.enrichedAt"
913
+ ]
914
+ }
915
+ },
916
+ "properties": {
917
+ "vulnerabilityId": {
918
+ "label": "Vulnerability ID",
919
+ "source": {
920
+ "contentType": "snapshots",
921
+ "path": "data.vulnerabilityId"
922
+ },
923
+ "humanReadable": true,
924
+ "sortable": true,
925
+ "filterable": true,
926
+ "list": true,
927
+ "item": true,
928
+ "valueType": "string"
929
+ },
930
+ "assetIp": {
931
+ "label": "Asset IP",
932
+ "source": {
933
+ "contentType": "snapshots",
934
+ "path": "data.assetIp"
935
+ },
936
+ "humanReadable": true,
937
+ "sortable": true,
938
+ "filterable": true,
939
+ "list": true,
940
+ "item": true,
941
+ "valueType": "string"
942
+ },
943
+ "assetType": {
944
+ "label": "Asset Type",
945
+ "source": {
946
+ "contentType": "snapshots",
947
+ "path": "data.assetType"
948
+ },
949
+ "humanReadable": true,
950
+ "sortable": true,
951
+ "filterable": true,
952
+ "list": true,
953
+ "item": true,
954
+ "valueType": "string"
955
+ },
956
+ "assetZone": {
957
+ "label": "Asset Zone",
958
+ "source": {
959
+ "contentType": "snapshots",
960
+ "path": "data.assetZone"
961
+ },
962
+ "humanReadable": true,
963
+ "sortable": true,
964
+ "filterable": true,
965
+ "list": true,
966
+ "item": true,
967
+ "valueType": "string"
968
+ },
969
+ "assetHostname": {
970
+ "label": "Asset Hostname",
971
+ "source": {
972
+ "contentType": "snapshots",
973
+ "path": "data.assetHostname"
974
+ },
975
+ "humanReadable": true,
976
+ "sortable": true,
977
+ "filterable": true,
978
+ "list": true,
979
+ "item": true,
980
+ "valueType": "string"
981
+ },
982
+ "pluginId": {
983
+ "label": "Plugin ID",
984
+ "source": {
985
+ "contentType": "snapshots",
986
+ "path": "data.pluginId"
987
+ },
988
+ "humanReadable": true,
989
+ "sortable": true,
990
+ "filterable": true,
991
+ "list": true,
992
+ "item": true,
993
+ "valueType": "number"
994
+ },
995
+ "pluginName": {
996
+ "label": "Plugin Name",
997
+ "source": {
998
+ "contentType": "snapshots",
999
+ "path": "data.pluginName"
1000
+ },
1001
+ "humanReadable": true,
1002
+ "sortable": true,
1003
+ "filterable": true,
1004
+ "list": true,
1005
+ "item": true,
1006
+ "valueType": "string"
1007
+ },
1008
+ "pluginFamily": {
1009
+ "label": "Plugin Family",
1010
+ "source": {
1011
+ "contentType": "snapshots",
1012
+ "path": "data.pluginFamily"
1013
+ },
1014
+ "humanReadable": true,
1015
+ "sortable": true,
1016
+ "filterable": true,
1017
+ "list": true,
1018
+ "item": true,
1019
+ "valueType": "string"
1020
+ },
1021
+ "severity": {
1022
+ "label": "Severity",
1023
+ "source": {
1024
+ "contentType": "snapshots",
1025
+ "path": "data.severity"
1026
+ },
1027
+ "humanReadable": true,
1028
+ "sortable": true,
1029
+ "filterable": true,
1030
+ "list": true,
1031
+ "item": true,
1032
+ "valueType": "string"
1033
+ },
1034
+ "severityLevel": {
1035
+ "label": "Severity Level",
1036
+ "source": {
1037
+ "contentType": "snapshots",
1038
+ "path": "data.severityLevel"
1039
+ },
1040
+ "humanReadable": true,
1041
+ "sortable": true,
1042
+ "filterable": true,
1043
+ "list": true,
1044
+ "item": true,
1045
+ "valueType": "number"
1046
+ },
1047
+ "cveIds": {
1048
+ "label": "CVEs",
1049
+ "source": {
1050
+ "contentType": "snapshots",
1051
+ "path": "data.cveIds"
1052
+ },
1053
+ "humanReadable": true,
1054
+ "sortable": false,
1055
+ "filterable": true,
1056
+ "list": true,
1057
+ "item": true,
1058
+ "valueType": "array"
1059
+ },
1060
+ "riskLevel": {
1061
+ "label": "Risk Level",
1062
+ "source": {
1063
+ "contentType": "snapshots",
1064
+ "path": "data.enrichment.riskLevel"
1065
+ },
1066
+ "humanReadable": true,
1067
+ "sortable": true,
1068
+ "filterable": true,
1069
+ "list": true,
1070
+ "item": true,
1071
+ "valueType": "string"
1072
+ },
1073
+ "priorityScore": {
1074
+ "label": "Priority Score",
1075
+ "source": {
1076
+ "contentType": "snapshots",
1077
+ "path": "data.enrichment.priorityScore"
1078
+ },
1079
+ "humanReadable": true,
1080
+ "sortable": true,
1081
+ "filterable": true,
1082
+ "list": true,
1083
+ "item": true,
1084
+ "valueType": "number"
1085
+ },
1086
+ "compositeScore": {
1087
+ "label": "Composite Score",
1088
+ "source": {
1089
+ "contentType": "snapshots",
1090
+ "path": "data.enrichment.compositeScore"
1091
+ },
1092
+ "humanReadable": true,
1093
+ "sortable": true,
1094
+ "filterable": true,
1095
+ "list": true,
1096
+ "item": true,
1097
+ "valueType": "number"
1098
+ },
1099
+ "epss": {
1100
+ "label": "EPSS",
1101
+ "source": {
1102
+ "contentType": "snapshots",
1103
+ "path": "data.enrichment.epss.epss"
1104
+ },
1105
+ "humanReadable": true,
1106
+ "sortable": true,
1107
+ "filterable": true,
1108
+ "list": true,
1109
+ "item": true,
1110
+ "valueType": "number"
1111
+ },
1112
+ "epssPercentile": {
1113
+ "label": "EPSS Percentile",
1114
+ "source": {
1115
+ "contentType": "snapshots",
1116
+ "path": "data.enrichment.epss.percentile"
1117
+ },
1118
+ "humanReadable": true,
1119
+ "sortable": true,
1120
+ "filterable": true,
1121
+ "list": true,
1122
+ "item": true,
1123
+ "valueType": "number"
1124
+ },
1125
+ "knownExploited": {
1126
+ "label": "Known Exploited",
1127
+ "source": {
1128
+ "contentType": "snapshots",
1129
+ "path": "data.enrichment.kev.isKnownExploited"
1130
+ },
1131
+ "humanReadable": true,
1132
+ "sortable": true,
1133
+ "filterable": true,
1134
+ "list": true,
1135
+ "item": true,
1136
+ "valueType": "boolean"
1137
+ },
1138
+ "cvssBaseScore": {
1139
+ "label": "CVSS Base Score",
1140
+ "source": {
1141
+ "contentType": "snapshots",
1142
+ "path": "data.enrichment.cvss.baseScore"
1143
+ },
1144
+ "humanReadable": true,
1145
+ "sortable": true,
1146
+ "filterable": true,
1147
+ "list": true,
1148
+ "item": true,
1149
+ "valueType": "number"
1150
+ },
1151
+ "cvssVector": {
1152
+ "label": "CVSS Vector",
1153
+ "source": {
1154
+ "contentType": "snapshots",
1155
+ "path": "data.enrichment.cvss.cvssVector"
1156
+ },
1157
+ "humanReadable": true,
1158
+ "sortable": false,
1159
+ "filterable": true,
1160
+ "list": false,
1161
+ "item": true,
1162
+ "valueType": "string"
1163
+ },
1164
+ "exploitabilityScore": {
1165
+ "label": "Exploitability Score",
1166
+ "source": {
1167
+ "contentType": "snapshots",
1168
+ "path": "data.exploitabilityScore"
1169
+ },
1170
+ "humanReadable": true,
1171
+ "sortable": true,
1172
+ "filterable": true,
1173
+ "list": true,
1174
+ "item": true,
1175
+ "valueType": "number"
1176
+ },
1177
+ "exploitabilityLevel": {
1178
+ "label": "Exploitability Level",
1179
+ "source": {
1180
+ "contentType": "snapshots",
1181
+ "path": "data.exploitabilityLevel"
1182
+ },
1183
+ "humanReadable": true,
1184
+ "sortable": true,
1185
+ "filterable": true,
1186
+ "list": true,
1187
+ "item": true,
1188
+ "valueType": "string"
1189
+ },
1190
+ "assetMatched": {
1191
+ "label": "Asset Matched",
1192
+ "source": {
1193
+ "contentType": "snapshots",
1194
+ "path": "data.assetMatched"
1195
+ },
1196
+ "humanReadable": true,
1197
+ "sortable": true,
1198
+ "filterable": true,
1199
+ "list": false,
1200
+ "item": true,
1201
+ "valueType": "boolean"
1202
+ },
1203
+ "networkExposure": {
1204
+ "label": "Network Exposure",
1205
+ "source": {
1206
+ "contentType": "snapshots",
1207
+ "path": "data.mitreAnalysis.networkContext.exposure"
1208
+ },
1209
+ "humanReadable": true,
1210
+ "sortable": true,
1211
+ "filterable": true,
1212
+ "list": true,
1213
+ "item": true,
1214
+ "valueType": "string"
1215
+ },
1216
+ "attackPathCount": {
1217
+ "label": "Attack Path Count",
1218
+ "source": {
1219
+ "contentType": "snapshots",
1220
+ "path": "data.mitreAnalysis.networkContext.paths.paths"
1221
+ },
1222
+ "humanReadable": true,
1223
+ "sortable": false,
1224
+ "filterable": false,
1225
+ "list": false,
1226
+ "item": true,
1227
+ "valueType": "array"
1228
+ },
1229
+ "mitreTechniques": {
1230
+ "label": "MITRE Techniques",
1231
+ "source": {
1232
+ "contentType": "snapshots",
1233
+ "path": "data.mitreAnalysis.techniques"
1234
+ },
1235
+ "humanReadable": true,
1236
+ "sortable": false,
1237
+ "filterable": true,
1238
+ "list": false,
1239
+ "item": true,
1240
+ "valueType": "array"
1241
+ },
1242
+ "mitreAnalysis": {
1243
+ "label": "MITRE Analysis",
1244
+ "source": {
1245
+ "contentType": "snapshots",
1246
+ "path": "data.mitreAnalysis"
1247
+ },
1248
+ "humanReadable": false,
1249
+ "sortable": false,
1250
+ "filterable": false,
1251
+ "list": false,
1252
+ "item": true,
1253
+ "valueType": "object"
1254
+ }
1255
+ },
1256
+ "relations": {
1257
+ "affectedAsset": {
1258
+ "targetEntity": "assets",
1259
+ "type": "manyToOne",
1260
+ "source": {
1261
+ "contentType": "snapshots",
1262
+ "path": "data.assetIp"
1263
+ },
1264
+ "target": {
1265
+ "contentType": "snapshots",
1266
+ "path": "data.ip_address"
1267
+ },
1268
+ "defaultMode": "extendFields",
1269
+ "targetFields": [
1270
+ "ipAddress",
1271
+ "hostName",
1272
+ "xdrOperationalStatus",
1273
+ "xdrAgentStatus",
1274
+ "potentialImpactLevel"
1275
+ ]
1276
+ },
1277
+ "vulnerabilityGroup": {
1278
+ "targetEntity": "variabilities-groups",
1279
+ "type": "manyToOne",
1280
+ "source": {
1281
+ "contentType": "snapshots",
1282
+ "path": "data.pluginId"
1283
+ },
1284
+ "target": {
1285
+ "contentType": "snapshots",
1286
+ "path": "data.plugin_id"
1287
+ },
1288
+ "defaultMode": "extendFields",
1289
+ "targetFields": [
1290
+ "groupId",
1291
+ "pluginName",
1292
+ "severityLevel",
1293
+ "affectedEntitiesCount",
1294
+ "riskLevel",
1295
+ "priorityScore"
1296
+ ]
1297
+ }
1298
+ }
1299
+ }
1300
+ },
1301
+ {
1302
+ "catalogId": "memorix-list-descriptors",
1303
+ "scope": {
1304
+ "domains": [
1305
+ "network",
1306
+ "vulnerabilities"
1307
+ ],
1308
+ "agents": [
1309
+ "neo"
1310
+ ]
1311
+ },
1312
+ "data": {
1313
+ "id": "assets-main-list",
1314
+ "entity": "assets",
1315
+ "title": "Assets",
1316
+ "leadingContentType": "snapshots",
1317
+ "pagination": {
1318
+ "enabled": true,
1319
+ "defaultLimit": 50,
1320
+ "maxLimit": 200
1321
+ },
1322
+ "filters": [],
1323
+ "fields": [
1324
+ "ipAddress",
1325
+ "hostName",
1326
+ "source",
1327
+ "agentType",
1328
+ "xdrOperationalStatus",
1329
+ "xdrAgentStatus",
1330
+ "hasVulnerabilities",
1331
+ "criticalVulnerabilities",
1332
+ "highVulnerabilities",
1333
+ "potentialImpactLevel",
1334
+ "pathsCount"
1335
+ ],
1336
+ "extensions": [],
1337
+ "includeRelations": [],
1338
+ "allowedSorts": [
1339
+ "ipAddress",
1340
+ "hostName",
1341
+ "source",
1342
+ "agentType",
1343
+ "xdrOperationalStatus",
1344
+ "xdrAgentStatus",
1345
+ "hasVulnerabilities",
1346
+ "criticalVulnerabilities",
1347
+ "highVulnerabilities",
1348
+ "potentialImpactLevel",
1349
+ "pathsCount",
1350
+ "lastSeen"
1351
+ ],
1352
+ "defaultSort": {
1353
+ "property": "ipAddress",
1354
+ "direction": "asc"
1355
+ },
1356
+ "allowSortDrivenLeadingOverride": false
1357
+ }
1358
+ },
1359
+ {
1360
+ "catalogId": "memorix-list-descriptors",
1361
+ "scope": {
1362
+ "domains": [
1363
+ "network",
1364
+ "vulnerabilities"
1365
+ ],
1366
+ "agents": [
1367
+ "neo"
1368
+ ]
1369
+ },
1370
+ "data": {
1371
+ "id": "vulnerabilities-main-list",
1372
+ "entity": "vulnerabilities",
1373
+ "title": "Vulnerabilities",
1374
+ "leadingContentType": "snapshots",
1375
+ "pagination": {
1376
+ "enabled": true,
1377
+ "defaultLimit": 50,
1378
+ "maxLimit": 200
1379
+ },
1380
+ "filters": [],
1381
+ "fields": [
1382
+ "vulnerabilityId",
1383
+ "assetIp",
1384
+ "pluginName",
1385
+ "pluginFamily",
1386
+ "severityLevel",
1387
+ "cveIds",
1388
+ "riskLevel",
1389
+ "priorityScore",
1390
+ "epss",
1391
+ "knownExploited",
1392
+ "exploitabilityLevel",
1393
+ "networkExposure"
1394
+ ],
1395
+ "extensions": [],
1396
+ "includeRelations": [],
1397
+ "allowedSorts": [
1398
+ "vulnerabilityId",
1399
+ "assetIp",
1400
+ "pluginName",
1401
+ "pluginFamily",
1402
+ "severityLevel",
1403
+ "riskLevel",
1404
+ "priorityScore",
1405
+ "epss",
1406
+ "knownExploited",
1407
+ "exploitabilityScore",
1408
+ "exploitabilityLevel",
1409
+ "networkExposure"
1410
+ ],
1411
+ "defaultSort": {
1412
+ "property": "priorityScore",
1413
+ "direction": "desc"
1414
+ },
1415
+ "allowSortDrivenLeadingOverride": false
1416
+ }
1417
+ },
1418
+ {
1419
+ "catalogId": "memorix-list-descriptors",
1420
+ "scope": {
1421
+ "domains": [
1422
+ "network",
1423
+ "vulnerabilities"
1424
+ ],
1425
+ "agents": [
1426
+ "neo"
1427
+ ]
1428
+ },
1429
+ "data": {
1430
+ "id": "critical-vulnerabilities-list",
1431
+ "entity": "vulnerabilities",
1432
+ "title": "Critical Vulnerabilities",
1433
+ "leadingContentType": "snapshots",
1434
+ "pagination": {
1435
+ "enabled": true,
1436
+ "defaultLimit": 50,
1437
+ "maxLimit": 200
1438
+ },
1439
+ "filters": [
1440
+ {
1441
+ "property": "severityLevel",
1442
+ "operator": "gte",
1443
+ "value": 4
1444
+ }
1445
+ ],
1446
+ "fields": [
1447
+ "vulnerabilityId",
1448
+ "assetIp",
1449
+ "pluginName",
1450
+ "severityLevel",
1451
+ "riskLevel",
1452
+ "priorityScore",
1453
+ "epss",
1454
+ "knownExploited",
1455
+ "exploitabilityLevel"
1456
+ ],
1457
+ "extensions": [],
1458
+ "includeRelations": [],
1459
+ "allowedSorts": [
1460
+ "severityLevel",
1461
+ "riskLevel",
1462
+ "priorityScore",
1463
+ "epss",
1464
+ "knownExploited",
1465
+ "exploitabilityScore"
1466
+ ],
1467
+ "defaultSort": {
1468
+ "property": "priorityScore",
1469
+ "direction": "desc"
1470
+ },
1471
+ "allowSortDrivenLeadingOverride": false
1472
+ }
1473
+ },
1474
+ {
1475
+ "catalogId": "memorix-list-descriptors",
1476
+ "scope": {
1477
+ "domains": [
1478
+ "network",
1479
+ "vulnerabilities"
1480
+ ],
1481
+ "agents": [
1482
+ "neo"
1483
+ ]
1484
+ },
1485
+ "data": {
1486
+ "id": "variabilities-groups-main-list",
1487
+ "entity": "variabilities-groups",
1488
+ "title": "Vulnerability Groups",
1489
+ "leadingContentType": "snapshots",
1490
+ "pagination": {
1491
+ "enabled": true,
1492
+ "defaultLimit": 50,
1493
+ "maxLimit": 200
1494
+ },
1495
+ "filters": [],
1496
+ "fields": [
1497
+ "groupId",
1498
+ "pluginName",
1499
+ "pluginFamily",
1500
+ "severityLevel",
1501
+ "affectedEntitiesCount",
1502
+ "cveIds",
1503
+ "riskLevel",
1504
+ "priorityScore",
1505
+ "epss",
1506
+ "knownExploited"
1507
+ ],
1508
+ "extensions": [],
1509
+ "includeRelations": [],
1510
+ "allowedSorts": [
1511
+ "groupId",
1512
+ "pluginId",
1513
+ "pluginName",
1514
+ "pluginFamily",
1515
+ "severityLevel",
1516
+ "riskLevel",
1517
+ "priorityScore",
1518
+ "epss",
1519
+ "knownExploited",
1520
+ "cvssBaseScore"
1521
+ ],
1522
+ "defaultSort": {
1523
+ "property": "priorityScore",
1524
+ "direction": "desc"
1525
+ },
1526
+ "allowSortDrivenLeadingOverride": false
1527
+ }
1528
+ },
1529
+ {
1530
+ "catalogId": "memorix-item-descriptors",
1531
+ "scope": {
1532
+ "domains": [
1533
+ "network",
1534
+ "vulnerabilities"
1535
+ ],
1536
+ "agents": [
1537
+ "neo"
1538
+ ]
1539
+ },
1540
+ "data": {
1541
+ "id": "asset-detail-item",
1542
+ "entity": "assets",
1543
+ "title": "Asset Detail",
1544
+ "identity": {
1545
+ "idField": "entityId"
1546
+ },
1547
+ "contentTypes": [
1548
+ {
1549
+ "contentType": "snapshots",
1550
+ "required": true,
1551
+ "multiMatch": {
1552
+ "strategy": "last",
1553
+ "effectiveDatePath": "capturedAt",
1554
+ "fallbackEffectiveDatePaths": [
1555
+ "snapshot.capturedAt",
1556
+ "data.xdr.last_seen"
1557
+ ]
1558
+ }
1559
+ }
1560
+ ],
1561
+ "sections": [
1562
+ {
1563
+ "id": "summary",
1564
+ "title": "Summary",
1565
+ "fields": [
1566
+ "ipAddress",
1567
+ "hostName",
1568
+ "source",
1569
+ "agentType",
1570
+ "xdrOperationalStatus",
1571
+ "xdrAgentStatus",
1572
+ "lastSeen",
1573
+ "pathsCount"
1574
+ ]
1575
+ },
1576
+ {
1577
+ "id": "vulnerabilitySummary",
1578
+ "title": "Vulnerability Summary",
1579
+ "fields": [
1580
+ "hasVulnerabilities",
1581
+ "criticalVulnerabilities",
1582
+ "highVulnerabilities",
1583
+ "mediumVulnerabilities",
1584
+ "lowVulnerabilities"
1585
+ ]
1586
+ },
1587
+ {
1588
+ "id": "impact",
1589
+ "title": "Potential Impact",
1590
+ "fields": [
1591
+ "potentialImpactLevel",
1592
+ "potentialImpactConfidence",
1593
+ "potentialImpactStory"
1594
+ ]
1595
+ },
1596
+ {
1597
+ "id": "xdr",
1598
+ "title": "XDR",
1599
+ "fields": [
1600
+ "users",
1601
+ "rawXdr"
1602
+ ]
1603
+ }
1604
+ ],
1605
+ "includeRelations": [
1606
+ {
1607
+ "relation": "assetVulnerabilities",
1608
+ "mode": "array",
1609
+ "arrayProperty": "vulnerabilities",
1610
+ "limit": 100,
1611
+ "fields": [
1612
+ "vulnerabilityId",
1613
+ "pluginName",
1614
+ "severityLevel",
1615
+ "riskLevel",
1616
+ "priorityScore",
1617
+ "cveIds"
1618
+ ]
1619
+ }
1620
+ ],
1621
+ "content": {
1622
+ "allowed": false
1623
+ }
1624
+ }
1625
+ },
1626
+ {
1627
+ "catalogId": "memorix-item-descriptors",
1628
+ "scope": {
1629
+ "domains": [
1630
+ "network",
1631
+ "vulnerabilities"
1632
+ ],
1633
+ "agents": [
1634
+ "neo"
1635
+ ]
1636
+ },
1637
+ "data": {
1638
+ "id": "vulnerability-detail-item",
1639
+ "entity": "vulnerabilities",
1640
+ "title": "Vulnerability Detail",
1641
+ "identity": {
1642
+ "idField": "entityId"
1643
+ },
1644
+ "contentTypes": [
1645
+ {
1646
+ "contentType": "snapshots",
1647
+ "required": true,
1648
+ "multiMatch": {
1649
+ "strategy": "last",
1650
+ "effectiveDatePath": "capturedAt",
1651
+ "fallbackEffectiveDatePaths": [
1652
+ "snapshot.capturedAt",
1653
+ "data.enrichment.enrichedAt"
1654
+ ]
1655
+ }
1656
+ }
1657
+ ],
1658
+ "sections": [
1659
+ {
1660
+ "id": "summary",
1661
+ "title": "Summary",
1662
+ "fields": [
1663
+ "vulnerabilityId",
1664
+ "pluginName",
1665
+ "pluginFamily",
1666
+ "severity",
1667
+ "severityLevel",
1668
+ "cveIds"
1669
+ ]
1670
+ },
1671
+ {
1672
+ "id": "asset",
1673
+ "title": "Affected Asset",
1674
+ "fields": [
1675
+ "assetIp",
1676
+ "assetType",
1677
+ "assetZone",
1678
+ "assetHostname",
1679
+ "assetMatched"
1680
+ ]
1681
+ },
1682
+ {
1683
+ "id": "risk",
1684
+ "title": "Risk",
1685
+ "fields": [
1686
+ "riskLevel",
1687
+ "priorityScore",
1688
+ "compositeScore",
1689
+ "exploitabilityScore",
1690
+ "exploitabilityLevel"
1691
+ ]
1692
+ },
1693
+ {
1694
+ "id": "threatIntelligence",
1695
+ "title": "Threat Intelligence",
1696
+ "fields": [
1697
+ "epss",
1698
+ "epssPercentile",
1699
+ "knownExploited",
1700
+ "cvssBaseScore",
1701
+ "cvssVector"
1702
+ ]
1703
+ },
1704
+ {
1705
+ "id": "networkAndMitre",
1706
+ "title": "Network & MITRE",
1707
+ "fields": [
1708
+ "networkExposure",
1709
+ "mitreTechniques",
1710
+ "mitreAnalysis"
1711
+ ]
1712
+ }
1713
+ ],
1714
+ "includeRelations": [
1715
+ {
1716
+ "relation": "affectedAsset",
1717
+ "mode": "extendFields",
1718
+ "fields": [
1719
+ "ipAddress",
1720
+ "hostName",
1721
+ "xdrOperationalStatus",
1722
+ "xdrAgentStatus",
1723
+ "potentialImpactLevel"
1724
+ ]
1725
+ },
1726
+ {
1727
+ "relation": "vulnerabilityGroup",
1728
+ "mode": "extendFields",
1729
+ "fields": [
1730
+ "groupId",
1731
+ "pluginName",
1732
+ "severityLevel",
1733
+ "affectedEntitiesCount",
1734
+ "riskLevel",
1735
+ "priorityScore"
1736
+ ]
1737
+ }
1738
+ ],
1739
+ "content": {
1740
+ "allowed": false
1741
+ }
1742
+ }
1743
+ },
1744
+ {
1745
+ "catalogId": "memorix-item-descriptors",
1746
+ "scope": {
1747
+ "domains": [
1748
+ "network",
1749
+ "vulnerabilities"
1750
+ ],
1751
+ "agents": [
1752
+ "neo"
1753
+ ]
1754
+ },
1755
+ "data": {
1756
+ "id": "variabilities-group-detail-item",
1757
+ "entity": "variabilities-groups",
1758
+ "title": "Vulnerability Group Detail",
1759
+ "identity": {
1760
+ "idField": "entityId"
1761
+ },
1762
+ "contentTypes": [
1763
+ {
1764
+ "contentType": "snapshots",
1765
+ "required": true,
1766
+ "multiMatch": {
1767
+ "strategy": "last",
1768
+ "effectiveDatePath": "capturedAt",
1769
+ "fallbackEffectiveDatePaths": [
1770
+ "snapshot.capturedAt",
1771
+ "data.enrichedAt",
1772
+ "data.enrichment.enrichedAt"
1773
+ ]
1774
+ }
1775
+ }
1776
+ ],
1777
+ "sections": [
1778
+ {
1779
+ "id": "summary",
1780
+ "title": "Summary",
1781
+ "fields": [
1782
+ "groupId",
1783
+ "type",
1784
+ "pluginId",
1785
+ "pluginName",
1786
+ "pluginFamily",
1787
+ "severity",
1788
+ "severityLevel",
1789
+ "cveIds",
1790
+ "source"
1791
+ ]
1792
+ },
1793
+ {
1794
+ "id": "affectedEntities",
1795
+ "title": "Affected Entities",
1796
+ "fields": [
1797
+ "affectedEntities",
1798
+ "affectedEntitiesCount"
1799
+ ]
1800
+ },
1801
+ {
1802
+ "id": "risk",
1803
+ "title": "Risk",
1804
+ "fields": [
1805
+ "riskLevel",
1806
+ "priorityScore",
1807
+ "compositeScore"
1808
+ ]
1809
+ },
1810
+ {
1811
+ "id": "threatIntelligence",
1812
+ "title": "Threat Intelligence",
1813
+ "fields": [
1814
+ "epss",
1815
+ "knownExploited",
1816
+ "cvssBaseScore",
1817
+ "cvssVector",
1818
+ "enrichedAt"
1819
+ ]
1820
+ }
1821
+ ],
1822
+ "includeRelations": [
1823
+ {
1824
+ "relation": "groupVulnerabilities",
1825
+ "mode": "array",
1826
+ "arrayProperty": "vulnerabilities",
1827
+ "limit": 200,
1828
+ "fields": [
1829
+ "vulnerabilityId",
1830
+ "assetIp",
1831
+ "pluginName",
1832
+ "severityLevel",
1833
+ "riskLevel",
1834
+ "priorityScore"
1835
+ ]
1836
+ }
1837
+ ],
1838
+ "content": {
1839
+ "allowed": false
1840
+ }
1841
+ }
1842
+ }
1843
+ ]
1844
+ }