mirror of https://github.com/MISP/misp-objects
Multiple fields for port, ip-src,dst-port following feedback from CONCORDIA
Multiple fields for port, ip-src,dst-port following feedback from CONCORDIApull/316/head
parent
844d202844
commit
a31f7d0f26
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue