2020-04-03 07:36:17 +00:00
|
|
|
title: Powershell Profile.ps1 Modification
|
|
|
|
id: b5b78988-486d-4a80-b991-930eff3ff8bf
|
2019-10-24 17:14:21 +00:00
|
|
|
status: experimental
|
2020-04-03 07:36:17 +00:00
|
|
|
description: Detects a change in profile.ps1 of the Powershell profile
|
2019-10-24 17:14:21 +00:00
|
|
|
references:
|
2019-10-25 04:00:05 +00:00
|
|
|
- https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/
|
2019-10-24 17:14:21 +00:00
|
|
|
author: HieuTT35
|
|
|
|
date: 2019/10/24
|
2020-04-03 07:36:17 +00:00
|
|
|
modified: 2020/04/03
|
2019-10-24 17:14:21 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
2019-10-25 03:53:21 +00:00
|
|
|
event:
|
2020-04-03 07:36:17 +00:00
|
|
|
EventID: 11
|
2019-10-25 03:53:21 +00:00
|
|
|
target1:
|
2020-04-03 07:36:17 +00:00
|
|
|
TargetFilename|contains|all:
|
|
|
|
- '\My Documents\PowerShell\'
|
|
|
|
- '\profile.ps1'
|
2019-10-25 03:53:21 +00:00
|
|
|
target2:
|
2020-04-03 07:36:17 +00:00
|
|
|
TargetFilename|contains|all:
|
|
|
|
- 'C:\Windows\System32\WindowsPowerShell\v1.0\'
|
|
|
|
- '\profile.ps1'
|
2019-10-25 03:53:21 +00:00
|
|
|
condition: event and (target1 or target2)
|
2019-10-24 17:14:21 +00:00
|
|
|
falsepositives:
|
2019-10-25 04:00:05 +00:00
|
|
|
- System administrator create Powershell profile manually
|
2019-10-24 17:14:21 +00:00
|
|
|
level: high
|
2019-10-25 03:53:21 +00:00
|
|
|
tags:
|
|
|
|
- attack.persistence
|
|
|
|
- attack.privilege_escalation
|
2020-08-24 00:01:50 +00:00
|
|
|
- attack.t1546.013
|