forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
definition.json
63 lines (63 loc) · 1.48 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"requiredOneOf": [
"ticket-number"
],
"attributes": {
"classification": {
"description": "Classification of the RTIR ticket",
"ui-priority": 1,
"misp-attribute": "text",
"multiple": true
},
"ip": {
"description": "IPs automatically extracted from the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "ip-dst",
"multiple": true
},
"constituency": {
"description": "Constituency of the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "text"
},
"queue": {
"description": "Queue of the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "text",
"sane_default": [
"incident",
"investigations",
"blocks",
"incident reports"
]
},
"subject": {
"description": "Subject of the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "text"
},
"status": {
"description": "Status of the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "text",
"sane_default": [
"new",
"open",
"stalled",
"resolved",
"rejected",
"deleted"
]
},
"ticket-number": {
"description": "ticket-number of the RTIR ticket",
"ui-priority": 0,
"misp-attribute": "text"
}
},
"version": 1,
"description": "RTIR - Request Tracker for Incident Response",
"meta-category": "misc",
"uuid": "7534ee19-0a1f-4f46-a197-e6e73e457943",
"name": "rtir"
}