SigmaHQ/rules/windows/file_event/win_susp_desktopimgdownldr_file.yml

34 lines
1.1 KiB
YAML
Raw Normal View History

2020-07-03 07:54:10 +00:00
title: Suspicious Desktopimgdownldr Target File
2020-07-03 07:45:48 +00:00
id: fc4f4817-0c53-4683-a4ee-b17a64bc1039
status: experimental
2020-07-03 07:54:10 +00:00
description: Detects a suspicious Microsoft desktopimgdownldr file creation that stores a file to a suspicious location or contains a file with a suspicious extension
2020-07-03 07:45:48 +00:00
author: Florian Roth
date: 2020/07/03
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:
product: windows
category: file_event
tags:
- attack.defense_evasion
- attack.t1105
detection:
2020-07-03 07:54:10 +00:00
selection:
Image|endswith: svchost.exe
TargetFilename|contains: '\Personalization\LockScreenImage\'
filter1:
TargetFilename|contains: 'C:\Windows\'
filter2:
TargetFilename|contains:
- '.jpg'
- '.jpeg'
- '.png'
condition: selection and not filter1 and not filter2
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