mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
24 lines
628 B
YAML
24 lines
628 B
YAML
title: Suspicious Process Start Locations
|
|
description: Detects suspicious process run from unusual locations
|
|
status: experimental
|
|
references:
|
|
- https://car.mitre.org/wiki/CAR-2013-05-002
|
|
author: juju4
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- '*:\RECYCLER\\*'
|
|
- '*:\SystemVolumeInformation\\*'
|
|
- '%windir%\Tasks\\*'
|
|
- '%systemroot%\debug\\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
level: medium
|