@x12i/memorix-retrieval 1.20.0 → 1.22.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 (78) hide show
  1. package/README.md +56 -0
  2. package/catalox-seeds/inputs/entity-descriptors/vulnerabilities.json +0 -21
  3. package/catalox-seeds/inputs/manifest.json +8 -15
  4. package/catalox-seeds/memorix-retrieval-descriptors.manifest.json +1 -492
  5. package/dist/client/types.d.ts +6 -1
  6. package/dist/client/types.d.ts.map +1 -1
  7. package/dist/data/record-display-name.d.ts +4 -0
  8. package/dist/data/record-display-name.d.ts.map +1 -0
  9. package/dist/data/record-display-name.js +44 -0
  10. package/dist/data/record-display-name.js.map +1 -0
  11. package/dist/data/record-display-name.test.d.ts +2 -0
  12. package/dist/data/record-display-name.test.d.ts.map +1 -0
  13. package/dist/data/record-display-name.test.js +49 -0
  14. package/dist/data/record-display-name.test.js.map +1 -0
  15. package/dist/data/record-id.d.ts.map +1 -1
  16. package/dist/data/record-id.js +1 -1
  17. package/dist/data/record-id.js.map +1 -1
  18. package/dist/data/record-info.d.ts +30 -0
  19. package/dist/data/record-info.d.ts.map +1 -0
  20. package/dist/data/record-info.js +80 -0
  21. package/dist/data/record-info.js.map +1 -0
  22. package/dist/data/record-info.test.d.ts +2 -0
  23. package/dist/data/record-info.test.d.ts.map +1 -0
  24. package/dist/data/record-info.test.js +61 -0
  25. package/dist/data/record-info.test.js.map +1 -0
  26. package/dist/explorer/raw-collection-records.d.ts +2 -0
  27. package/dist/explorer/raw-collection-records.d.ts.map +1 -1
  28. package/dist/explorer/raw-collection-records.js +19 -14
  29. package/dist/explorer/raw-collection-records.js.map +1 -1
  30. package/dist/explorer/raw-reads.d.ts +2 -2
  31. package/dist/explorer/raw-reads.d.ts.map +1 -1
  32. package/dist/explorer/raw-reads.js +15 -2
  33. package/dist/explorer/raw-reads.js.map +1 -1
  34. package/dist/index.d.ts +2 -0
  35. package/dist/index.d.ts.map +1 -1
  36. package/dist/index.js +2 -0
  37. package/dist/index.js.map +1 -1
  38. package/dist/retrieval/compose-row.d.ts.map +1 -1
  39. package/dist/retrieval/compose-row.js +10 -0
  40. package/dist/retrieval/compose-row.js.map +1 -1
  41. package/dist/retrieval/fetch-item.d.ts.map +1 -1
  42. package/dist/retrieval/fetch-item.js +11 -0
  43. package/dist/retrieval/fetch-item.js.map +1 -1
  44. package/dist/retrieval/fetch-narratives.d.ts.map +1 -1
  45. package/dist/retrieval/fetch-narratives.js +2 -9
  46. package/dist/retrieval/fetch-narratives.js.map +1 -1
  47. package/dist/retrieval/fetch-record-info.d.ts +33 -0
  48. package/dist/retrieval/fetch-record-info.d.ts.map +1 -0
  49. package/dist/retrieval/fetch-record-info.js +39 -0
  50. package/dist/retrieval/fetch-record-info.js.map +1 -0
  51. package/dist/seeds/build-manifest.js +1 -1
  52. package/dist/seeds/build-manifest.js.map +1 -1
  53. package/dist/seeds/default-seed-spec.d.ts.map +1 -1
  54. package/dist/seeds/default-seed-spec.js +0 -4
  55. package/dist/seeds/default-seed-spec.js.map +1 -1
  56. package/dist/tests/fetch-item.test.js +39 -0
  57. package/dist/tests/fetch-item.test.js.map +1 -1
  58. package/dist/tests/fetch-list.test.js +81 -0
  59. package/dist/tests/fetch-list.test.js.map +1 -1
  60. package/dist/tests/fetch-narratives.test.js +1 -1
  61. package/dist/tests/fetch-narratives.test.js.map +1 -1
  62. package/dist/tests/fetch-record-info.test.d.ts +2 -0
  63. package/dist/tests/fetch-record-info.test.d.ts.map +1 -0
  64. package/dist/tests/fetch-record-info.test.js +67 -0
  65. package/dist/tests/fetch-record-info.test.js.map +1 -0
  66. package/docs/MEMORIX-CATALOX-CONTRACTS.md +5 -5
  67. package/docs/MEMORIX-DATABASE-CONVENTIONS.md +0 -3
  68. package/package.json +1 -1
  69. package/catalox-seeds/inputs/entity-descriptors/variabilities-groups.json +0 -303
  70. package/catalox-seeds/inputs/item-descriptors/variabilities-group-detail-item.json +0 -87
  71. package/catalox-seeds/inputs/list-descriptors/variabilities-groups-main-list.json +0 -43
  72. package/catalox-seeds/inputs/memorix-descriptors.bundle.json +0 -1500
  73. package/catalox-seeds/inputs/memorix-item-descriptors.catalog.json +0 -283
  74. package/catalox-seeds/inputs/memorix-item-descriptors.items.json +0 -280
  75. package/catalox-seeds/inputs/memorix-list-descriptors.catalog.json +0 -207
  76. package/catalox-seeds/inputs/memorix-list-descriptors.items.json +0 -234
  77. package/catalox-seeds/inputs/memorix-object-type-descriptors.catalog.json +0 -1005
  78. package/catalox-seeds/inputs/memorix-object-type-descriptors.items.json +0 -1002
