mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
24 lines
582 B
YAML
24 lines
582 B
YAML
title: Process Discovery
|
|
id: 4e2f5868-08d4-413d-899f-dc2f1508627b
|
|
status: stable
|
|
description: Detects process discovery commands
|
|
author: Ömer Günal, oscd.community
|
|
date: 2020/10/06
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1057/T1057.md
|
|
logsource:
|
|
product: linux
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
- ProcessName|endswith:
|
|
- '/ps'
|
|
- '/top'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: low
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1057
|