Skip to content

Commit

Permalink
Rule: Renamed PsExec
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed May 21, 2019
1 parent 2d0c08c commit 74ca0ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions rules/windows/sysmon/sysmon_renamed_psexec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
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

0 comments on commit 74ca0ee

Please sign in to comment.