fix: add missing destination and source port

pull/85/head
Alexandre Dulaunoy 2018-02-28 17:47:02 +01:00
parent 2f433a5e5c
commit 1fe3e79a05
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 1 deletions

View File

@ -61,11 +61,23 @@
"misp-attribute": "ip-src"
},
"dst_ip": {
"description": "Destionation IP address of the session",
"description": "Destination IP address of the session",
"ui-priority": 1,
"misp-attribute": "ip-dst",
"disable_correlation": true
},
"src_port": {
"description": "Source port of the session",
"ui-priority": 1,
"misp-attribute": "port",
"disable_correlation": true
},
"dst_port": {
"description": "Destination port of the session",
"ui-priority": 1,
"misp-attribute": "port",
"disable_correlation": true
},
"isError": {
"description": "isError",
"ui-priority": 1,