mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
34 lines
878 B
YAML
34 lines
878 B
YAML
title: Suspicious File Characteristics due to Missing Fields
|
|
description: Detects Executables without FileVersion,Description,Product,Company likely created with py2exe
|
|
status: experimental
|
|
references:
|
|
- https://securelist.com/muddywater/88059/
|
|
- https://www.virustotal.com/#/file/276a765a10f98cda1a38d3a31e7483585ca3722ecad19d784441293acf1b7beb/detection
|
|
author: Markus Neis
|
|
date: 2018/11/22
|
|
modified: 2019/11/09
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.execution
|
|
- attack.t1064
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection1:
|
|
Description: '\?'
|
|
FileVersion: '\?'
|
|
selection2:
|
|
Description: '\?'
|
|
Product: '\?'
|
|
selection3:
|
|
Description: '\?'
|
|
Company: '\?'
|
|
condition: 1 of them
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|