Files
blue-team-tools/rules/windows/powershell/powershell_suspicious_profile_create.yml
T
2019-10-25 00:28:11 +07:00

23 lines
656 B
YAML

title: Powershell profile modify
status: experimental
description: 'Detects a change in profile.ps1 of Powershell profile'
references:
- 'https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/'
tags:
- attack.persistence
author: HieuTT35
date: 2019/10/24
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 11
TargetFilename|re:
- '.*\\My Documents\\PowerShell\\(Microsoft\.)?.*(Profile|profile)\.ps1'
- 'C\:\\Windows\\System32\\WindowsPowerShell\\v1\.0\\(Microsoft\.)?.*(Profile|profile)\.ps1'
condition: selection
falsepositives:
- unknown
level: high