From f3eaa4f7a5099d593ec22d379d6436d5f8de56b9 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Fri, 1 Dec 2023 11:40:22 +0100 Subject: [PATCH] clsid: added CLSID for ZED! encrypted containers (issue #834) --- oletools/common/clsid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oletools/common/clsid.py b/oletools/common/clsid.py index 7084ef2c..4e742c97 100644 --- a/oletools/common/clsid.py +++ b/oletools/common/clsid.py @@ -68,6 +68,7 @@ '00000309-0000-0000-C000-000000000046': 'Composite Moniker (may trigger CVE-2017-8570)', '0000031A-0000-0000-C000-000000000046': 'Class Moniker', '00000535-0000-0010-8000-00AA006D2EA4': 'ADODB.RecordSet (may trigger CVE-2015-0097)', + '00000FE0-8804-4CA8-8868-36F59DEFD14D': 'ZED! encrypted container', '0002034C-0000-0000-C000-000000000046': 'OutlookAttachMoniker', '0002034E-0000-0000-C000-000000000046': 'OutlookMessageMoniker', '00020810-0000-0000-C000-000000000046': 'Microsoft Excel.Sheet.5',