Files
blue-team-tools/rules/linux/lnx_system_info_discovery.yml
T

51 lines
1.2 KiB
YAML
Raw Normal View History

2020-10-16 20:53:00 +03:00
action: global
2020-10-08 00:15:46 +03:00
title: System Information Discovery
status: stable
description: Detects system information discovery commands
author: Ömer Günal, oscd.community
date: 2020/10/08
2021-05-30 08:58:25 +02:00
modified: 2020/05/30
2020-10-08 00:15:46 +03:00
references:
2020-10-16 20:53:00 +03:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1082/T1082.md
2020-10-16 21:08:01 +03:00
falsepositives:
- Legitimate administration activities
2021-04-03 00:00:43 +02:00
level: informational
2020-10-16 21:08:01 +03:00
tags:
- attack.discovery
- attack.t1082
2020-10-16 20:53:00 +03:00
---
2021-09-02 20:07:03 +02:00
id: 42df45e7-e6e9-43b5-8f26-bec5b39cc239
2020-10-08 00:15:46 +03:00
logsource:
product: linux
category: process_creation
2020-10-08 00:15:46 +03:00
detection:
selection:
Image|endswith:
2020-11-08 11:09:27 +03:00
- '/uname'
- '/hostname'
- '/uptime'
- '/lspci'
- '/dmidecode'
- '/lscpu'
- '/lsmod'
2020-10-16 20:53:00 +03:00
condition: selection
---
2021-09-02 20:07:03 +02:00
id: 1f358e2e-cb63-43c3-b575-dfb072a6814f
2020-10-16 20:53:00 +03:00
logsource:
product: linux
2021-05-30 08:58:25 +02:00
service: auditd
2020-10-16 20:53:00 +03:00
detection:
selection:
2020-11-14 19:24:23 +03:00
type: 'PATH'
2020-10-16 10:48:36 +03:00
name:
- '/sys/class/dmi/id/bios_version'
- '/sys/class/dmi/id/product_name'
- '/sys/class/dmi/id/chassis_vendor'
- '/proc/scsi/scsi'
- '/proc/ide/hd0/model'
2020-10-16 23:00:44 +03:00
- '/proc/version'
2020-10-21 21:48:43 +03:00
- '/etc/*version'
2020-10-21 21:45:23 +03:00
- '/etc/*release'
2020-10-16 23:00:44 +03:00
- '/etc/issue'
2020-10-16 20:53:00 +03:00
condition: selection