Multiple fields for port, ip-src,dst-port following feedback from CONCORDIA

Multiple fields for port, ip-src,dst-port following feedback from CONCORDIA
pull/316/head
Alexandre Dulaunoy 2021-05-27 16:19:12 +02:00 committed by GitHub
parent 844d202844
commit a31f7d0f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -16,7 +16,8 @@
], ],
"description": "Destination port of the attack", "description": "Destination port of the attack",
"misp-attribute": "port", "misp-attribute": "port",
"ui-priority": 0 "ui-priority": 0,
"multiple": true
}, },
"first-seen": { "first-seen": {
"description": "Beginning of the attack", "description": "Beginning of the attack",
@ -40,7 +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 "ui-priority": 1,
"multiple": true
}, },
"last-seen": { "last-seen": {
"description": "End of the attack", "description": "End of the attack",
@ -66,7 +68,8 @@
], ],
"description": "Port originating the attack", "description": "Port originating the attack",
"misp-attribute": "port", "misp-attribute": "port",
"ui-priority": 0 "ui-priority": 0,
"multiple": true
}, },
"text": { "text": {
"description": "Description of the DDoS", "description": "Description of the DDoS",
@ -94,5 +97,5 @@
"domain-dst" "domain-dst"
], ],
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d", "uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
"version": 6 "version": 7
} }