forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
64 lines (64 loc) · 1.52 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
64
{
"attributes": {
"classification": {
"description": "Classification of the RTIR ticket",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"constituency": {
"description": "Constituency of the RTIR ticket",
"misp-attribute": "text",
"ui-priority": 0
},
"ip": {
"description": "IPs automatically extracted from the RTIR ticket",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 0
},
"queue": {
"description": "Queue of the RTIR ticket",
"misp-attribute": "text",
"sane_default": [
"incident",
"investigations",
"blocks",
"incident reports"
],
"ui-priority": 0
},
"status": {
"description": "Status of the RTIR ticket",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"new",
"open",
"stalled",
"resolved",
"rejected",
"deleted"
],
"ui-priority": 0
},
"subject": {
"description": "Subject of the RTIR ticket",
"misp-attribute": "text",
"ui-priority": 0
},
"ticket-number": {
"description": "ticket-number of the RTIR ticket",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "RTIR - Request Tracker for Incident Response",
"meta-category": "misc",
"name": "rtir",
"requiredOneOf": [
"ticket-number"
],
"uuid": "7534ee19-0a1f-4f46-a197-e6e73e457943",
"version": 2
}