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+ "to_ids" : false ,
50+ "ui-priority" : 1
51+ },
52+ "recurring-type" : {
53+ "description" : " Recurring type" ,
54+ "disable_correlation" : true ,
55+ "misp-attribute" : " text" ,
56+ "sane_default" : [
57+ " once" ,
58+ " weekly" ,
59+ " daily" ,
60+ " monthly"
61+ ],
62+ "ui-priority" : 0
63+ },
64+ "status" : {
65+ "description" : " Status of the case" ,
66+ "disable_correlation" : true ,
67+ "misp-attribute" : " text" ,
68+ "sane_default" : [
69+ " created" ,
70+ " ongoing" ,
71+ " recurring" ,
72+ " unavailable" ,
73+ " rejected" ,
74+ " finished"
75+ ],
76+ "ui-priority" : 0
77+ },
78+ "title" : {
79+ "description" : " Title of the case" ,
80+ "disable_correlation" : true ,
81+ "misp-attribute" : " text" ,
82+ "ui-priority" : 1
83+ }
84+ },
85+ "description" : " A case as defined by flowintel-cm." ,
86+ "meta-category" : " misc" ,
87+ "name" : " flowintel-cm-case" ,
88+ "uuid" : " 19df57c7-b315-4fd2-84e5-d81ab221425e" ,
89+ "version" : 2
90+ }
0 commit comments