-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
51 lines (51 loc) · 1.35 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
{
"attributes": {
"claim-validity": {
"description": "Validity of the claim. Valid means, a trusted entity having the technical capabilities to perform analysis confirmed the detection of DDoS activities.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Unknown",
"Valid",
"Invalid"
],
"ui-priority": 0
},
"proof": {
"description": "The claim in text format.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"proof-screenshot": {
"description": "Screenshot of the claim.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 0
},
"reference": {
"description": "Reference to the DDoS claim.",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"target": {
"description": "Target of the DDoS claim.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "DDoS-claim object describes a current claim of DDoS activity.",
"meta-category": "network",
"name": "ddos-claim",
"requiredOneOf": [
"target",
"proof",
"reference"
],
"uuid": "2722ac76-1f1f-43b7-bc68-ba5465ec5c04",
"version": 2
}