From 516d5ac6681e05e350583825e2156d898df81534 Mon Sep 17 00:00:00 2001 From: akshayjain-1 <135832006+akshayjain-1@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:54:12 -0500 Subject: [PATCH] Update definition.json Changed the file hash attribute type to sha256 from text --- objects/crowdstrike-report/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/crowdstrike-report/definition.json b/objects/crowdstrike-report/definition.json index 9a2aaa0..bbb23ba 100644 --- a/objects/crowdstrike-report/definition.json +++ b/objects/crowdstrike-report/definition.json @@ -36,7 +36,7 @@ }, "file-hash": { "description": "Unique file hash", - "misp-attribute": "text", + "misp-attribute": "sha256", "ui-priority": 1 }, "ip": {