mirror of https://github.com/MISP/misp-objects
chg: [ddos] The minimum amount of backscatter received in 5 minutes /
day added in the object as backscatter-threshold.pull/347/head
parent
ae2814bb99
commit
e0d30596f6
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"backscatter-threshold": {
|
||||||
|
"description": "The minimum amount of backscatter received in 5 minutes / day. This field is only used when the capture origin is indirect network capture such as backscatter.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "counter",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"capture-origin": {
|
"capture-origin": {
|
||||||
"description": "Origin of the (D)DoS evidences",
|
"description": "Origin of the (D)DoS evidences",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -153,5 +159,5 @@
|
||||||
"domain-dst"
|
"domain-dst"
|
||||||
],
|
],
|
||||||
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
||||||
"version": 8
|
"version": 9
|
||||||
}
|
}
|
Loading…
Reference in New Issue