chg: [ddos] fix newline

pull/316/head
Alexandre Dulaunoy 2021-05-27 16:25:52 +02:00
parent a31f7d0f26
commit 212e410258
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 7 deletions

View File

@ -16,8 +16,8 @@
], ],
"description": "Destination port of the attack", "description": "Destination port of the attack",
"misp-attribute": "port", "misp-attribute": "port",
"ui-priority": 0, "multiple": true,
"multiple": true "ui-priority": 0
}, },
"first-seen": { "first-seen": {
"description": "Beginning of the attack", "description": "Beginning of the attack",
@ -41,8 +41,8 @@
], ],
"description": "IP address originating the attack", "description": "IP address originating the attack",
"misp-attribute": "ip-src", "misp-attribute": "ip-src",
"ui-priority": 1, "multiple": true,
"multiple": true "ui-priority": 1
}, },
"last-seen": { "last-seen": {
"description": "End of the attack", "description": "End of the attack",
@ -68,8 +68,8 @@
], ],
"description": "Port originating the attack", "description": "Port originating the attack",
"misp-attribute": "port", "misp-attribute": "port",
"ui-priority": 0, "multiple": true,
"multiple": true "ui-priority": 0
}, },
"text": { "text": {
"description": "Description of the DDoS", "description": "Description of the DDoS",
@ -98,4 +98,4 @@
], ],
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d", "uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
"version": 7 "version": 7
} }