mirror of https://github.com/MISP/misp-objects
Merge pull request #413 from DavidCruciani/main
Add case-uuid to flowintel-task objectpull/416/head
commit
b99e7c86a3
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"case-uuid": {
|
||||||
|
"description": "UUID of the parent case",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 2
|
||||||
|
},
|
||||||
"creation-date": {
|
"creation-date": {
|
||||||
"description": "Creation date of the task",
|
"description": "Creation date of the task",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -82,5 +88,5 @@
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "flowintel-cm-task",
|
"name": "flowintel-cm-task",
|
||||||
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
|
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue