Files
blue-team-tools/rules/windows/process_creation/win_susp_run_locations.yml
T

33 lines
987 B
YAML
Raw Normal View History

title: Suspicious Process Start Locations
2019-11-12 23:12:27 +01:00
id: 15b75071-74cc-47e0-b4c6-b43744a62a2b
description: Detects suspicious process run from unusual locations
status: experimental
references:
2019-03-02 00:14:20 +01:00
- https://car.mitre.org/wiki/CAR-2013-05-002
author: juju4
tags:
2019-03-02 00:14:20 +01:00
- attack.defense_evasion
- attack.t1036
2019-03-16 00:37:09 +01:00
- car.2013-05-002
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2019-05-09 23:09:22 +02:00
Image:
2019-03-02 00:14:20 +01:00
- '*:\RECYCLER\\*'
- '*:\SystemVolumeInformation\\*'
2019-05-09 23:09:22 +02:00
- '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\\*'
2019-02-23 17:45:08 +03:00
2019-03-02 00:14:20 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- False positives depend on scripts and administrative tools used in the monitored environment
level: medium