2020-07-03 07:45:48 +00:00
|
|
|
title: Suspicious Desktopimgdownldr Command
|
|
|
|
id: bb58aa4a-b80b-415a-a2c0-2f65a4c81009
|
|
|
|
status: experimental
|
|
|
|
description: Detects a suspicious Microsoft desktopimgdownldr execution with parameters used to download files from the Internet
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2020/07/03
|
2020-08-30 16:17:38 +00:00
|
|
|
modified: 2020/08/30
|
2020-07-03 07:45:48 +00:00
|
|
|
references:
|
|
|
|
- https://labs.sentinelone.com/living-off-windows-land-a-new-native-file-downldr/
|
2020-07-03 11:19:44 +00:00
|
|
|
- https://twitter.com/SBousseaden/status/1278977301745741825
|
2020-07-03 07:45:48 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
tags:
|
2020-08-30 16:17:38 +00:00
|
|
|
- attack.command_and_control
|
2020-07-03 07:45:48 +00:00
|
|
|
- attack.t1105
|
|
|
|
detection:
|
|
|
|
selection1:
|
|
|
|
CommandLine|contains: ' /lockscreenurl:'
|
2020-07-03 07:54:10 +00:00
|
|
|
selection1_filter:
|
2020-07-03 07:45:48 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- '.jpg'
|
|
|
|
- '.jpeg'
|
|
|
|
- '.png'
|
|
|
|
selection_reg:
|
|
|
|
CommandLine|contains|all:
|
|
|
|
- 'reg delete'
|
|
|
|
- '\PersonalizationCSP'
|
2020-07-03 07:54:10 +00:00
|
|
|
condition: ( selection1 and not selection1_filter ) or selection_reg
|
2020-07-03 07:45:48 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
|
|
level: high
|