Files
blue-team-tools/rules/windows/sysmon/sysmon_renamed_psexec.yml
T
Michael Wade f70549ec54 First Pass
2019-06-13 23:15:38 -05:00

24 lines
771 B
YAML

title: Renamed PsExec
status: experimental
description: Detects the execution of a renamed PsExec often used by attackers or malware
references:
- https://www.trendmicro.com/vinfo/hk-en/security/news/cybercrime-and-digital-threats/megacortex-ransomware-spotted-attacking-enterprise-networks
author: Florian Roth
date: 2019/05/21
tags:
- car.2013-05-009
logsource:
product: windows
service: sysmon
detection:
selection:
Description: 'Execute processes remotely'
Product: 'Sysinternals PsExec'
filter:
Image: '*\PsExec.exe'
condition: selection and not filter
falsepositives:
- Software that illegaly integrates PsExec in a renamed form
- Administrators that have renamed PsExec and no one knows why
level: high