Skip to content

Commit 386530d

Browse files
committed
new: [ddos-claim] new object added describing DDoS claim (a discussed st
FIRST2024
1 parent 8bd09aa commit 386530d

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

objects/ddos-claim/definition.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"attributes": {
3+
"claim-validity": {
4+
"description": "Validity of the claim. Valid means the target confirmed the detection of DDoS activities.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"sane_default": [
8+
"Unknown",
9+
"Valid",
10+
"Invalid"
11+
],
12+
"ui-priority": 0
13+
},
14+
"proof": {
15+
"description": "Proof of the claim in text format.",
16+
"disable_correlation": true,
17+
"misp-attribute": "text",
18+
"multiple": true,
19+
"ui-priority": 0
20+
},
21+
"proof-screenshot": {
22+
"description": "Proof of the screenshot.",
23+
"misp-attribute": "attachment",
24+
"multiple": true,
25+
"ui-priority": 0
26+
},
27+
"reference": {
28+
"description": "Reference to the DDoS claim.",
29+
"disable_correlation": true,
30+
"misp-attribute": "link",
31+
"multiple": true,
32+
"ui-priority": 0
33+
},
34+
"target": {
35+
"description": "Target of the DDoS claim.",
36+
"disable_correlation": true,
37+
"misp-attribute": "text",
38+
"ui-priority": 0
39+
}
40+
},
41+
"description": "DDoS-claim object describes a current claim of DDoS activity.",
42+
"meta-category": "network",
43+
"name": "ddos-claim",
44+
"requiredOneOf": [
45+
"target",
46+
"proof",
47+
"reference"
48+
],
49+
"uuid": "2722ac76-1f1f-43b7-bc68-ba5465ec5c04",
50+
"version": 1
51+
}

0 commit comments

Comments
 (0)