diff options
Diffstat (limited to 'lualib/lua_scanners/oletools.lua')
-rw-r--r-- | lualib/lua_scanners/oletools.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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' |