forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Florian Roth
committed
May 21, 2019
1 parent
2d0c08c
commit 74ca0ee
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |