-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
54 lines (54 loc) · 1.4 KB
/
definition.json
File metadata and controls
54 lines (54 loc) · 1.4 KB
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
{
"attributes": {
"feedback-requested": {
"description": "User has requested feedback",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"feedback-sent": {
"description": "Feedback has been sent to user",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"feedback-time": {
"description": "Timestamp of the feedback",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"privacy": {
"description": "User has requested privacy",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"report-status": {
"categories": [
"External analysis"
],
"description": "Result of the Spambee analysis for the submitted email",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"report-uid": {
"categories": [
"Internal reference"
],
"description": "Internal reference to the Spambee report",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "A Spambee analysis report",
"meta-category": "network",
"name": "spambee-report",
"requiredOneOf": [
"report-uid"
],
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
"version": 3
}