Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_renamed_psexec.yml
T

30 lines
893 B
YAML
Raw Normal View History

2019-05-21 09:49:34 +02:00
title: Renamed PsExec
2019-11-12 23:12:27 +01:00
id: a7a7e0e5-1d57-49df-9c58-9fe5bc0346a2
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects the execution of a renamed PsExec often used by attackers or malware
2019-05-21 09:49:34 +02:00
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://www.trendmicro.com/vinfo/hk-en/security/news/cybercrime-and-digital-threats/megacortex-ransomware-spotted-attacking-enterprise-networks
2019-05-21 09:49:34 +02:00
date: 2019/05/21
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-05-21 09:49:34 +02:00
logsource:
2021-11-27 11:33:14 +01:00
product: windows
category: process_creation
2019-05-21 09:49:34 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Description: 'Execute processes remotely'
Product: 'Sysinternals PsExec'
filter:
Image|endswith:
- '\PsExec.exe'
- '\PsExec64.exe'
condition: selection and not filter
2019-05-21 09:49:34 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Software that illegaly integrates PsExec in a renamed form
- Administrators that have renamed PsExec and no one knows why
2019-05-21 09:49:34 +02:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- car.2013-05-009
- attack.defense_evasion
- attack.t1036.003