From 81a8474cdcd2faf62b82d2d968395f0f230eac2c Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Wed, 27 Mar 2019 12:08:37 +0100 Subject: [PATCH] [Minor] Fix oletools typo --- lualib/lua_scanners/oletools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_scanners/oletools.lua b/lualib/lua_scanners/oletools.lua index 577b79863..a17840305 100644 --- a/lualib/lua_scanners/oletools.lua +++ b/lualib/lua_scanners/oletools.lua @@ -173,7 +173,7 @@ local function oletools_check(task, content, digest, rule) m_suspicious = 'S' table.insert(analysis_keyword_table, a.keyword) end - elseif a.type == 'IOCs' then + elseif a.type == 'IOC' then m_iocs = 'I' elseif a.type == 'Hex strings' then m_hex = 'H' -- 2.39.5