mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
30 lines
745 B
YAML
30 lines
745 B
YAML
title: System Information Discovery
|
|
id: 42df45e7-e6e9-43b5-8f26-bec5b39cc239
|
|
status: stable
|
|
description: Detects system information discovery commands
|
|
author: Ömer Günal, oscd.community
|
|
date: 2020/10/08
|
|
modified: 2021/09/14
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1082/T1082.md
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1082
|
|
logsource:
|
|
product: linux
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
Image|endswith:
|
|
- '/uname'
|
|
- '/hostname'
|
|
- '/uptime'
|
|
- '/lspci'
|
|
- '/dmidecode'
|
|
- '/lscpu'
|
|
- '/lsmod'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: informational
|