mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
24 lines
543 B
YAML
24 lines
543 B
YAML
title: PurpleSharp Indicator
|
|
id: ff23ffbc-3378-435e-992f-0624dcf93ab4
|
|
status: experimental
|
|
description: Detect
|
|
author: Florian Roth
|
|
date: 2021/06/18
|
|
references:
|
|
- https://github.com/mvelazc0/PurpleSharp
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
CommandLine|contains:
|
|
- xyz123456.exe
|
|
- PurpleSharp
|
|
selection2:
|
|
OriginalFilename:
|
|
- 'PurpleSharp.exe'
|
|
condition: selection1 or selection2
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|