2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious Process Start Locations
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 15b75071-74cc-47e0-b4c6-b43744a62a2b
|
2019-01-16 22:36:31 +00:00
|
|
|
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
|
2020-11-28 16:42:47 +00:00
|
|
|
author: juju4, Jonhnathan Ribeiro, oscd.community
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2020-11-28 16:42:47 +00:00
|
|
|
modified: 2020/11/28
|
2019-01-16 22:36:31 +00:00
|
|
|
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:
|
2020-11-28 16:21:04 +00:00
|
|
|
- Image|contains:
|
|
|
|
- ':\RECYCLER\'
|
|
|
|
- ':\SystemVolumeInformation\'
|
|
|
|
- Image|startswith:
|
|
|
|
- '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-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
|