@x12i/memorix-retrieval 1.35.0 → 1.37.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.
- package/catalox-seeds/inputs/entity-descriptors/assets.json +166 -0
- package/catalox-seeds/inputs/entity-descriptors/subnets.json +115 -1
- package/catalox-seeds/inputs/entity-descriptors/topology-zones.json +52 -1
- package/catalox-seeds/inputs/entity-descriptors/vulnerabilities-groups.json +10 -2
- package/catalox-seeds/inputs/entity-descriptors/vulnerabilities.json +79 -7
- package/catalox-seeds/inputs/graph-descriptors/asset-subnet-paths-graph.json +41 -0
- package/catalox-seeds/inputs/graph-descriptors/asset-topology-vulnerabilities-graph.json +81 -0
- package/catalox-seeds/inputs/graph-descriptors/asset-vulnerability-group-graph.json +38 -0
- package/catalox-seeds/inputs/graph-descriptors/vulnerability-asset-subnet-graph.json +40 -0
- package/catalox-seeds/inputs/list-descriptors/assets-exploitability-decisions-list.json +4 -0
- package/catalox-seeds/inputs/list-descriptors/assets-potential-impact-decisions-list.json +16 -8
- package/catalox-seeds/inputs/manifest.json +4 -0
- package/catalox-seeds/inputs/memorix-catalog-ids.json +2 -1
- package/catalox-seeds/memorix-retrieval-descriptors.manifest.json +1186 -34
- package/dist/client/catalox-adapter.d.ts.map +1 -1
- package/dist/client/catalox-adapter.js +10 -1
- package/dist/client/catalox-adapter.js.map +1 -1
- package/dist/client/catalox-like.d.ts +6 -0
- package/dist/client/catalox-like.d.ts.map +1 -1
- package/dist/data/identity.d.ts +19 -1
- package/dist/data/identity.d.ts.map +1 -1
- package/dist/data/identity.js +41 -25
- package/dist/data/identity.js.map +1 -1
- package/dist/data/record-info.d.ts +1 -1
- package/dist/data/record-info.d.ts.map +1 -1
- package/dist/descriptors/catalog-ids.d.ts +1 -0
- package/dist/descriptors/catalog-ids.d.ts.map +1 -1
- package/dist/descriptors/catalog-ids.js +1 -0
- package/dist/descriptors/catalog-ids.js.map +1 -1
- package/dist/descriptors/descriptor-types.d.ts +3 -1
- package/dist/descriptors/descriptor-types.d.ts.map +1 -1
- package/dist/errors/issues.d.ts +2 -0
- package/dist/errors/issues.d.ts.map +1 -1
- package/dist/errors/issues.js.map +1 -1
- package/dist/graphs/build-graph-directory.d.ts +28 -0
- package/dist/graphs/build-graph-directory.d.ts.map +1 -0
- package/dist/graphs/build-graph-directory.js +253 -0
- package/dist/graphs/build-graph-directory.js.map +1 -0
- package/dist/graphs/build-graph-document.d.ts +13 -0
- package/dist/graphs/build-graph-document.d.ts.map +1 -0
- package/dist/graphs/build-graph-document.js +888 -0
- package/dist/graphs/build-graph-document.js.map +1 -0
- package/dist/graphs/fallback-graph-capabilities.d.ts +16 -0
- package/dist/graphs/fallback-graph-capabilities.d.ts.map +1 -0
- package/dist/graphs/fallback-graph-capabilities.js +376 -0
- package/dist/graphs/fallback-graph-capabilities.js.map +1 -0
- package/dist/graphs/index.d.ts +9 -0
- package/dist/graphs/index.d.ts.map +1 -0
- package/dist/graphs/index.js +8 -0
- package/dist/graphs/index.js.map +1 -0
- package/dist/graphs/infer-graph-descriptor.d.ts +17 -0
- package/dist/graphs/infer-graph-descriptor.d.ts.map +1 -0
- package/dist/graphs/infer-graph-descriptor.js +234 -0
- package/dist/graphs/infer-graph-descriptor.js.map +1 -0
- package/dist/graphs/load-graph-descriptor.d.ts +31 -0
- package/dist/graphs/load-graph-descriptor.d.ts.map +1 -0
- package/dist/graphs/load-graph-descriptor.js +141 -0
- package/dist/graphs/load-graph-descriptor.js.map +1 -0
- package/dist/graphs/record-access.d.ts +36 -0
- package/dist/graphs/record-access.d.ts.map +1 -0
- package/dist/graphs/record-access.js +178 -0
- package/dist/graphs/record-access.js.map +1 -0
- package/dist/graphs/types.d.ts +70 -0
- package/dist/graphs/types.d.ts.map +1 -0
- package/dist/graphs/types.js +17 -0
- package/dist/graphs/types.js.map +1 -0
- package/dist/graphs/validate-graph-metadata.d.ts +36 -0
- package/dist/graphs/validate-graph-metadata.d.ts.map +1 -0
- package/dist/graphs/validate-graph-metadata.js +71 -0
- package/dist/graphs/validate-graph-metadata.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/retrieval/fetch-list.d.ts.map +1 -1
- package/dist/retrieval/fetch-list.js +3 -1
- package/dist/retrieval/fetch-list.js.map +1 -1
- package/dist/retrieval/resolve-fields.d.ts.map +1 -1
- package/dist/retrieval/resolve-fields.js +7 -1
- package/dist/retrieval/resolve-fields.js.map +1 -1
- package/dist/retrieval/resolve-list-analytics.d.ts +2 -2
- package/dist/retrieval/resolve-list-analytics.d.ts.map +1 -1
- package/dist/retrieval/resolve-list-analytics.js.map +1 -1
- package/dist/retrieval/resolve-property-source.d.ts.map +1 -1
- package/dist/retrieval/resolve-property-source.js +10 -3
- package/dist/retrieval/resolve-property-source.js.map +1 -1
- package/dist/seeds/default-seed-spec.d.ts.map +1 -1
- package/dist/seeds/default-seed-spec.js +25 -1
- package/dist/seeds/default-seed-spec.js.map +1 -1
- package/dist/tests/catalox-adapter-scope.test.d.ts +2 -0
- package/dist/tests/catalox-adapter-scope.test.d.ts.map +1 -0
- package/dist/tests/catalox-adapter-scope.test.js +26 -0
- package/dist/tests/catalox-adapter-scope.test.js.map +1 -0
- package/dist/tests/fetch-list.test.js +28 -0
- package/dist/tests/fetch-list.test.js.map +1 -1
- package/dist/tests/graphs.test.d.ts +2 -0
- package/dist/tests/graphs.test.d.ts.map +1 -0
- package/dist/tests/graphs.test.js +423 -0
- package/dist/tests/graphs.test.js.map +1 -0
- package/dist/tests/identity.test.js +13 -1
- package/dist/tests/identity.test.js.map +1 -1
- package/dist/tests/infer-graph.test.d.ts +2 -0
- package/dist/tests/infer-graph.test.d.ts.map +1 -0
- package/dist/tests/infer-graph.test.js +19 -0
- package/dist/tests/infer-graph.test.js.map +1 -0
- package/dist/tests/resolve-filters.test.js +8 -0
- package/dist/tests/resolve-filters.test.js.map +1 -1
- package/dist/tests/seed-manifest.test.js +3 -0
- package/dist/tests/seed-manifest.test.js.map +1 -1
- package/dist/tests/validate-graph-metadata.test.d.ts +2 -0
- package/dist/tests/validate-graph-metadata.test.d.ts.map +1 -0
- package/dist/tests/validate-graph-metadata.test.js +81 -0
- package/dist/tests/validate-graph-metadata.test.js.map +1 -0
- package/package.json +13 -2
|
@@ -14,6 +14,16 @@
|
|
|
14
14
|
"titleField": "entityName"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"catalogId": "memorix-graph-descriptors",
|
|
19
|
+
"name": "Memorix graph descriptors",
|
|
20
|
+
"catalogType": "memorix",
|
|
21
|
+
"sourceMode": "native",
|
|
22
|
+
"native": {
|
|
23
|
+
"itemIdField": "id",
|
|
24
|
+
"titleField": "title"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"catalogId": "lists",
|
|
19
29
|
"name": "Memorix list descriptors",
|
|
@@ -93,6 +103,63 @@
|
|
|
93
103
|
}
|
|
94
104
|
}
|
|
95
105
|
},
|
|
106
|
+
{
|
|
107
|
+
"catalogId": "memorix-graph-descriptors",
|
|
108
|
+
"descriptorVersion": "1",
|
|
109
|
+
"mode": "replace",
|
|
110
|
+
"descriptor": {
|
|
111
|
+
"catalogId": "memorix-graph-descriptors",
|
|
112
|
+
"label": "Memorix graph descriptors",
|
|
113
|
+
"sourceMode": "native",
|
|
114
|
+
"status": "active",
|
|
115
|
+
"capabilities": {
|
|
116
|
+
"canList": true,
|
|
117
|
+
"canGet": true,
|
|
118
|
+
"canCreate": true,
|
|
119
|
+
"canEdit": true,
|
|
120
|
+
"canDelete": true,
|
|
121
|
+
"canImport": true,
|
|
122
|
+
"canExport": true,
|
|
123
|
+
"canSync": false,
|
|
124
|
+
"canValidate": true,
|
|
125
|
+
"canViewReferences": true
|
|
126
|
+
},
|
|
127
|
+
"queryableFields": [
|
|
128
|
+
{
|
|
129
|
+
"key": "id",
|
|
130
|
+
"label": "Id",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"indexed": true,
|
|
133
|
+
"filterable": true,
|
|
134
|
+
"listVisible": true,
|
|
135
|
+
"detailVisible": true
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"key": "title",
|
|
139
|
+
"label": "Title",
|
|
140
|
+
"type": "string",
|
|
141
|
+
"indexed": true,
|
|
142
|
+
"filterable": true,
|
|
143
|
+
"listVisible": true,
|
|
144
|
+
"detailVisible": true
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"key": "focusObjectType",
|
|
148
|
+
"label": "Focus object type",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"indexed": true,
|
|
151
|
+
"filterable": true,
|
|
152
|
+
"listVisible": true,
|
|
153
|
+
"detailVisible": true
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"identity": {
|
|
157
|
+
"itemIdStrategy": "natural",
|
|
158
|
+
"itemIdField": "id",
|
|
159
|
+
"titleField": "title"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
96
163
|
{
|
|
97
164
|
"catalogId": "lists",
|
|
98
165
|
"descriptorVersion": "1",
|
|
@@ -217,6 +284,14 @@
|
|
|
217
284
|
"canWrite": true
|
|
218
285
|
}
|
|
219
286
|
},
|
|
287
|
+
{
|
|
288
|
+
"appId": "memorix",
|
|
289
|
+
"catalogId": "memorix-graph-descriptors",
|
|
290
|
+
"access": {
|
|
291
|
+
"canRead": true,
|
|
292
|
+
"canWrite": true
|
|
293
|
+
}
|
|
294
|
+
},
|
|
220
295
|
{
|
|
221
296
|
"appId": "memorix",
|
|
222
297
|
"catalogId": "lists",
|
|
@@ -329,6 +404,32 @@
|
|
|
329
404
|
"item": true,
|
|
330
405
|
"valueType": "array"
|
|
331
406
|
},
|
|
407
|
+
"subnetCidr": {
|
|
408
|
+
"label": "Subnet CIDR",
|
|
409
|
+
"source": {
|
|
410
|
+
"contentType": "snapshots",
|
|
411
|
+
"path": "data.subnetCidrs.0"
|
|
412
|
+
},
|
|
413
|
+
"humanReadable": true,
|
|
414
|
+
"sortable": true,
|
|
415
|
+
"filterable": true,
|
|
416
|
+
"list": true,
|
|
417
|
+
"item": true,
|
|
418
|
+
"valueType": "string"
|
|
419
|
+
},
|
|
420
|
+
"subnetIp": {
|
|
421
|
+
"label": "Subnet IP",
|
|
422
|
+
"source": {
|
|
423
|
+
"contentType": "snapshots",
|
|
424
|
+
"path": "data.subnets.0.networkAddress"
|
|
425
|
+
},
|
|
426
|
+
"humanReadable": true,
|
|
427
|
+
"sortable": true,
|
|
428
|
+
"filterable": true,
|
|
429
|
+
"list": true,
|
|
430
|
+
"item": true,
|
|
431
|
+
"valueType": "string"
|
|
432
|
+
},
|
|
332
433
|
"subnets": {
|
|
333
434
|
"label": "Resolved Subnets",
|
|
334
435
|
"source": {
|
|
@@ -727,6 +828,58 @@
|
|
|
727
828
|
"list": true,
|
|
728
829
|
"item": true,
|
|
729
830
|
"valueType": "number"
|
|
831
|
+
},
|
|
832
|
+
"impactDecisionLabel": {
|
|
833
|
+
"label": "Impact Decision",
|
|
834
|
+
"source": {
|
|
835
|
+
"contentType": "decisions",
|
|
836
|
+
"path": "data.impactDecision.decision"
|
|
837
|
+
},
|
|
838
|
+
"humanReadable": true,
|
|
839
|
+
"sortable": true,
|
|
840
|
+
"filterable": true,
|
|
841
|
+
"list": true,
|
|
842
|
+
"item": true,
|
|
843
|
+
"valueType": "string"
|
|
844
|
+
},
|
|
845
|
+
"impactDecisionStatus": {
|
|
846
|
+
"label": "Impact Decision Status",
|
|
847
|
+
"source": {
|
|
848
|
+
"contentType": "decisions",
|
|
849
|
+
"path": "data.impactDecision.status"
|
|
850
|
+
},
|
|
851
|
+
"humanReadable": true,
|
|
852
|
+
"sortable": true,
|
|
853
|
+
"filterable": true,
|
|
854
|
+
"list": true,
|
|
855
|
+
"item": true,
|
|
856
|
+
"valueType": "string"
|
|
857
|
+
},
|
|
858
|
+
"impactDecisionRiskScore": {
|
|
859
|
+
"label": "Impact Decision Score",
|
|
860
|
+
"source": {
|
|
861
|
+
"contentType": "decisions",
|
|
862
|
+
"path": "data.impactDecision.riskScore"
|
|
863
|
+
},
|
|
864
|
+
"humanReadable": true,
|
|
865
|
+
"sortable": true,
|
|
866
|
+
"filterable": true,
|
|
867
|
+
"list": true,
|
|
868
|
+
"item": true,
|
|
869
|
+
"valueType": "number"
|
|
870
|
+
},
|
|
871
|
+
"impactDecisionUrgencyScore": {
|
|
872
|
+
"label": "Impact Urgency Score",
|
|
873
|
+
"source": {
|
|
874
|
+
"contentType": "decisions",
|
|
875
|
+
"path": "data.impactDecision.urgencyScore"
|
|
876
|
+
},
|
|
877
|
+
"humanReadable": true,
|
|
878
|
+
"sortable": true,
|
|
879
|
+
"filterable": true,
|
|
880
|
+
"list": true,
|
|
881
|
+
"item": true,
|
|
882
|
+
"valueType": "number"
|
|
730
883
|
}
|
|
731
884
|
},
|
|
732
885
|
"associatedProperties": [
|
|
@@ -1058,6 +1211,177 @@
|
|
|
1058
1211
|
"targetObjectType": "vulnerabilities"
|
|
1059
1212
|
}
|
|
1060
1213
|
},
|
|
1214
|
+
"graph": {
|
|
1215
|
+
"node": {
|
|
1216
|
+
"kind": "ipAddress",
|
|
1217
|
+
"directoryFields": [
|
|
1218
|
+
"ipAddress",
|
|
1219
|
+
"hostType",
|
|
1220
|
+
"zones"
|
|
1221
|
+
],
|
|
1222
|
+
"contentLenses": [
|
|
1223
|
+
"snapshot",
|
|
1224
|
+
"analysis",
|
|
1225
|
+
"decisions"
|
|
1226
|
+
],
|
|
1227
|
+
"ui": {
|
|
1228
|
+
"icon": "server"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"edgeTemplates": [
|
|
1232
|
+
{
|
|
1233
|
+
"id": "asset-topology-associated",
|
|
1234
|
+
"source": {
|
|
1235
|
+
"kind": "associatedArray",
|
|
1236
|
+
"key": "associatedTopology"
|
|
1237
|
+
},
|
|
1238
|
+
"edges": [
|
|
1239
|
+
{
|
|
1240
|
+
"type": "containedIn",
|
|
1241
|
+
"from": {
|
|
1242
|
+
"source": "concept"
|
|
1243
|
+
},
|
|
1244
|
+
"to": {
|
|
1245
|
+
"source": "itemField",
|
|
1246
|
+
"field": "cidr",
|
|
1247
|
+
"kind": "cidr"
|
|
1248
|
+
},
|
|
1249
|
+
"toObjectType": "subnets",
|
|
1250
|
+
"toKind": "cidr",
|
|
1251
|
+
"when": {
|
|
1252
|
+
"itemFieldExists": "cidr"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"type": "inZone",
|
|
1257
|
+
"from": {
|
|
1258
|
+
"source": "itemField",
|
|
1259
|
+
"field": "cidr",
|
|
1260
|
+
"kind": "cidr"
|
|
1261
|
+
},
|
|
1262
|
+
"to": {
|
|
1263
|
+
"source": "itemField",
|
|
1264
|
+
"field": "zone",
|
|
1265
|
+
"kind": "zoneName"
|
|
1266
|
+
},
|
|
1267
|
+
"toObjectType": "topology-zones",
|
|
1268
|
+
"toKind": "zoneName",
|
|
1269
|
+
"when": {
|
|
1270
|
+
"itemFieldExists": "zone"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"type": "reachableFrom",
|
|
1275
|
+
"from": {
|
|
1276
|
+
"source": "itemArrayField",
|
|
1277
|
+
"field": "reachableFromZones",
|
|
1278
|
+
"kind": "zoneName"
|
|
1279
|
+
},
|
|
1280
|
+
"to": {
|
|
1281
|
+
"source": "itemField",
|
|
1282
|
+
"field": "zone",
|
|
1283
|
+
"kind": "zoneName"
|
|
1284
|
+
},
|
|
1285
|
+
"toObjectType": "topology-zones",
|
|
1286
|
+
"toKind": "zoneName",
|
|
1287
|
+
"when": {
|
|
1288
|
+
"itemFieldExists": "zone"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"type": "pathBridge",
|
|
1293
|
+
"from": {
|
|
1294
|
+
"source": "literal",
|
|
1295
|
+
"kind": "zoneName",
|
|
1296
|
+
"value": "OUTSIDE"
|
|
1297
|
+
},
|
|
1298
|
+
"to": {
|
|
1299
|
+
"source": "itemField",
|
|
1300
|
+
"field": "zone",
|
|
1301
|
+
"kind": "zoneName"
|
|
1302
|
+
},
|
|
1303
|
+
"toObjectType": "topology-zones",
|
|
1304
|
+
"toKind": "zoneName",
|
|
1305
|
+
"synthesizePath": {
|
|
1306
|
+
"titleTemplate": "{from} → {to}"
|
|
1307
|
+
},
|
|
1308
|
+
"when": {
|
|
1309
|
+
"itemFieldExists": "zone",
|
|
1310
|
+
"itemArrayIncludes": {
|
|
1311
|
+
"field": "reachableFromZones",
|
|
1312
|
+
"value": "OUTSIDE"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"type": "observedInZone",
|
|
1318
|
+
"from": {
|
|
1319
|
+
"source": "concept"
|
|
1320
|
+
},
|
|
1321
|
+
"to": {
|
|
1322
|
+
"source": "itemField",
|
|
1323
|
+
"field": "zone",
|
|
1324
|
+
"kind": "zoneName"
|
|
1325
|
+
},
|
|
1326
|
+
"toObjectType": "topology-zones",
|
|
1327
|
+
"toKind": "zoneName",
|
|
1328
|
+
"when": {
|
|
1329
|
+
"itemFieldExists": "zone",
|
|
1330
|
+
"itemFieldMissing": "cidr"
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"id": "asset-vulnerabilities-by-ip",
|
|
1337
|
+
"source": {
|
|
1338
|
+
"kind": "queryByField",
|
|
1339
|
+
"objectType": "vulnerabilities",
|
|
1340
|
+
"sourcePath": "data.assetIp",
|
|
1341
|
+
"targetPath": "data.assetIp",
|
|
1342
|
+
"limit": 50
|
|
1343
|
+
},
|
|
1344
|
+
"edges": [
|
|
1345
|
+
{
|
|
1346
|
+
"type": "affectsAsset",
|
|
1347
|
+
"from": {
|
|
1348
|
+
"source": "relatedConcept"
|
|
1349
|
+
},
|
|
1350
|
+
"to": {
|
|
1351
|
+
"source": "concept"
|
|
1352
|
+
},
|
|
1353
|
+
"toObjectType": "vulnerabilities",
|
|
1354
|
+
"toKind": "hostVulnerability",
|
|
1355
|
+
"neighbor": "from"
|
|
1356
|
+
}
|
|
1357
|
+
]
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"id": "asset-subnets-by-cidr",
|
|
1361
|
+
"source": {
|
|
1362
|
+
"kind": "queryByField",
|
|
1363
|
+
"objectType": "subnets",
|
|
1364
|
+
"sourcePath": "data.subnetCidrs",
|
|
1365
|
+
"targetPath": "data.cidr",
|
|
1366
|
+
"limit": 20
|
|
1367
|
+
},
|
|
1368
|
+
"edges": [
|
|
1369
|
+
{
|
|
1370
|
+
"type": "containedIn",
|
|
1371
|
+
"from": {
|
|
1372
|
+
"source": "concept"
|
|
1373
|
+
},
|
|
1374
|
+
"to": {
|
|
1375
|
+
"source": "relatedConcept"
|
|
1376
|
+
},
|
|
1377
|
+
"toObjectType": "subnets",
|
|
1378
|
+
"toKind": "cidr",
|
|
1379
|
+
"neighbor": "to"
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1382
|
+
}
|
|
1383
|
+
]
|
|
1384
|
+
},
|
|
1061
1385
|
"schemaVersion": "memorix.objectTypeDescriptor.v2",
|
|
1062
1386
|
"objectType": "assets"
|
|
1063
1387
|
}
|
|
@@ -1633,32 +1957,339 @@
|
|
|
1633
1957
|
"inputKind": "cidr",
|
|
1634
1958
|
"outputKind": "cidr-path-facts",
|
|
1635
1959
|
"writeToInsights": false,
|
|
1960
|
+
"writeToRootProperty": "possiblePaths",
|
|
1636
1961
|
"sources": {
|
|
1637
1962
|
"topologyDb": "memorix-knowledge",
|
|
1638
1963
|
"topologyCollection": "topology-raw"
|
|
1639
1964
|
}
|
|
1640
1965
|
},
|
|
1641
1966
|
{
|
|
1642
|
-
"processorId": "network.cidr-zone-path-insights",
|
|
1643
|
-
"kind": "function",
|
|
1644
|
-
"inputKind": "cidr-path-facts",
|
|
1645
|
-
"outputKind": "insights",
|
|
1646
|
-
"writeToInsights": true,
|
|
1647
|
-
"sources": {
|
|
1648
|
-
"zonesCollection": "topology-zones-snapshots"
|
|
1649
|
-
}
|
|
1967
|
+
"processorId": "network.cidr-zone-path-insights",
|
|
1968
|
+
"kind": "function",
|
|
1969
|
+
"inputKind": "cidr-path-facts",
|
|
1970
|
+
"outputKind": "insights",
|
|
1971
|
+
"writeToInsights": true,
|
|
1972
|
+
"sources": {
|
|
1973
|
+
"zonesCollection": "topology-zones-snapshots"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
],
|
|
1977
|
+
"associatedContent": {
|
|
1978
|
+
"rollParentSnapshots": true,
|
|
1979
|
+
"excludePostfixes": [
|
|
1980
|
+
"raw"
|
|
1981
|
+
]
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
"relations": {
|
|
1985
|
+
"subnetAssets": {
|
|
1986
|
+
"type": "oneToMany",
|
|
1987
|
+
"source": {
|
|
1988
|
+
"contentType": "snapshots",
|
|
1989
|
+
"path": "data.cidr"
|
|
1990
|
+
},
|
|
1991
|
+
"target": {
|
|
1992
|
+
"contentType": "snapshots",
|
|
1993
|
+
"path": "data.subnetCidrs"
|
|
1994
|
+
},
|
|
1995
|
+
"defaultMode": "array",
|
|
1996
|
+
"defaultArrayProperty": "associatedAssetsSnapshots",
|
|
1997
|
+
"targetFields": [
|
|
1998
|
+
"ipAddress",
|
|
1999
|
+
"hostName",
|
|
2000
|
+
"hostType",
|
|
2001
|
+
"zones"
|
|
2002
|
+
],
|
|
2003
|
+
"targetObjectType": "assets"
|
|
2004
|
+
},
|
|
2005
|
+
"subnetZone": {
|
|
2006
|
+
"type": "manyToOne",
|
|
2007
|
+
"source": {
|
|
2008
|
+
"contentType": "snapshots",
|
|
2009
|
+
"path": "data.zone"
|
|
2010
|
+
},
|
|
2011
|
+
"target": {
|
|
2012
|
+
"contentType": "snapshots",
|
|
2013
|
+
"path": "data.name"
|
|
2014
|
+
},
|
|
2015
|
+
"defaultMode": "array",
|
|
2016
|
+
"defaultArrayProperty": "associatedTopologyZonesSnapshots",
|
|
2017
|
+
"targetFields": [
|
|
2018
|
+
"name",
|
|
2019
|
+
"zoneClass"
|
|
2020
|
+
],
|
|
2021
|
+
"targetObjectType": "topology-zones"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"narratives": {
|
|
2025
|
+
"has-assets": {
|
|
2026
|
+
"label": "Has assets",
|
|
2027
|
+
"displayName": "Has assets",
|
|
2028
|
+
"description": "Subnet has one or more associated asset snapshots (associatedAssetsSnapshots).",
|
|
2029
|
+
"kind": "having-signal",
|
|
2030
|
+
"visibility": "user",
|
|
2031
|
+
"sourceRef": "associatedAssetsSnapshots",
|
|
2032
|
+
"targetEntity": "assets"
|
|
2033
|
+
},
|
|
2034
|
+
"has-possible-paths": {
|
|
2035
|
+
"label": "Has possible paths",
|
|
2036
|
+
"displayName": "Has possible paths",
|
|
2037
|
+
"description": "Subnet snapshot has non-empty possiblePaths root property (topology path facts).",
|
|
2038
|
+
"kind": "having-signal",
|
|
2039
|
+
"visibility": "user",
|
|
2040
|
+
"sourceRef": "possiblePaths"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"graph": {
|
|
2044
|
+
"node": {
|
|
2045
|
+
"kind": "cidr",
|
|
2046
|
+
"directoryFields": [
|
|
2047
|
+
"cidr",
|
|
2048
|
+
"zone"
|
|
2049
|
+
],
|
|
2050
|
+
"contentLenses": [
|
|
2051
|
+
"snapshot",
|
|
2052
|
+
"analysis"
|
|
2053
|
+
],
|
|
2054
|
+
"ui": {
|
|
2055
|
+
"icon": "network"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"edgeTemplates": [
|
|
2059
|
+
{
|
|
2060
|
+
"id": "subnet-zone-topology",
|
|
2061
|
+
"source": {
|
|
2062
|
+
"kind": "queryByField",
|
|
2063
|
+
"objectType": "topology-zones",
|
|
2064
|
+
"sourcePath": "data.zone",
|
|
2065
|
+
"targetPath": "data.name",
|
|
2066
|
+
"limit": 5
|
|
2067
|
+
},
|
|
2068
|
+
"edges": [
|
|
2069
|
+
{
|
|
2070
|
+
"type": "inZone",
|
|
2071
|
+
"from": {
|
|
2072
|
+
"source": "concept"
|
|
2073
|
+
},
|
|
2074
|
+
"to": {
|
|
2075
|
+
"source": "relatedConcept"
|
|
2076
|
+
},
|
|
2077
|
+
"toObjectType": "topology-zones",
|
|
2078
|
+
"toKind": "zoneName",
|
|
2079
|
+
"neighbor": "to"
|
|
2080
|
+
}
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"id": "subnet-assets-by-cidr",
|
|
2085
|
+
"source": {
|
|
2086
|
+
"kind": "queryByField",
|
|
2087
|
+
"objectType": "assets",
|
|
2088
|
+
"sourcePath": "data.cidr",
|
|
2089
|
+
"targetPath": "data.subnetCidrs",
|
|
2090
|
+
"limit": 50
|
|
2091
|
+
},
|
|
2092
|
+
"edges": [
|
|
2093
|
+
{
|
|
2094
|
+
"type": "containedIn",
|
|
2095
|
+
"from": {
|
|
2096
|
+
"source": "relatedConcept"
|
|
2097
|
+
},
|
|
2098
|
+
"to": {
|
|
2099
|
+
"source": "concept"
|
|
2100
|
+
},
|
|
2101
|
+
"toObjectType": "assets",
|
|
2102
|
+
"toKind": "ipAddress",
|
|
2103
|
+
"neighbor": "from"
|
|
2104
|
+
}
|
|
2105
|
+
]
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"id": "subnet-path-facts",
|
|
2109
|
+
"source": {
|
|
2110
|
+
"kind": "pathFacts",
|
|
2111
|
+
"key": "possiblePaths"
|
|
2112
|
+
},
|
|
2113
|
+
"edges": []
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
2117
|
+
"schemaVersion": "memorix.objectTypeDescriptor.v2",
|
|
2118
|
+
"objectType": "subnets"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"catalogId": "memorix-object-type-descriptors",
|
|
2123
|
+
"scope": {
|
|
2124
|
+
"domains": [
|
|
2125
|
+
"network",
|
|
2126
|
+
"vulnerabilities"
|
|
2127
|
+
],
|
|
2128
|
+
"agents": [
|
|
2129
|
+
"neo"
|
|
2130
|
+
]
|
|
2131
|
+
},
|
|
2132
|
+
"data": {
|
|
2133
|
+
"id": "topology-zones",
|
|
2134
|
+
"defaultListDescriptorId": "topology-zones-main-list",
|
|
2135
|
+
"defaultItemDescriptorId": "topology-zone-detail-item",
|
|
2136
|
+
"target": "entity",
|
|
2137
|
+
"collectionPrefix": "topology-zones",
|
|
2138
|
+
"identity": {
|
|
2139
|
+
"allowedIdFields": [
|
|
2140
|
+
"recordId"
|
|
2141
|
+
],
|
|
2142
|
+
"requiredExactlyOne": true,
|
|
2143
|
+
"defaultIdField": "recordId",
|
|
2144
|
+
"conceptIdentifier": {
|
|
2145
|
+
"kind": "zoneName",
|
|
2146
|
+
"path": "concept.identifier.zoneName"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
"defaults": {
|
|
2150
|
+
"canonicalContentType": "snapshots",
|
|
2151
|
+
"dataRoot": "data",
|
|
2152
|
+
"effectiveDatePath": "capturedAt",
|
|
2153
|
+
"fallbackEffectiveDatePaths": []
|
|
2154
|
+
},
|
|
2155
|
+
"contentTypes": {
|
|
2156
|
+
"snapshots": {
|
|
2157
|
+
"postfix": "snapshots",
|
|
2158
|
+
"collection": "topology-zones-snapshots",
|
|
2159
|
+
"isCanonical": true
|
|
2160
|
+
},
|
|
2161
|
+
"analysis": {
|
|
2162
|
+
"postfix": "analysis",
|
|
2163
|
+
"collection": "topology-zones-analysis",
|
|
2164
|
+
"isCanonical": false
|
|
2165
|
+
},
|
|
2166
|
+
"core": {
|
|
2167
|
+
"postfix": "core",
|
|
2168
|
+
"collection": "topology-zones-core",
|
|
2169
|
+
"isCanonical": false
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
2172
|
+
"properties": {
|
|
2173
|
+
"name": {
|
|
2174
|
+
"label": "Zone Name",
|
|
2175
|
+
"source": {
|
|
2176
|
+
"contentType": "snapshots",
|
|
2177
|
+
"path": "data.name"
|
|
2178
|
+
},
|
|
2179
|
+
"humanReadable": true,
|
|
2180
|
+
"sortable": true,
|
|
2181
|
+
"filterable": true,
|
|
2182
|
+
"list": true,
|
|
2183
|
+
"item": true,
|
|
2184
|
+
"valueType": "string"
|
|
2185
|
+
},
|
|
2186
|
+
"zoneClass": {
|
|
2187
|
+
"label": "Zone Class",
|
|
2188
|
+
"source": {
|
|
2189
|
+
"contentType": "snapshots",
|
|
2190
|
+
"path": "data.zoneClass"
|
|
2191
|
+
},
|
|
2192
|
+
"humanReadable": true,
|
|
2193
|
+
"sortable": true,
|
|
2194
|
+
"filterable": true,
|
|
2195
|
+
"list": true,
|
|
2196
|
+
"item": true,
|
|
2197
|
+
"valueType": "string"
|
|
2198
|
+
},
|
|
2199
|
+
"apparentRole": {
|
|
2200
|
+
"label": "Apparent Role",
|
|
2201
|
+
"source": {
|
|
2202
|
+
"contentType": "analysis",
|
|
2203
|
+
"path": "data.apparentRole"
|
|
2204
|
+
},
|
|
2205
|
+
"humanReadable": true,
|
|
2206
|
+
"sortable": false,
|
|
2207
|
+
"filterable": true,
|
|
2208
|
+
"list": false,
|
|
2209
|
+
"item": true,
|
|
2210
|
+
"valueType": "string"
|
|
2211
|
+
},
|
|
2212
|
+
"shortAnalysis": {
|
|
2213
|
+
"label": "Short Analysis",
|
|
2214
|
+
"source": {
|
|
2215
|
+
"contentType": "analysis",
|
|
2216
|
+
"path": "data.shortAnalysis"
|
|
2217
|
+
},
|
|
2218
|
+
"humanReadable": true,
|
|
2219
|
+
"sortable": false,
|
|
2220
|
+
"filterable": false,
|
|
2221
|
+
"list": false,
|
|
2222
|
+
"item": true,
|
|
2223
|
+
"valueType": "string"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"associatedProperties": [],
|
|
2227
|
+
"processing": {},
|
|
2228
|
+
"relations": {
|
|
2229
|
+
"zoneSubnets": {
|
|
2230
|
+
"type": "oneToMany",
|
|
2231
|
+
"source": {
|
|
2232
|
+
"contentType": "snapshots",
|
|
2233
|
+
"path": "data.name"
|
|
2234
|
+
},
|
|
2235
|
+
"target": {
|
|
2236
|
+
"contentType": "snapshots",
|
|
2237
|
+
"path": "data.zone"
|
|
2238
|
+
},
|
|
2239
|
+
"defaultMode": "array",
|
|
2240
|
+
"defaultArrayProperty": "associatedSubnetsSnapshots",
|
|
2241
|
+
"targetFields": [
|
|
2242
|
+
"cidr",
|
|
2243
|
+
"networkAddress",
|
|
2244
|
+
"zone",
|
|
2245
|
+
"vr"
|
|
2246
|
+
],
|
|
2247
|
+
"targetObjectType": "subnets"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"graph": {
|
|
2251
|
+
"node": {
|
|
2252
|
+
"kind": "zoneName",
|
|
2253
|
+
"directoryFields": [
|
|
2254
|
+
"name"
|
|
2255
|
+
],
|
|
2256
|
+
"contentLenses": [
|
|
2257
|
+
"snapshot",
|
|
2258
|
+
"analysis"
|
|
2259
|
+
],
|
|
2260
|
+
"ui": {
|
|
2261
|
+
"icon": "shield"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"edgeTemplates": [
|
|
2265
|
+
{
|
|
2266
|
+
"id": "zone-subnets-by-name",
|
|
2267
|
+
"source": {
|
|
2268
|
+
"kind": "queryByField",
|
|
2269
|
+
"objectType": "subnets",
|
|
2270
|
+
"sourcePath": "data.name",
|
|
2271
|
+
"targetPath": "data.zone",
|
|
2272
|
+
"limit": 50
|
|
2273
|
+
},
|
|
2274
|
+
"edges": [
|
|
2275
|
+
{
|
|
2276
|
+
"type": "inZone",
|
|
2277
|
+
"from": {
|
|
2278
|
+
"source": "relatedConcept"
|
|
2279
|
+
},
|
|
2280
|
+
"to": {
|
|
2281
|
+
"source": "concept"
|
|
2282
|
+
},
|
|
2283
|
+
"toObjectType": "subnets",
|
|
2284
|
+
"toKind": "cidr",
|
|
2285
|
+
"neighbor": "from"
|
|
2286
|
+
}
|
|
2287
|
+
]
|
|
1650
2288
|
}
|
|
1651
|
-
]
|
|
1652
|
-
"associatedContent": {
|
|
1653
|
-
"rollParentSnapshots": true,
|
|
1654
|
-
"excludePostfixes": [
|
|
1655
|
-
"raw"
|
|
1656
|
-
]
|
|
1657
|
-
}
|
|
2289
|
+
]
|
|
1658
2290
|
},
|
|
1659
|
-
"relations": {},
|
|
1660
2291
|
"schemaVersion": "memorix.objectTypeDescriptor.v2",
|
|
1661
|
-
"objectType": "
|
|
2292
|
+
"objectType": "topology-zones"
|
|
1662
2293
|
}
|
|
1663
2294
|
},
|
|
1664
2295
|
{
|
|
@@ -2136,8 +2767,8 @@
|
|
|
2136
2767
|
"contentType": "analysis",
|
|
2137
2768
|
"path": "data.impact"
|
|
2138
2769
|
},
|
|
2139
|
-
"humanReadable":
|
|
2140
|
-
"list":
|
|
2770
|
+
"humanReadable": true,
|
|
2771
|
+
"list": true,
|
|
2141
2772
|
"item": true,
|
|
2142
2773
|
"valueType": "object"
|
|
2143
2774
|
},
|
|
@@ -2181,6 +2812,8 @@
|
|
|
2181
2812
|
"path": "data.exploitability.exploitability"
|
|
2182
2813
|
},
|
|
2183
2814
|
"humanReadable": true,
|
|
2815
|
+
"sortable": true,
|
|
2816
|
+
"filterable": true,
|
|
2184
2817
|
"list": true,
|
|
2185
2818
|
"item": true,
|
|
2186
2819
|
"valueType": "string"
|
|
@@ -2359,11 +2992,11 @@
|
|
|
2359
2992
|
"direction": "parentToChild",
|
|
2360
2993
|
"source": {
|
|
2361
2994
|
"contentType": "snapshots",
|
|
2362
|
-
"path": "data.
|
|
2995
|
+
"path": "data.assetIps"
|
|
2363
2996
|
},
|
|
2364
2997
|
"target": {
|
|
2365
2998
|
"contentType": "snapshots",
|
|
2366
|
-
"path": "data.
|
|
2999
|
+
"path": "data.assetIp"
|
|
2367
3000
|
}
|
|
2368
3001
|
}
|
|
2369
3002
|
],
|
|
@@ -2425,14 +3058,14 @@
|
|
|
2425
3058
|
"displayName": "Vulnerability",
|
|
2426
3059
|
"description": "Security-impacting scanner result (severity low/medium/high/critical).",
|
|
2427
3060
|
"kind": "product-narrative",
|
|
2428
|
-
"visibility": "
|
|
3061
|
+
"visibility": "internal"
|
|
2429
3062
|
},
|
|
2430
3063
|
"is-finding": {
|
|
2431
3064
|
"label": "Is finding",
|
|
2432
3065
|
"displayName": "Informational finding",
|
|
2433
3066
|
"description": "Informational scanner result (severity none/unknown).",
|
|
2434
3067
|
"kind": "product-narrative",
|
|
2435
|
-
"visibility": "
|
|
3068
|
+
"visibility": "internal"
|
|
2436
3069
|
},
|
|
2437
3070
|
"has-analysis": {
|
|
2438
3071
|
"label": "Has analysis",
|
|
@@ -2468,7 +3101,7 @@
|
|
|
2468
3101
|
"label": "Has triage decision",
|
|
2469
3102
|
"displayName": "Triaged",
|
|
2470
3103
|
"kind": "rollup",
|
|
2471
|
-
"visibility": "
|
|
3104
|
+
"visibility": "internal"
|
|
2472
3105
|
},
|
|
2473
3106
|
"has-breach-vector": {
|
|
2474
3107
|
"label": "Breach vector",
|
|
@@ -2563,6 +3196,99 @@
|
|
|
2563
3196
|
"targetObjectType": "vulnerabilities-groups"
|
|
2564
3197
|
}
|
|
2565
3198
|
},
|
|
3199
|
+
"graph": {
|
|
3200
|
+
"node": {
|
|
3201
|
+
"kind": "hostVulnerability",
|
|
3202
|
+
"directoryFields": [
|
|
3203
|
+
"assetIp",
|
|
3204
|
+
"severity",
|
|
3205
|
+
"vulnerabilityName"
|
|
3206
|
+
],
|
|
3207
|
+
"contentLenses": [
|
|
3208
|
+
"snapshot",
|
|
3209
|
+
"discovery",
|
|
3210
|
+
"analysis",
|
|
3211
|
+
"decisions"
|
|
3212
|
+
],
|
|
3213
|
+
"ui": {
|
|
3214
|
+
"icon": "alert-triangle"
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
"edgeTemplates": [
|
|
3218
|
+
{
|
|
3219
|
+
"id": "vuln-affected-asset",
|
|
3220
|
+
"source": {
|
|
3221
|
+
"kind": "queryByField",
|
|
3222
|
+
"objectType": "assets",
|
|
3223
|
+
"sourcePath": "data.assetIp",
|
|
3224
|
+
"targetPath": "data.assetIps",
|
|
3225
|
+
"limit": 5
|
|
3226
|
+
},
|
|
3227
|
+
"edges": [
|
|
3228
|
+
{
|
|
3229
|
+
"type": "affectsAsset",
|
|
3230
|
+
"from": {
|
|
3231
|
+
"source": "concept"
|
|
3232
|
+
},
|
|
3233
|
+
"to": {
|
|
3234
|
+
"source": "relatedConcept"
|
|
3235
|
+
},
|
|
3236
|
+
"toObjectType": "assets",
|
|
3237
|
+
"toKind": "ipAddress",
|
|
3238
|
+
"neighbor": "to"
|
|
3239
|
+
}
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"id": "vuln-in-group",
|
|
3244
|
+
"source": {
|
|
3245
|
+
"kind": "queryByField",
|
|
3246
|
+
"objectType": "vulnerabilities-groups",
|
|
3247
|
+
"sourcePath": "data.vulnerabilityName",
|
|
3248
|
+
"targetPath": "data.name",
|
|
3249
|
+
"limit": 5
|
|
3250
|
+
},
|
|
3251
|
+
"edges": [
|
|
3252
|
+
{
|
|
3253
|
+
"type": "inGroup",
|
|
3254
|
+
"from": {
|
|
3255
|
+
"source": "concept"
|
|
3256
|
+
},
|
|
3257
|
+
"to": {
|
|
3258
|
+
"source": "relatedConcept"
|
|
3259
|
+
},
|
|
3260
|
+
"toObjectType": "vulnerabilities-groups",
|
|
3261
|
+
"toKind": "pluginId",
|
|
3262
|
+
"neighbor": "to"
|
|
3263
|
+
}
|
|
3264
|
+
]
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"id": "vuln-group-by-plugin",
|
|
3268
|
+
"source": {
|
|
3269
|
+
"kind": "queryByField",
|
|
3270
|
+
"objectType": "vulnerabilities-groups",
|
|
3271
|
+
"sourcePath": "data.pluginId",
|
|
3272
|
+
"targetPath": "data.pluginId",
|
|
3273
|
+
"limit": 5
|
|
3274
|
+
},
|
|
3275
|
+
"edges": [
|
|
3276
|
+
{
|
|
3277
|
+
"type": "inGroup",
|
|
3278
|
+
"from": {
|
|
3279
|
+
"source": "concept"
|
|
3280
|
+
},
|
|
3281
|
+
"to": {
|
|
3282
|
+
"source": "relatedConcept"
|
|
3283
|
+
},
|
|
3284
|
+
"toObjectType": "vulnerabilities-groups",
|
|
3285
|
+
"toKind": "pluginId",
|
|
3286
|
+
"neighbor": "to"
|
|
3287
|
+
}
|
|
3288
|
+
]
|
|
3289
|
+
}
|
|
3290
|
+
]
|
|
3291
|
+
},
|
|
2566
3292
|
"schemaVersion": "memorix.objectTypeDescriptor.v2",
|
|
2567
3293
|
"objectType": "vulnerabilities"
|
|
2568
3294
|
}
|
|
@@ -2906,8 +3632,8 @@
|
|
|
2906
3632
|
"contentType": "analysis",
|
|
2907
3633
|
"path": "data.impact"
|
|
2908
3634
|
},
|
|
2909
|
-
"humanReadable":
|
|
2910
|
-
"list":
|
|
3635
|
+
"humanReadable": true,
|
|
3636
|
+
"list": true,
|
|
2911
3637
|
"item": true,
|
|
2912
3638
|
"valueType": "object"
|
|
2913
3639
|
},
|
|
@@ -3002,6 +3728,24 @@
|
|
|
3002
3728
|
"targetObjectType": "vulnerabilities"
|
|
3003
3729
|
}
|
|
3004
3730
|
},
|
|
3731
|
+
"graph": {
|
|
3732
|
+
"node": {
|
|
3733
|
+
"kind": "pluginId",
|
|
3734
|
+
"directoryFields": [
|
|
3735
|
+
"name",
|
|
3736
|
+
"severity",
|
|
3737
|
+
"pluginId",
|
|
3738
|
+
"cveId"
|
|
3739
|
+
],
|
|
3740
|
+
"contentLenses": [
|
|
3741
|
+
"snapshot",
|
|
3742
|
+
"analysis"
|
|
3743
|
+
],
|
|
3744
|
+
"ui": {
|
|
3745
|
+
"icon": "bug"
|
|
3746
|
+
}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3005
3749
|
"schemaVersion": "memorix.objectTypeDescriptor.v2",
|
|
3006
3750
|
"objectType": "vulnerabilities-groups"
|
|
3007
3751
|
}
|
|
@@ -3213,6 +3957,402 @@
|
|
|
3213
3957
|
"objectType": "content-documents"
|
|
3214
3958
|
}
|
|
3215
3959
|
},
|
|
3960
|
+
{
|
|
3961
|
+
"catalogId": "memorix-graph-descriptors",
|
|
3962
|
+
"scope": {
|
|
3963
|
+
"domains": [
|
|
3964
|
+
"network",
|
|
3965
|
+
"vulnerabilities"
|
|
3966
|
+
],
|
|
3967
|
+
"agents": [
|
|
3968
|
+
"neo"
|
|
3969
|
+
]
|
|
3970
|
+
},
|
|
3971
|
+
"data": {
|
|
3972
|
+
"id": "asset-topology-vulnerabilities-graph",
|
|
3973
|
+
"title": "Asset topology & vulnerabilities",
|
|
3974
|
+
"focusObjectType": "assets",
|
|
3975
|
+
"maxDepth": 3,
|
|
3976
|
+
"includeEdgeTemplates": [
|
|
3977
|
+
"asset-topology-associated",
|
|
3978
|
+
"asset-subnets-by-cidr",
|
|
3979
|
+
"asset-vulnerabilities-by-ip",
|
|
3980
|
+
"vuln-affected-asset",
|
|
3981
|
+
"vuln-in-group",
|
|
3982
|
+
"vuln-group-by-plugin",
|
|
3983
|
+
"subnet-zone-topology",
|
|
3984
|
+
"subnet-assets-by-cidr",
|
|
3985
|
+
"subnet-path-facts",
|
|
3986
|
+
"zone-subnets-by-name"
|
|
3987
|
+
],
|
|
3988
|
+
"tiers": [
|
|
3989
|
+
{
|
|
3990
|
+
"id": "topology",
|
|
3991
|
+
"label": "Topology",
|
|
3992
|
+
"objectTypes": [
|
|
3993
|
+
"assets",
|
|
3994
|
+
"subnets",
|
|
3995
|
+
"topology-zones"
|
|
3996
|
+
]
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"id": "vulnerabilities",
|
|
4000
|
+
"label": "Vulnerabilities",
|
|
4001
|
+
"objectTypes": [
|
|
4002
|
+
"vulnerabilities",
|
|
4003
|
+
"vulnerabilities-groups"
|
|
4004
|
+
]
|
|
4005
|
+
}
|
|
4006
|
+
],
|
|
4007
|
+
"nodes": [
|
|
4008
|
+
{
|
|
4009
|
+
"objectType": "assets",
|
|
4010
|
+
"tier": "topology"
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"objectType": "subnets",
|
|
4014
|
+
"tier": "topology"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"objectType": "topology-zones",
|
|
4018
|
+
"tier": "topology"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"objectType": "vulnerabilities-groups",
|
|
4022
|
+
"tier": "vulnerabilities"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"objectType": "vulnerabilities",
|
|
4026
|
+
"tier": "vulnerabilities"
|
|
4027
|
+
}
|
|
4028
|
+
],
|
|
4029
|
+
"directory": {
|
|
4030
|
+
"defaultObjectTypes": [
|
|
4031
|
+
"assets",
|
|
4032
|
+
"subnets",
|
|
4033
|
+
"topology-zones",
|
|
4034
|
+
"vulnerabilities",
|
|
4035
|
+
"vulnerabilities-groups"
|
|
4036
|
+
],
|
|
4037
|
+
"searchFields": [
|
|
4038
|
+
"title",
|
|
4039
|
+
"identifierKey"
|
|
4040
|
+
],
|
|
4041
|
+
"narrativeFiltersByObjectType": {
|
|
4042
|
+
"assets": [
|
|
4043
|
+
{
|
|
4044
|
+
"key": "has-vulnerabilities",
|
|
4045
|
+
"label": "Has vulnerabilities"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"key": "has-no-vulnerabilities",
|
|
4049
|
+
"label": "No vulnerabilities"
|
|
4050
|
+
},
|
|
4051
|
+
{
|
|
4052
|
+
"key": "is-triaged",
|
|
4053
|
+
"label": "Is triaged"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"key": "has-lateral-movement-risk",
|
|
4057
|
+
"label": "Lateral movement risk"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"key": "has-critical-predicted-impact",
|
|
4061
|
+
"label": "Critical predicted impact"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"key": "has-high-or-critical-exploitability",
|
|
4065
|
+
"label": "High or critical exploitability"
|
|
4066
|
+
}
|
|
4067
|
+
],
|
|
4068
|
+
"vulnerabilities": [
|
|
4069
|
+
{
|
|
4070
|
+
"key": "has-critical-severity",
|
|
4071
|
+
"label": "Critical severity"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"key": "has-high-severity",
|
|
4075
|
+
"label": "High severity"
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"key": "has-medium-severity",
|
|
4079
|
+
"label": "Medium severity"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"key": "has-breach-vector",
|
|
4083
|
+
"label": "Breach vector"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"vulnerabilities-groups": [
|
|
4087
|
+
{
|
|
4088
|
+
"key": "has-critical-severity",
|
|
4089
|
+
"label": "Critical severity"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"key": "has-high-severity",
|
|
4093
|
+
"label": "High severity"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"key": "has-medium-severity",
|
|
4097
|
+
"label": "Medium severity"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"key": "has-low-severity",
|
|
4101
|
+
"label": "Low severity"
|
|
4102
|
+
}
|
|
4103
|
+
],
|
|
4104
|
+
"subnets": [
|
|
4105
|
+
{
|
|
4106
|
+
"key": "has-assets",
|
|
4107
|
+
"label": "Has assets"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"key": "has-possible-paths",
|
|
4111
|
+
"label": "Has possible paths"
|
|
4112
|
+
}
|
|
4113
|
+
],
|
|
4114
|
+
"topology-zones": [
|
|
4115
|
+
{
|
|
4116
|
+
"key": "has-analysis",
|
|
4117
|
+
"label": "Has analysis"
|
|
4118
|
+
}
|
|
4119
|
+
]
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
"ui": {
|
|
4123
|
+
"icon": "network",
|
|
4124
|
+
"group": "network",
|
|
4125
|
+
"order": 10
|
|
4126
|
+
}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"catalogId": "memorix-graph-descriptors",
|
|
4131
|
+
"scope": {
|
|
4132
|
+
"domains": [
|
|
4133
|
+
"network",
|
|
4134
|
+
"vulnerabilities"
|
|
4135
|
+
],
|
|
4136
|
+
"agents": [
|
|
4137
|
+
"neo"
|
|
4138
|
+
]
|
|
4139
|
+
},
|
|
4140
|
+
"data": {
|
|
4141
|
+
"id": "vulnerability-asset-subnet-graph",
|
|
4142
|
+
"title": "Vulnerability → asset → subnet",
|
|
4143
|
+
"focusObjectType": "vulnerabilities",
|
|
4144
|
+
"maxDepth": 3,
|
|
4145
|
+
"includeEdgeTemplates": [
|
|
4146
|
+
"vuln-affected-asset",
|
|
4147
|
+
"asset-subnets-by-cidr",
|
|
4148
|
+
"asset-topology-associated",
|
|
4149
|
+
"subnet-zone-topology",
|
|
4150
|
+
"subnet-path-facts"
|
|
4151
|
+
],
|
|
4152
|
+
"tiers": [
|
|
4153
|
+
{
|
|
4154
|
+
"id": "vulnerabilities",
|
|
4155
|
+
"label": "Vulnerabilities",
|
|
4156
|
+
"objectTypes": [
|
|
4157
|
+
"vulnerabilities"
|
|
4158
|
+
]
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"id": "topology",
|
|
4162
|
+
"label": "Topology",
|
|
4163
|
+
"objectTypes": [
|
|
4164
|
+
"assets",
|
|
4165
|
+
"subnets",
|
|
4166
|
+
"topology-zones"
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4169
|
+
],
|
|
4170
|
+
"nodes": [
|
|
4171
|
+
{
|
|
4172
|
+
"objectType": "vulnerabilities",
|
|
4173
|
+
"tier": "vulnerabilities"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"objectType": "assets",
|
|
4177
|
+
"tier": "topology"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"objectType": "subnets",
|
|
4181
|
+
"tier": "topology"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"objectType": "topology-zones",
|
|
4185
|
+
"tier": "topology"
|
|
4186
|
+
}
|
|
4187
|
+
],
|
|
4188
|
+
"directory": {
|
|
4189
|
+
"defaultObjectTypes": [
|
|
4190
|
+
"vulnerabilities",
|
|
4191
|
+
"assets",
|
|
4192
|
+
"subnets"
|
|
4193
|
+
],
|
|
4194
|
+
"searchFields": [
|
|
4195
|
+
"title",
|
|
4196
|
+
"identifierKey"
|
|
4197
|
+
]
|
|
4198
|
+
},
|
|
4199
|
+
"ui": {
|
|
4200
|
+
"icon": "alert-triangle",
|
|
4201
|
+
"group": "network",
|
|
4202
|
+
"order": 20
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"catalogId": "memorix-graph-descriptors",
|
|
4208
|
+
"scope": {
|
|
4209
|
+
"domains": [
|
|
4210
|
+
"network",
|
|
4211
|
+
"vulnerabilities"
|
|
4212
|
+
],
|
|
4213
|
+
"agents": [
|
|
4214
|
+
"neo"
|
|
4215
|
+
]
|
|
4216
|
+
},
|
|
4217
|
+
"data": {
|
|
4218
|
+
"id": "asset-subnet-paths-graph",
|
|
4219
|
+
"title": "Asset → subnet → paths",
|
|
4220
|
+
"focusObjectType": "assets",
|
|
4221
|
+
"maxDepth": 3,
|
|
4222
|
+
"includeEdgeTemplates": [
|
|
4223
|
+
"asset-subnets-by-cidr",
|
|
4224
|
+
"asset-topology-associated",
|
|
4225
|
+
"subnet-zone-topology",
|
|
4226
|
+
"subnet-assets-by-cidr",
|
|
4227
|
+
"subnet-path-facts",
|
|
4228
|
+
"zone-subnets-by-name"
|
|
4229
|
+
],
|
|
4230
|
+
"tiers": [
|
|
4231
|
+
{
|
|
4232
|
+
"id": "topology",
|
|
4233
|
+
"label": "Topology",
|
|
4234
|
+
"objectTypes": [
|
|
4235
|
+
"assets",
|
|
4236
|
+
"subnets",
|
|
4237
|
+
"topology-zones"
|
|
4238
|
+
]
|
|
4239
|
+
}
|
|
4240
|
+
],
|
|
4241
|
+
"nodes": [
|
|
4242
|
+
{
|
|
4243
|
+
"objectType": "assets",
|
|
4244
|
+
"tier": "topology"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"objectType": "subnets",
|
|
4248
|
+
"tier": "topology"
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"objectType": "topology-zones",
|
|
4252
|
+
"tier": "topology"
|
|
4253
|
+
}
|
|
4254
|
+
],
|
|
4255
|
+
"directory": {
|
|
4256
|
+
"defaultObjectTypes": [
|
|
4257
|
+
"assets",
|
|
4258
|
+
"subnets",
|
|
4259
|
+
"topology-zones"
|
|
4260
|
+
],
|
|
4261
|
+
"searchFields": [
|
|
4262
|
+
"title",
|
|
4263
|
+
"identifierKey"
|
|
4264
|
+
],
|
|
4265
|
+
"narrativeFiltersByObjectType": {
|
|
4266
|
+
"subnets": [
|
|
4267
|
+
{
|
|
4268
|
+
"key": "has-assets",
|
|
4269
|
+
"label": "Has assets"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"key": "has-possible-paths",
|
|
4273
|
+
"label": "Has possible paths"
|
|
4274
|
+
}
|
|
4275
|
+
]
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
"ui": {
|
|
4279
|
+
"icon": "network",
|
|
4280
|
+
"group": "network",
|
|
4281
|
+
"order": 30
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"catalogId": "memorix-graph-descriptors",
|
|
4287
|
+
"scope": {
|
|
4288
|
+
"domains": [
|
|
4289
|
+
"network",
|
|
4290
|
+
"vulnerabilities"
|
|
4291
|
+
],
|
|
4292
|
+
"agents": [
|
|
4293
|
+
"neo"
|
|
4294
|
+
]
|
|
4295
|
+
},
|
|
4296
|
+
"data": {
|
|
4297
|
+
"id": "asset-vulnerability-group-graph",
|
|
4298
|
+
"title": "Asset → vulnerability → group",
|
|
4299
|
+
"focusObjectType": "assets",
|
|
4300
|
+
"maxDepth": 2,
|
|
4301
|
+
"includeEdgeTemplates": [
|
|
4302
|
+
"asset-vulnerabilities-by-ip",
|
|
4303
|
+
"vuln-affected-asset",
|
|
4304
|
+
"vuln-in-group",
|
|
4305
|
+
"vuln-group-by-plugin"
|
|
4306
|
+
],
|
|
4307
|
+
"tiers": [
|
|
4308
|
+
{
|
|
4309
|
+
"id": "topology",
|
|
4310
|
+
"label": "Assets",
|
|
4311
|
+
"objectTypes": [
|
|
4312
|
+
"assets"
|
|
4313
|
+
]
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"id": "vulnerabilities",
|
|
4317
|
+
"label": "Vulnerabilities",
|
|
4318
|
+
"objectTypes": [
|
|
4319
|
+
"vulnerabilities",
|
|
4320
|
+
"vulnerabilities-groups"
|
|
4321
|
+
]
|
|
4322
|
+
}
|
|
4323
|
+
],
|
|
4324
|
+
"nodes": [
|
|
4325
|
+
{
|
|
4326
|
+
"objectType": "assets",
|
|
4327
|
+
"tier": "topology"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"objectType": "vulnerabilities",
|
|
4331
|
+
"tier": "vulnerabilities"
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"objectType": "vulnerabilities-groups",
|
|
4335
|
+
"tier": "vulnerabilities"
|
|
4336
|
+
}
|
|
4337
|
+
],
|
|
4338
|
+
"directory": {
|
|
4339
|
+
"defaultObjectTypes": [
|
|
4340
|
+
"assets",
|
|
4341
|
+
"vulnerabilities",
|
|
4342
|
+
"vulnerabilities-groups"
|
|
4343
|
+
],
|
|
4344
|
+
"searchFields": [
|
|
4345
|
+
"title",
|
|
4346
|
+
"identifierKey"
|
|
4347
|
+
]
|
|
4348
|
+
},
|
|
4349
|
+
"ui": {
|
|
4350
|
+
"icon": "bug",
|
|
4351
|
+
"group": "network",
|
|
4352
|
+
"order": 40
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
3216
4356
|
{
|
|
3217
4357
|
"catalogId": "lists",
|
|
3218
4358
|
"scope": {
|
|
@@ -3480,6 +4620,8 @@
|
|
|
3480
4620
|
},
|
|
3481
4621
|
"filters": [],
|
|
3482
4622
|
"fields": [
|
|
4623
|
+
"ipAddress",
|
|
4624
|
+
"hostName",
|
|
3483
4625
|
"decisionOverviewSummary",
|
|
3484
4626
|
"decisionOverviewDetailedAnalysis",
|
|
3485
4627
|
"decisionLabel",
|
|
@@ -3490,6 +4632,8 @@
|
|
|
3490
4632
|
"extensions": [],
|
|
3491
4633
|
"includeRelations": [],
|
|
3492
4634
|
"allowedSorts": [
|
|
4635
|
+
"ipAddress",
|
|
4636
|
+
"hostName",
|
|
3493
4637
|
"decisionRiskScore",
|
|
3494
4638
|
"decisionUrgencyScore",
|
|
3495
4639
|
"decisionStatus",
|
|
@@ -3525,21 +4669,29 @@
|
|
|
3525
4669
|
},
|
|
3526
4670
|
"filters": [],
|
|
3527
4671
|
"fields": [
|
|
4672
|
+
"ipAddress",
|
|
4673
|
+
"hostName",
|
|
4674
|
+
"potentialImpactLevel",
|
|
4675
|
+
"potentialImpactConfidence",
|
|
4676
|
+
"impactDecisionLabel",
|
|
4677
|
+
"impactDecisionStatus",
|
|
4678
|
+
"impactDecisionRiskScore",
|
|
4679
|
+
"impactDecisionUrgencyScore",
|
|
3528
4680
|
"decisionOverviewSummary",
|
|
3529
|
-
"decisionOverviewDetailedAnalysis"
|
|
3530
|
-
"decisionLabel",
|
|
3531
|
-
"decisionStatus",
|
|
3532
|
-
"decisionRiskScore"
|
|
4681
|
+
"decisionOverviewDetailedAnalysis"
|
|
3533
4682
|
],
|
|
3534
4683
|
"extensions": [],
|
|
3535
4684
|
"includeRelations": [],
|
|
3536
4685
|
"allowedSorts": [
|
|
3537
|
-
"
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
4686
|
+
"ipAddress",
|
|
4687
|
+
"hostName",
|
|
4688
|
+
"impactDecisionRiskScore",
|
|
4689
|
+
"impactDecisionStatus",
|
|
4690
|
+
"impactDecisionLabel",
|
|
4691
|
+
"potentialImpactLevel"
|
|
3540
4692
|
],
|
|
3541
4693
|
"defaultSort": {
|
|
3542
|
-
"property": "
|
|
4694
|
+
"property": "impactDecisionRiskScore",
|
|
3543
4695
|
"direction": "desc"
|
|
3544
4696
|
},
|
|
3545
4697
|
"allowSortDrivenLeadingOverride": false
|