mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
17 lines
516 B
YAML
17 lines
516 B
YAML
title: Ps.exe Renamed SysInternals Tool
|
|
description: Detects renamed SysInternals tool execution with a binary named ps.exe as used by Dragonfly APT group and documentied in TA17-293A report
|
|
references:
|
|
- https://www.us-cert.gov/ncas/alerts/TA17-293A
|
|
author: Florian Roth
|
|
date: 2017/10/22
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
CommandLine: 'ps.exe -accepteula'
|
|
condition: selection
|
|
falsepositives:
|
|
- Renamed SysInternals tool
|
|
level: high |