Skip to content

Commit 510325c

Browse files
authored
Merge pull request #473 from MISP/th3r3d-main
chg: [device] Add a `perspective` to the device (Adversary, Victim) t…
2 parents bdcc375 + 9fcb16d commit 510325c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

objects/device/definition.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,17 @@
342342
"misp-attribute": "text",
343343
"ui-priority": 101
344344
},
345+
"perspective": {
346+
"description": "Perspective of the device",
347+
"disable_correlation": true,
348+
"misp-attribute": "text",
349+
"sane_default": [
350+
"Victim",
351+
"Adversary",
352+
"Unknown"
353+
],
354+
"ui-priority": 0
355+
},
345356
"status": {
346357
"description": "Status of the device",
347358
"disable_correlation": true,
@@ -369,5 +380,5 @@
369380
"alias"
370381
],
371382
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
372-
"version": 9
383+
"version": 10
373384
}

0 commit comments

Comments
 (0)