mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Merge pull request #1057 from omergunal/patch-4
[OSCD] T1057: Process Discovery
This commit is contained in:
commit
f65e7100ec
23
rules/linux/lnx_process_discovery.yml
Normal file
23
rules/linux/lnx_process_discovery.yml
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user