From fa397128bf32d70f614476b0cc709e2b133b7251 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Tue, 26 Oct 2021 11:50:23 +0200 Subject: [PATCH] chg: [passive-ssh] change fingerprint type --- objects/passive-ssh/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/passive-ssh/definition.json b/objects/passive-ssh/definition.json index 1cf9bbd..5239d29 100644 --- a/objects/passive-ssh/definition.json +++ b/objects/passive-ssh/definition.json @@ -10,7 +10,7 @@ "fingerprint": { "description": "Fingerprint of the SSH key", "disable_correlation": true, - "misp-attribute": "text", + "misp-attribute": "ssh-fingerprint", "multiple": true, "ui-priority": 1 }, @@ -47,4 +47,4 @@ ], "uuid": "ec350cdf-2311-4df5-972a-a4342a2c0065", "version": 1 -} \ No newline at end of file +}