Files
hayabusa/rules/sigma/process_creation/win_susp_desktopimgdownldr.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

43 lines
1.1 KiB
YAML

title: Suspicious Desktopimgdownldr Command
ruletype: Sigma
author: Florian Roth
date: 2020/07/03
description: Detects a suspicious Microsoft desktopimgdownldr execution with parameters
used to download files from the Internet
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
CommandLine: '* /lockscreenurl:*'
SELECTION_3:
CommandLine:
- '*.jpg*'
- '*.jpeg*'
- '*.png*'
SELECTION_4:
CommandLine: '*reg delete*'
SELECTION_5:
CommandLine: '*\PersonalizationCSP*'
condition: (SELECTION_1 and ((SELECTION_2 and not (SELECTION_3)) or (SELECTION_4
and SELECTION_5)))
falsepositives:
- False positives depend on scripts and administrative tools used in the monitored
environment
fields:
- CommandLine
- ParentCommandLine
id: bb58aa4a-b80b-415a-a2c0-2f65a4c81009
level: high
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://labs.sentinelone.com/living-off-windows-land-a-new-native-file-downldr/
- https://twitter.com/SBousseaden/status/1278977301745741825
status: test
tags:
- attack.command_and_control
- attack.t1105