40 lines
998 B
YAML
40 lines
998 B
YAML
|
|
title: Suspicious Double Extension
|
|
author: Florian Roth (rule), @blu3_team (idea)
|
|
date: 2019/06/26
|
|
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
|
|
detection:
|
|
SELECTION_1:
|
|
EventID: 1
|
|
SELECTION_2:
|
|
Image:
|
|
- '*.doc.exe'
|
|
- '*.docx.exe'
|
|
- '*.xls.exe'
|
|
- '*.xlsx.exe'
|
|
- '*.ppt.exe'
|
|
- '*.pptx.exe'
|
|
- '*.rtf.exe'
|
|
- '*.pdf.exe'
|
|
- '*.txt.exe'
|
|
- '* .exe'
|
|
- '*______.exe'
|
|
condition: (SELECTION_1 and SELECTION_2)
|
|
falsepositives:
|
|
- Unknown
|
|
id: 1cdd9a09-06c9-4769-99ff-626e2b3991b8
|
|
level: critical
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
references:
|
|
- https://blu3-team.blogspot.com/2019/06/misleading-extensions-xlsexe-docexe.html
|
|
- https://twitter.com/blackorbird/status/1140519090961825792
|
|
status: experimental
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1566.001
|
|
- attack.t1193
|