SigmaHQ/rules/windows/sysmon/sysmon_renamed_psexec.yml

27 lines
854 B
YAML
Raw Normal View History

2019-05-21 07:49:34 +00:00
title: Renamed PsExec
2019-11-12 22:12:27 +00:00
id: a7a7e0e5-1d57-49df-9c58-9fe5bc0346a2
2019-05-21 07:49:34 +00:00
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects the execution of a renamed PsExec often used by attackers or malware
2019-05-21 07:49:34 +00:00
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
2019-06-14 04:15:38 +00:00
tags:
- car.2013-05-009
2019-05-21 07:49:34 +00:00
logsource:
product: windows
service: sysmon
detection:
selection:
Description: 'Execute processes remotely'
Product: 'Sysinternals PsExec'
filter:
2019-09-26 08:50:43 +00:00
Image:
- '*\PsExec.exe'
- '*\PsExec64.exe'
2019-05-21 07:49:34 +00:00
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