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