1+ {
2+ "attributes" : {
3+ "case-owner-org-name" : {
4+ "description" : " Name of the organisation that created the case." ,
5+ "disable_correlation" : true ,
6+ "misp-attribute" : " text" ,
7+ "ui-priority" : 0
8+ },
9+ "case-owner-org-uuid" : {
10+ "description" : " UUID of the organisation that created the case." ,
11+ "disable_correlation" : true ,
12+ "misp-attribute" : " text" ,
13+ "ui-priority" : 0
14+ },
15+ "case-uuid" : {
16+ "description" : " UUID of the case" ,
17+ "disable_correlation" : true ,
18+ "misp-attribute" : " text" ,
19+ "ui-priority" : 1
20+ },
21+ "creation-date" : {
22+ "description" : " Creation date of the case" ,
23+ "disable_correlation" : true ,
24+ "misp-attribute" : " datetime" ,
25+ "ui-priority" : 0
26+ },
27+ "deadline" : {
28+ "description" : " Deadline of the case" ,
29+ "disable_correlation" : true ,
30+ "misp-attribute" : " datetime" ,
31+ "ui-priority" : 0
32+ },
33+ "description" : {
34+ "description" : " A description of the case" ,
35+ "disable_correlation" : true ,
36+ "misp-attribute" : " text" ,
37+ "ui-priority" : 0
38+ },
39+ "finish-date" : {
40+ "description" : " Finish date of the case" ,
41+ "disable_correlation" : true ,
42+ "misp-attribute" : " datetime" ,
43+ "ui-priority" : 0
44+ },
45+ "origin-url" : {
46+ "description" : " Origin of the case" ,
47+ "disable_correlation" : true ,
48+ "misp-attribute" : " url" ,
49+ "ui-priority" : 1
50+ },
51+ "recurring-type" : {
52+ "description" : " Recurring type" ,
53+ "disable_correlation" : true ,
54+ "misp-attribute" : " text" ,
55+ "sane_default" : [
56+ " once" ,
57+ " weekly" ,
58+ " daily" ,
59+ " monthly"
60+ ],
61+ "ui-priority" : 0
62+ },
63+ "status" : {
64+ "description" : " Status of the case" ,
65+ "disable_correlation" : true ,
66+ "misp-attribute" : " text" ,
67+ "sane_default" : [
68+ " created" ,
69+ " ongoing" ,
70+ " recurring" ,
71+ " unavailable" ,
72+ " rejected" ,
73+ " finished"
74+ ],
75+ "ui-priority" : 0
76+ },
77+ "title" : {
78+ "description" : " Title of the case" ,
79+ "disable_correlation" : true ,
80+ "misp-attribute" : " text" ,
81+ "ui-priority" : 1
82+ }
83+ },
84+ "description" : " A case as defined by flowintel-cm." ,
85+ "meta-category" : " misc" ,
86+ "name" : " flowintel-cm-case" ,
87+ "uuid" : " 19df57c7-b315-4fd2-84e5-d81ab221425e" ,
88+ "version" : 1
89+ }
0 commit comments