mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
23 lines
854 B
YAML
23 lines
854 B
YAML
title: Sysinternals SDelete Registry Keys
|
|
id: 9841b233-8df8-4ad7-9133-b0b4402a9014
|
|
description: A General detection to trigger for the creation or modification of .*\Software\Sysinternals\SDelete registry keys. Indicators of the use of Sysinternals SDelete tool.
|
|
status: experimental
|
|
date: 2020/05/02
|
|
modified: 2021/05/12
|
|
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1070.004
|
|
references:
|
|
- https://github.com/OTRF/detection-hackathon-apt29/issues/9
|
|
- https://threathunterplaybook.com/evals/apt29/detections/4.B.2_59A9AC92-124D-4C4B-A6BF-3121C98677C3.html
|
|
logsource:
|
|
product: windows
|
|
category: registry_event
|
|
detection:
|
|
selection:
|
|
TargetObject|contains: '\Software\Sysinternals\SDelete'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: medium |