From 12be36536c38487fe9c335c0dd09c413e5d4b90c Mon Sep 17 00:00:00 2001 From: David Cruciani Date: Thu, 26 Mar 2026 15:06:08 +0100 Subject: [PATCH 1/2] chg: [credential] use-at --- objects/credential/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/credential/definition.json b/objects/credential/definition.json index fe6685ce..fdf5c69b 100644 --- a/objects/credential/definition.json +++ b/objects/credential/definition.json @@ -66,6 +66,13 @@ "description": "Username related to the password(s)", "misp-attribute": "text", "ui-priority": 1 + }, + "use-at": { + "description": "The link identifying where the credential is used.", + "disable_correlation": true, + "multiple": true, + "misp-attribute": "link", + "ui-priority": 0 } }, "description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).", @@ -76,5 +83,5 @@ "username" ], "uuid": "a27e98c9-9b0e-414c-8076-d201e039ca09", - "version": 4 + "version": 5 } \ No newline at end of file From a91b6192a57914dda421b41b18b8a4a096d4e328 Mon Sep 17 00:00:00 2001 From: David Cruciani Date: Thu, 26 Mar 2026 15:08:42 +0100 Subject: [PATCH 2/2] fix: [credential] validate all --- objects/credential/definition.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/objects/credential/definition.json b/objects/credential/definition.json index fdf5c69b..5cc04731 100644 --- a/objects/credential/definition.json +++ b/objects/credential/definition.json @@ -62,17 +62,17 @@ "unknown" ] }, - "username": { - "description": "Username related to the password(s)", - "misp-attribute": "text", - "ui-priority": 1 - }, "use-at": { "description": "The link identifying where the credential is used.", "disable_correlation": true, - "multiple": true, "misp-attribute": "link", + "multiple": true, "ui-priority": 0 + }, + "username": { + "description": "Username related to the password(s)", + "misp-attribute": "text", + "ui-priority": 1 } }, "description": "Credential describes one or more credential(s) including password(s), api key(s) or decryption key(s).",