From 1fe3e79a0563f6895d2b27541eef205dfc541a57 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 28 Feb 2018 17:47:02 +0100 Subject: [PATCH] fix: add missing destination and source port --- objects/cowrie/definition.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/objects/cowrie/definition.json b/objects/cowrie/definition.json index 6f8501f..609cdee 100644 --- a/objects/cowrie/definition.json +++ b/objects/cowrie/definition.json @@ -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,