SigmaHQ/rules/linux/lnx_process_discovery.yml

24 lines
586 B
YAML
Raw Normal View History

2020-10-06 20:52:06 +00:00
title: Process Discovery
id: 4e2f5868-08d4-413d-899f-dc2f1508627b
status: stable
description: Detects process discovery commands
2020-10-07 19:26:02 +00:00
author: Ömer Günal, oscd.community
2020-10-06 20:52:06 +00:00
date: 2020/10/06
references:
2020-10-16 07:58:51 +00:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1057/T1057.md
2020-10-06 20:52:06 +00:00
logsource:
product: linux
2020-11-18 20:25:15 +00:00
category: process_creation
2020-10-06 20:52:06 +00:00
detection:
2020-10-16 07:52:54 +00:00
selection:
- Image|endswith:
2020-11-18 20:25:15 +00:00
- '/ps'
- '/top'
2020-10-16 07:52:54 +00:00
condition: selection
2020-10-06 20:52:06 +00:00
falsepositives:
- Legitimate administration activities
2021-04-02 22:00:43 +00:00
level: informational
2020-10-06 20:52:06 +00:00
tags:
- attack.discovery
2020-10-07 19:26:02 +00:00
- attack.t1057