@@ -1,1005 +0,0 @@
1
- {
2
- "catalogId": "memorix-object-type-descriptors",
3
- "items": [
4
- {
5
- "id": "assets",
6
- "entityName": "assets",
7
- "defaultListDescriptorId": "assets-main-list",
8
- "defaultItemDescriptorId": "asset-detail-item",
9
- "target": "entity",
10
- "collectionPrefix": "assets",
11
- "identity": {
12
- "allowedIdFields": [
13
- "identity.recordId",
14
- "identity.targetId"
15
- ],
16
- "requiredExactlyOne": true,
17
- "defaultIdField": "identity.recordId"
18
- },
19
- "defaults": {
20
- "canonicalContentType": "snapshots",
21
- "dataRoot": "data",
22
- "effectiveDatePath": "lifecycle.capturedAt",
23
- "fallbackEffectiveDatePaths": [
24
- "capturedAt",
25
- "snapshot.capturedAt",
26
- "data.lastSeen"
27
- ]
28
- },
29
- "contentTypes": {
30
- "snapshots": {
31
- "postfix": "snapshots",
32
- "collection": "assets-snapshots",
33
- "dataRoot": "data",
34
- "isCanonical": true,
35
- "effectiveDatePath": "lifecycle.capturedAt",
36
- "fallbackEffectiveDatePaths": [
37
- "capturedAt",
38
- "snapshot.capturedAt",
39
- "data.lastSeen"
40
- ]
41
- }
42
- },
43
- "properties": {
44
- "ipAddress": {
45
- "label": "IP Address",
46
- "source": {
47
- "contentType": "snapshots",
48
- "path": "data.assetIp"
49
- },
50
- "humanReadable": true,
51
- "sortable": true,
52
- "filterable": true,
53
- "list": true,
54
- "item": true,
55
- "valueType": "string"
56
- },
57
- "source": {
58
- "label": "Source",
59
- "source": {
60
- "contentType": "snapshots",
61
- "path": "sourceFacts.values._source.rawValue"
62
- },
63
- "humanReadable": true,
64
- "sortable": true,
65
- "filterable": true,
66
- "list": true,
67
- "item": true,
68
- "valueType": "string"
69
- },
70
- "hostName": {
71
- "label": "Host Name",
72
- "source": {
73
- "contentType": "snapshots",
74
- "path": "data.assetName"
75
- },
76
- "humanReadable": true,
77
- "sortable": true,
78
- "filterable": true,
79
- "list": true,
80
- "item": true,
81
- "valueType": "string"
82
- },
83
- "xdrOperationalStatus": {
84
- "label": "XDR Operational Status",
85
- "source": {
86
- "contentType": "snapshots",
87
- "path": "data.operationalStatus"
88
- },
89
- "humanReadable": true,
90
- "sortable": true,
91
- "filterable": true,
92
- "list": true,
93
- "item": true,
94
- "valueType": "string"
95
- },
96
- "xdrAgentStatus": {
97
- "label": "XDR Agent Status",
98
- "source": {
99
- "contentType": "snapshots",
100
- "path": "data.agentStatus"
101
- },
102
- "humanReadable": true,
103
- "sortable": true,
104
- "filterable": true,
105
- "list": true,
106
- "item": true,
107
- "valueType": "string"
108
- },
109
- "agentType": {
110
- "label": "Agent Type",
111
- "source": {
112
- "contentType": "snapshots",
113
- "path": "data.agentType"
114
- },
115
- "humanReadable": true,
116
- "sortable": true,
117
- "filterable": true,
118
- "list": true,
119
- "item": true,
120
- "valueType": "string"
121
- },
122
- "lastSeen": {
123
- "label": "Last Seen",
124
- "source": {
125
- "contentType": "snapshots",
126
- "path": "data.lastSeen"
127
- },
128
- "humanReadable": true,
129
- "sortable": true,
130
- "filterable": true,
131
- "list": true,
132
- "item": true,
133
- "valueType": "datetime"
134
- },
135
- "hasVulnerabilities": {
136
- "label": "Has Vulnerabilities",
137
- "source": {
138
- "contentType": "snapshots",
139
- "path": "data.hasVulnerabilities"
140
- },
141
- "humanReadable": true,
142
- "sortable": true,
143
- "filterable": true,
144
- "list": true,
145
- "item": true,
146
- "valueType": "boolean"
147
- },
148
- "criticalVulnerabilities": {
149
- "label": "Critical Vulnerabilities",
150
- "source": {
151
- "contentType": "snapshots",
152
- "path": "analytics.vulnerabilities.critical"
153
- },
154
- "humanReadable": true,
155
- "sortable": true,
156
- "filterable": true,
157
- "list": true,
158
- "item": true,
159
- "valueType": "number"
160
- },
161
- "highVulnerabilities": {
162
- "label": "High Vulnerabilities",
163
- "source": {
164
- "contentType": "snapshots",
165
- "path": "analytics.vulnerabilities.high"
166
- },
167
- "humanReadable": true,
168
- "sortable": true,
169
- "filterable": true,
170
- "list": true,
171
- "item": true,
172
- "valueType": "number"
173
- },
174
- "mediumVulnerabilities": {
175
- "label": "Medium Vulnerabilities",
176
- "source": {
177
- "contentType": "snapshots",
178
- "path": "analytics.vulnerabilities.medium"
179
- },
180
- "humanReadable": true,
181
- "sortable": true,
182
- "filterable": true,
183
- "list": true,
184
- "item": true,
185
- "valueType": "number"
186
- },
187
- "lowVulnerabilities": {
188
- "label": "Low Vulnerabilities",
189
- "source": {
190
- "contentType": "snapshots",
191
- "path": "analytics.vulnerabilities.low"
192
- },
193
- "humanReadable": true,
194
- "sortable": true,
195
- "filterable": true,
196
- "list": true,
197
- "item": true,
198
- "valueType": "number"
199
- },
200
- "potentialImpactLevel": {
201
- "label": "Potential Impact",
202
- "source": {
203
- "contentType": "snapshots",
204
- "path": "insights.potentialImpact.level"
205
- },
206
- "humanReadable": true,
207
- "sortable": true,
208
- "filterable": true,
209
- "list": true,
210
- "item": true,
211
- "valueType": "string"
212
- },
213
- "potentialImpactConfidence": {
214
- "label": "Impact Confidence",
215
- "source": {
216
- "contentType": "snapshots",
217
- "path": "insights.potentialImpact.confidence"
218
- },
219
- "humanReadable": true,
220
- "sortable": true,
221
- "filterable": true,
222
- "list": true,
223
- "item": true,
224
- "valueType": "number"
225
- },
226
- "potentialImpactStory": {
227
- "label": "Potential Impact Story",
228
- "source": {
229
- "contentType": "snapshots",
230
- "path": "insights.potentialImpact.story"
231
- },
232
- "humanReadable": false,
233
- "sortable": false,
234
- "filterable": false,
235
- "list": false,
236
- "item": true,
237
- "valueType": "array"
238
- },
239
- "pathsCount": {
240
- "label": "Paths Count",
241
- "source": {
242
- "contentType": "snapshots",
243
- "path": "analytics.paths.total"
244
- },
245
- "humanReadable": true,
246
- "sortable": true,
247
- "filterable": true,
248
- "list": true,
249
- "item": true,
250
- "valueType": "number"
251
- },
252
- "rawXdr": {
253
- "label": "Raw XDR",
254
- "source": {
255
- "contentType": "snapshots",
256
- "path": "sourceFacts.values.xdrRaw.rawValue"
257
- },
258
- "humanReadable": false,
259
- "sortable": false,
260
- "filterable": false,
261
- "list": false,
262
- "item": true,
263
- "valueType": "object"
264
- }
265
- },
266
- "relations": {
267
- "assetVulnerabilities": {
268
- "targetEntity": "vulnerabilities",
269
- "type": "oneToMany",
270
- "source": {
271
- "contentType": "snapshots",
272
- "path": "data.assetIp"
273
- },
274
- "target": {
275
- "contentType": "snapshots",
276
- "path": "data.assetIp"
277
- },
278
- "defaultMode": "array",
279
- "defaultArrayProperty": "vulnerabilities",
280
- "targetFields": [
281
- "vulnerabilityId",
282
- "pluginName",
283
- "severity",
284
- "riskLevel",
285
- "priorityScore",
286
- "cveId"
287
- ]
288
- }
289
- }
290
- },
291
- {
292
- "id": "variabilities-groups",
293
- "entityName": "variabilities-groups",
294
- "defaultListDescriptorId": "variabilities-groups-main-list",
295
- "defaultItemDescriptorId": "variabilities-group-detail-item",
296
- "target": "entity",
297
- "collectionPrefix": "variabilities-groups",
298
- "identity": {
299
- "allowedIdFields": [
300
- "identity.recordId",
301
- "identity.targetId"
302
- ],
303
- "requiredExactlyOne": true,
304
- "defaultIdField": "identity.recordId"
305
- },
306
- "defaults": {
307
- "canonicalContentType": "snapshots",
308
- "dataRoot": "data",
309
- "effectiveDatePath": "lifecycle.capturedAt",
310
- "fallbackEffectiveDatePaths": [
311
- "capturedAt",
312
- "snapshot.capturedAt",
313
- "data.enrichedAt",
314
- "data.enrichment.enrichedAt"
315
- ]
316
- },
317
- "contentTypes": {
318
- "snapshots": {
319
- "postfix": "snapshots",
320
- "collection": "variabilities-groups-snapshots",
321
- "dataRoot": "data",
322
- "isCanonical": true,
323
- "effectiveDatePath": "lifecycle.capturedAt",
324
- "fallbackEffectiveDatePaths": [
325
- "capturedAt",
326
- "snapshot.capturedAt",
327
- "data.enrichedAt",
328
- "data.enrichment.enrichedAt"
329
- ]
330
- }
331
- },
332
- "properties": {
333
- "groupId": {
334
- "label": "Group ID",
335
- "source": {
336
- "contentType": "snapshots",
337
- "path": "sourceFacts.values.id.rawValue"
338
- },
339
- "humanReadable": true,
340
- "sortable": true,
341
- "filterable": true,
342
- "list": true,
343
- "item": true,
344
- "valueType": "string"
345
- },
346
- "type": {
347
- "label": "Type",
348
- "source": {
349
- "contentType": "snapshots",
350
- "path": "sourceFacts.values.type.rawValue"
351
- },
352
- "humanReadable": true,
353
- "sortable": true,
354
- "filterable": true,
355
- "list": true,
356
- "item": true,
357
- "valueType": "string"
358
- },
359
- "pluginId": {
360
- "label": "Plugin ID",
361
- "source": {
362
- "contentType": "snapshots",
363
- "path": "sourceFacts.values.plugin_id.rawValue"
364
- },
365
- "humanReadable": true,
366
- "sortable": true,
367
- "filterable": true,
368
- "list": true,
369
- "item": true,
370
- "valueType": "number"
371
- },
372
- "pluginName": {
373
- "label": "Plugin Name",
374
- "source": {
375
- "contentType": "snapshots",
376
- "path": "data.name"
377
- },
378
- "humanReadable": true,
379
- "sortable": true,
380
- "filterable": true,
381
- "list": true,
382
- "item": true,
383
- "valueType": "string"
384
- },
385
- "pluginFamily": {
386
- "label": "Plugin Family",
387
- "source": {
388
- "contentType": "snapshots",
389
- "path": "data.vulnerability_family"
390
- },
391
- "humanReadable": true,
392
- "sortable": true,
393
- "filterable": true,
394
- "list": true,
395
- "item": true,
396
- "valueType": "string"
397
- },
398
- "severity": {
399
- "label": "Severity",
400
- "source": {
401
- "contentType": "snapshots",
402
- "path": "data.severity"
403
- },
404
- "humanReadable": true,
405
- "sortable": true,
406
- "filterable": true,
407
- "list": true,
408
- "item": true,
409
- "valueType": "string"
410
- },
411
- "affectedEntities": {
412
- "label": "Affected Entities",
413
- "source": {
414
- "contentType": "snapshots",
415
- "path": "associatedData.affectedAssets"
416
- },
417
- "humanReadable": true,
418
- "sortable": false,
419
- "filterable": true,
420
- "list": false,
421
- "item": true,
422
- "valueType": "array"
423
- },
424
- "affectedEntitiesCount": {
425
- "label": "Affected Entities Count",
426
- "source": {
427
- "contentType": "snapshots",
428
- "path": "associatedData.affectedAssets"
429
- },
430
- "humanReadable": true,
431
- "sortable": false,
432
- "filterable": false,
433
- "list": true,
434
- "item": true,
435
- "valueType": "array",
436
- "format": "count"
437
- },
438
- "source": {
439
- "label": "Source",
440
- "source": {
441
- "contentType": "snapshots",
442
- "path": "data.source"
443
- },
444
- "humanReadable": true,
445
- "sortable": true,
446
- "filterable": true,
447
- "list": false,
448
- "item": true,
449
- "valueType": "string"
450
- },
451
- "cveId": {
452
- "label": "CVE",
453
- "source": {
454
- "contentType": "snapshots",
455
- "path": "data.cveId"
456
- },
457
- "humanReadable": true,
458
- "sortable": true,
459
- "filterable": true,
460
- "list": true,
461
- "item": true,
462
- "valueType": "string"
463
- },
464
- "riskLevel": {
465
- "label": "Risk Level",
466
- "source": {
467
- "contentType": "snapshots",
468
- "path": "data.enrichment.riskLevel"
469
- },
470
- "humanReadable": true,
471
- "sortable": true,
472
- "filterable": true,
473
- "list": true,
474
- "item": true,
475
- "valueType": "string"
476
- },
477
- "priorityScore": {
478
- "label": "Priority Score",
479
- "source": {
480
- "contentType": "snapshots",
481
- "path": "data.enrichment.priorityScore"
482
- },
483
- "humanReadable": true,
484
- "sortable": true,
485
- "filterable": true,
486
- "list": true,
487
- "item": true,
488
- "valueType": "number"
489
- },
490
- "compositeScore": {
491
- "label": "Composite Score",
492
- "source": {
493
- "contentType": "snapshots",
494
- "path": "data.enrichment.compositeScore"
495
- },
496
- "humanReadable": true,
497
- "sortable": true,
498
- "filterable": true,
499
- "list": true,
500
- "item": true,
501
- "valueType": "number"
502
- },
503
- "epss": {
504
- "label": "EPSS",
505
- "source": {
506
- "contentType": "snapshots",
507
- "path": "data.enrichment.epss.epss"
508
- },
509
- "humanReadable": true,
510
- "sortable": true,
511
- "filterable": true,
512
- "list": true,
513
- "item": true,
514
- "valueType": "number"
515
- },
516
- "knownExploited": {
517
- "label": "Known Exploited",
518
- "source": {
519
- "contentType": "snapshots",
520
- "path": "data.enrichment.kev.isKnownExploited"
521
- },
522
- "humanReadable": true,
523
- "sortable": true,
524
- "filterable": true,
525
- "list": true,
526
- "item": true,
527
- "valueType": "boolean"
528
- },
529
- "cvssBaseScore": {
530
- "label": "CVSS Base Score",
531
- "source": {
532
- "contentType": "snapshots",
533
- "path": "data.enrichment.cvss.baseScore"
534
- },
535
- "humanReadable": true,
536
- "sortable": true,
537
- "filterable": true,
538
- "list": true,
539
- "item": true,
540
- "valueType": "number"
541
- },
542
- "cvssVector": {
543
- "label": "CVSS Vector",
544
- "source": {
545
- "contentType": "snapshots",
546
- "path": "data.enrichment.cvss.cvssVector"
547
- },
548
- "humanReadable": true,
549
- "sortable": false,
550
- "filterable": true,
551
- "list": false,
552
- "item": true,
553
- "valueType": "string"
554
- },
555
- "enrichedAt": {
556
- "label": "Enriched At",
557
- "source": {
558
- "contentType": "snapshots",
559
- "path": "data.enrichedAt"
560
- },
561
- "humanReadable": true,
562
- "sortable": true,
563
- "filterable": true,
564
- "list": false,
565
- "item": true,
566
- "valueType": "datetime"
567
- }
568
- },
569
- "relations": {
570
- "groupVulnerabilities": {
571
- "targetEntity": "vulnerabilities",
572
- "type": "oneToMany",
573
- "source": {
574
- "contentType": "snapshots",
575
- "path": "sourceFacts.values.plugin_id.rawValue"
576
- },
577
- "target": {
578
- "contentType": "snapshots",
579
- "path": "sourceFacts.values.pluginId.rawValue"
580
- },
581
- "defaultMode": "array",
582
- "defaultArrayProperty": "vulnerabilities",
583
- "targetFields": [
584
- "vulnerabilityId",
585
- "assetIp",
586
- "pluginName",
587
- "severity",
588
- "riskLevel",
589
- "priorityScore"
590
- ]
591
- }
592
- }
593
- },
594
- {
595
- "id": "vulnerabilities",
596
- "entityName": "vulnerabilities",
597
- "defaultListDescriptorId": "vulnerabilities-main-list",
598
- "defaultItemDescriptorId": "vulnerability-detail-item",
599
- "target": "event",
600
- "collectionPrefix": "vulnerabilities",
601
- "identity": {
602
- "allowedIdFields": [
603
- "identity.recordId",
604
- "identity.targetId"
605
- ],
606
- "requiredExactlyOne": true,
607
- "defaultIdField": "identity.recordId"
608
- },
609
- "defaults": {
610
- "canonicalContentType": "snapshots",
611
- "dataRoot": "data",
612
- "effectiveDatePath": "lifecycle.capturedAt",
613
- "fallbackEffectiveDatePaths": [
614
- "capturedAt",
615
- "snapshot.capturedAt",
616
- "data.enrichment.enrichedAt"
617
- ]
618
- },
619
- "contentTypes": {
620
- "snapshots": {
621
- "postfix": "snapshots",
622
- "collection": "vulnerabilities-snapshots",
623
- "dataRoot": "data",
624
- "isCanonical": true,
625
- "effectiveDatePath": "lifecycle.capturedAt",
626
- "fallbackEffectiveDatePaths": [
627
- "capturedAt",
628
- "snapshot.capturedAt",
629
- "data.enrichment.enrichedAt"
630
- ]
631
- }
632
- },
633
- "properties": {
634
- "vulnerabilityId": {
635
- "label": "Vulnerability ID",
636
- "source": {
637
- "contentType": "snapshots",
638
- "path": "sourceFacts.values.vulnerabilityId.rawValue"
639
- },
640
- "humanReadable": true,
641
- "sortable": true,
642
- "filterable": true,
643
- "list": true,
644
- "item": true,
645
- "valueType": "string"
646
- },
647
- "assetIp": {
648
- "label": "Asset IP",
649
- "source": {
650
- "contentType": "snapshots",
651
- "path": "data.assetIp"
652
- },
653
- "humanReadable": true,
654
- "sortable": true,
655
- "filterable": true,
656
- "list": true,
657
- "item": true,
658
- "valueType": "string"
659
- },
660
- "assetType": {
661
- "label": "Asset Type",
662
- "source": {
663
- "contentType": "snapshots",
664
- "path": "data.assetType"
665
- },
666
- "humanReadable": true,
667
- "sortable": true,
668
- "filterable": true,
669
- "list": true,
670
- "item": true,
671
- "valueType": "string"
672
- },
673
- "assetZone": {
674
- "label": "Asset Zone",
675
- "source": {
676
- "contentType": "snapshots",
677
- "path": "data.assetZone"
678
- },
679
- "humanReadable": true,
680
- "sortable": true,
681
- "filterable": true,
682
- "list": true,
683
- "item": true,
684
- "valueType": "string"
685
- },
686
- "assetHostname": {
687
- "label": "Asset Hostname",
688
- "source": {
689
- "contentType": "snapshots",
690
- "path": "data.assetHostname"
691
- },
692
- "humanReadable": true,
693
- "sortable": true,
694
- "filterable": true,
695
- "list": true,
696
- "item": true,
697
- "valueType": "string"
698
- },
699
- "pluginId": {
700
- "label": "Plugin ID",
701
- "source": {
702
- "contentType": "snapshots",
703
- "path": "sourceFacts.values.pluginId.rawValue"
704
- },
705
- "humanReadable": true,
706
- "sortable": true,
707
- "filterable": true,
708
- "list": true,
709
- "item": true,
710
- "valueType": "number"
711
- },
712
- "pluginName": {
713
- "label": "Plugin Name",
714
- "source": {
715
- "contentType": "snapshots",
716
- "path": "data.vulnerabilityName"
717
- },
718
- "humanReadable": true,
719
- "sortable": true,
720
- "filterable": true,
721
- "list": true,
722
- "item": true,
723
- "valueType": "string"
724
- },
725
- "pluginFamily": {
726
- "label": "Plugin Family",
727
- "source": {
728
- "contentType": "snapshots",
729
- "path": "data.vulnerabilityFamily"
730
- },
731
- "humanReadable": true,
732
- "sortable": true,
733
- "filterable": true,
734
- "list": true,
735
- "item": true,
736
- "valueType": "string"
737
- },
738
- "severity": {
739
- "label": "Severity",
740
- "source": {
741
- "contentType": "snapshots",
742
- "path": "data.severity"
743
- },
744
- "humanReadable": true,
745
- "sortable": true,
746
- "filterable": true,
747
- "list": true,
748
- "item": true,
749
- "valueType": "string"
750
- },
751
- "cveId": {
752
- "label": "CVE",
753
- "source": {
754
- "contentType": "snapshots",
755
- "path": "data.cveId"
756
- },
757
- "humanReadable": true,
758
- "sortable": true,
759
- "filterable": true,
760
- "list": true,
761
- "item": true,
762
- "valueType": "string"
763
- },
764
- "riskLevel": {
765
- "label": "Risk Level",
766
- "source": {
767
- "contentType": "snapshots",
768
- "path": "data.enrichment.riskLevel"
769
- },
770
- "humanReadable": true,
771
- "sortable": true,
772
- "filterable": true,
773
- "list": true,
774
- "item": true,
775
- "valueType": "string"
776
- },
777
- "priorityScore": {
778
- "label": "Priority Score",
779
- "source": {
780
- "contentType": "snapshots",
781
- "path": "data.enrichment.priorityScore"
782
- },
783
- "humanReadable": true,
784
- "sortable": true,
785
- "filterable": true,
786
- "list": true,
787
- "item": true,
788
- "valueType": "number"
789
- },
790
- "compositeScore": {
791
- "label": "Composite Score",
792
- "source": {
793
- "contentType": "snapshots",
794
- "path": "data.enrichment.compositeScore"
795
- },
796
- "humanReadable": true,
797
- "sortable": true,
798
- "filterable": true,
799
- "list": true,
800
- "item": true,
801
- "valueType": "number"
802
- },
803
- "epss": {
804
- "label": "EPSS",
805
- "source": {
806
- "contentType": "snapshots",
807
- "path": "data.enrichment.epss.epss"
808
- },
809
- "humanReadable": true,
810
- "sortable": true,
811
- "filterable": true,
812
- "list": true,
813
- "item": true,
814
- "valueType": "number"
815
- },
816
- "epssPercentile": {
817
- "label": "EPSS Percentile",
818
- "source": {
819
- "contentType": "snapshots",
820
- "path": "data.enrichment.epss.percentile"
821
- },
822
- "humanReadable": true,
823
- "sortable": true,
824
- "filterable": true,
825
- "list": true,
826
- "item": true,
827
- "valueType": "number"
828
- },
829
- "knownExploited": {
830
- "label": "Known Exploited",
831
- "source": {
832
- "contentType": "snapshots",
833
- "path": "data.enrichment.kev.isKnownExploited"
834
- },
835
- "humanReadable": true,
836
- "sortable": true,
837
- "filterable": true,
838
- "list": true,
839
- "item": true,
840
- "valueType": "boolean"
841
- },
842
- "cvssBaseScore": {
843
- "label": "CVSS Base Score",
844
- "source": {
845
- "contentType": "snapshots",
846
- "path": "data.enrichment.cvss.baseScore"
847
- },
848
- "humanReadable": true,
849
- "sortable": true,
850
- "filterable": true,
851
- "list": true,
852
- "item": true,
853
- "valueType": "number"
854
- },
855
- "cvssVector": {
856
- "label": "CVSS Vector",
857
- "source": {
858
- "contentType": "snapshots",
859
- "path": "data.enrichment.cvss.cvssVector"
860
- },
861
- "humanReadable": true,
862
- "sortable": false,
863
- "filterable": true,
864
- "list": false,
865
- "item": true,
866
- "valueType": "string"
867
- },
868
- "exploitabilityScore": {
869
- "label": "Exploitability Score",
870
- "source": {
871
- "contentType": "snapshots",
872
- "path": "data.exploitabilityScore"
873
- },
874
- "humanReadable": true,
875
- "sortable": true,
876
- "filterable": true,
877
- "list": true,
878
- "item": true,
879
- "valueType": "number"
880
- },
881
- "exploitabilityLevel": {
882
- "label": "Exploitability Level",
883
- "source": {
884
- "contentType": "snapshots",
885
- "path": "data.exploitabilityLevel"
886
- },
887
- "humanReadable": true,
888
- "sortable": true,
889
- "filterable": true,
890
- "list": true,
891
- "item": true,
892
- "valueType": "string"
893
- },
894
- "assetMatched": {
895
- "label": "Asset Matched",
896
- "source": {
897
- "contentType": "snapshots",
898
- "path": "data.assetMatched"
899
- },
900
- "humanReadable": true,
901
- "sortable": true,
902
- "filterable": true,
903
- "list": false,
904
- "item": true,
905
- "valueType": "boolean"
906
- },
907
- "networkExposure": {
908
- "label": "Network Exposure",
909
- "source": {
910
- "contentType": "snapshots",
911
- "path": "data.mitreAnalysis.networkContext.exposure"
912
- },
913
- "humanReadable": true,
914
- "sortable": true,
915
- "filterable": true,
916
- "list": true,
917
- "item": true,
918
- "valueType": "string"
919
- },
920
- "attackPathCount": {
921
- "label": "Attack Path Count",
922
- "source": {
923
- "contentType": "snapshots",
924
- "path": "data.mitreAnalysis.networkContext.paths.paths"
925
- },
926
- "humanReadable": true,
927
- "sortable": false,
928
- "filterable": false,
929
- "list": false,
930
- "item": true,
931
- "valueType": "array"
932
- },
933
- "mitreTechniques": {
934
- "label": "MITRE Techniques",
935
- "source": {
936
- "contentType": "snapshots",
937
- "path": "data.mitreAnalysis.techniques"
938
- },
939
- "humanReadable": true,
940
- "sortable": false,
941
- "filterable": true,
942
- "list": false,
943
- "item": true,
944
- "valueType": "array"
945
- },
946
- "mitreAnalysis": {
947
- "label": "MITRE Analysis",
948
- "source": {
949
- "contentType": "snapshots",
950
- "path": "data.mitreAnalysis"
951
- },
952
- "humanReadable": false,
953
- "sortable": false,
954
- "filterable": false,
955
- "list": false,
956
- "item": true,
957
- "valueType": "object"
958
- }
959
- },
960
- "relations": {
961
- "affectedAsset": {
962
- "targetEntity": "assets",
963
- "type": "manyToOne",
964
- "source": {
965
- "contentType": "snapshots",
966
- "path": "data.assetIp"
967
- },
968
- "target": {
969
- "contentType": "snapshots",
970
- "path": "data.assetIp"
971
- },
972
- "defaultMode": "extendFields",
973
- "targetFields": [
974
- "ipAddress",
975
- "hostName",
976
- "xdrOperationalStatus",
977
- "xdrAgentStatus",
978
- "potentialImpactLevel"
979
- ]
980
- },
981
- "vulnerabilityGroup": {
982
- "targetEntity": "variabilities-groups",
983
- "type": "manyToOne",
984
- "source": {
985
- "contentType": "snapshots",
986
- "path": "sourceFacts.values.pluginId.rawValue"
987
- },
988
- "target": {
989
- "contentType": "snapshots",
990
- "path": "sourceFacts.values.plugin_id.rawValue"
991
- },
992
- "defaultMode": "extendFields",
993
- "targetFields": [
994
- "groupId",
995
- "pluginName",
996
- "severity",
997
- "affectedEntitiesCount",
998
- "riskLevel",
999
- "priorityScore"
1000
- ]
1001
- }
1002
- }
1003
- }
1004
- ]
1005
- }