mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
121e21960e
* Replaced variables with usual path names * Removed Temp directories due to many false positives * Matching on Image field, CommandLines often contain these paths
32 lines
946 B
YAML
32 lines
946 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
|
|
- car.2013-05-002
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image:
|
|
- '*:\RECYCLER\\*'
|
|
- '*:\SystemVolumeInformation\\*'
|
|
- 'C:\\Windows\\Tasks\\*'
|
|
- 'C:\\Windows\\debug\\*'
|
|
- 'C:\\Windows\\fonts\\*'
|
|
- 'C:\\Windows\\help\\*'
|
|
- 'C:\\Windows\\drivers\\*'
|
|
- 'C:\\Windows\\addins\\*'
|
|
- 'C:\\Windows\\cursors\\*'
|
|
- 'C:\\Windows\\system32\tasks\\*'
|
|
|
|
condition: selection
|
|
falsepositives:
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
level: medium
|