mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
Update powershell_suspicious_profile_create.yml
This commit is contained in:
parent
edb698c7f7
commit
e86ab608f2
@ -1,22 +1,24 @@
|
|||||||
title: Powershell profile modify
|
title: 'Powershell profile modify'
|
||||||
status: experimental
|
status: experimental
|
||||||
description: 'Detects a change in profile.ps1 of Powershell profile'
|
description: 'Detects a change in profile.ps1 of Powershell profile'
|
||||||
references:
|
references:
|
||||||
- 'https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/'
|
- 'https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/'
|
||||||
tags:
|
|
||||||
- attack.persistence
|
|
||||||
author: HieuTT35
|
author: HieuTT35
|
||||||
date: 2019/10/24
|
date: 2019/10/24
|
||||||
logsource:
|
logsource:
|
||||||
product: windows
|
product: windows
|
||||||
service: sysmon
|
service: sysmon
|
||||||
detection:
|
detection:
|
||||||
selection:
|
event:
|
||||||
EventID: 11
|
EventID: 11
|
||||||
TargetFilename|re:
|
target1:
|
||||||
- '.*\\My Documents\\PowerShell\\(Microsoft\.)?.*(Profile|profile)\.ps1'
|
TargetFilename|re: '.*\\My Documents\\PowerShell\\(Microsoft\.)?.*(Profile|profile)\.ps1'
|
||||||
- 'C\:\\Windows\\System32\\WindowsPowerShell\\v1\.0\\(Microsoft\.)?.*(Profile|profile)\.ps1'
|
target2:
|
||||||
condition: selection
|
TargetFilename|re: 'C\:\\Windows\\System32\\WindowsPowerShell\\v1\.0\\(Microsoft\.)?.*(Profile|profile)\.ps1'
|
||||||
|
condition: event and (target1 or target2)
|
||||||
falsepositives:
|
falsepositives:
|
||||||
- unknown
|
- 'System administrator create Powershell profile manually'
|
||||||
level: high
|
level: high
|
||||||
|
tags:
|
||||||
|
- attack.persistence
|
||||||
|
- attack.privilege_escalation
|
||||||
|
Loading…
Reference in New Issue
Block a user