2020-05-26 11:06:27 +00:00
|
|
|
title: Suspicious File Characteristics Due to Missing Fields
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 9637e8a5-7131-4f7f-bdc7-2b05d8670c43
|
2020-05-26 10:58:15 +00:00
|
|
|
description: Detects Executables in the Downloads folder without FileVersion,Description,Product,Company likely created with py2exe
|
2018-11-22 14:35:20 +00:00
|
|
|
status: experimental
|
|
|
|
references:
|
|
|
|
- https://securelist.com/muddywater/88059/
|
|
|
|
- https://www.virustotal.com/#/file/276a765a10f98cda1a38d3a31e7483585ca3722ecad19d784441293acf1b7beb/detection
|
2020-05-26 10:58:15 +00:00
|
|
|
author: Markus Neis, Sander Wiebing
|
2018-11-22 14:35:20 +00:00
|
|
|
date: 2018/11/22
|
2020-05-26 10:58:15 +00:00
|
|
|
modified: 2020/05/26
|
2018-11-22 14:35:20 +00:00
|
|
|
tags:
|
2019-03-05 23:02:37 +00:00
|
|
|
- attack.execution
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.006
|
2020-08-30 16:17:38 +00:00
|
|
|
- attack.defense_evasion # an old one
|
|
|
|
- attack.t1064 # an old one
|
2018-11-22 14:35:20 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2020-05-23 14:07:55 +00:00
|
|
|
category: process_creation
|
2018-11-22 14:35:20 +00:00
|
|
|
detection:
|
|
|
|
selection1:
|
|
|
|
Description: '\?'
|
|
|
|
FileVersion: '\?'
|
|
|
|
selection2:
|
|
|
|
Description: '\?'
|
|
|
|
Product: '\?'
|
|
|
|
selection3:
|
|
|
|
Description: '\?'
|
2020-01-30 16:26:09 +00:00
|
|
|
Company: '\?'
|
2020-05-26 10:58:15 +00:00
|
|
|
folder:
|
|
|
|
Image: '*\Downloads\\*'
|
|
|
|
condition: (selection1 or selection2 or selection3) and folder
|
2018-11-22 14:35:20 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2019-11-09 22:24:31 +00:00
|
|
|
level: medium
|