2019-06-26 13:57:25 +00:00
title : Suspicious Double Extension
2019-11-12 22:12:27 +00:00
id : 1cdd9a09-06c9-4769-99ff-626e2b3991b8
2020-06-16 20:46:08 +00:00
description : Detects suspicious use of an .exe extension after a non-executable file extension like .pdf.exe, a set of spaces or underlines to cloak the executable file in spear phishing campaigns
2019-06-26 13:57:25 +00:00
references :
- https://blu3-team.blogspot.com/2019/06/misleading-extensions-xlsexe-docexe.html
- https://twitter.com/blackorbird/status/1140519090961825792
author : Florian Roth (rule), @blu3_team (idea)
date : 2019 /06/26
tags :
- attack.initial_access
2020-06-16 20:46:08 +00:00
- attack.t1566.001
2020-08-30 16:17:38 +00:00
- attack.t1193 # an old one
2019-06-26 13:57:25 +00:00
logsource :
category : process_creation
product : windows
detection :
2019-06-26 15:03:01 +00:00
selection :
2020-06-16 20:46:08 +00:00
Image :
2019-06-26 15:03:01 +00:00
- '*.doc.exe'
- '*.docx.exe'
- '*.xls.exe'
- '*.xlsx.exe'
- '*.ppt.exe'
- '*.pptx.exe'
- '*.rtf.exe'
- '*.pdf.exe'
- '*.txt.exe'
- '* .exe'
- '*______.exe'
condition : selection
2020-06-16 20:46:08 +00:00
falsepositives :
2019-06-26 13:57:25 +00:00
- Unknown
level : critical