32 lines
792 B
YAML
32 lines
792 B
YAML
title: System Information Discovery - Auditd
|
|
id: f34047d9-20d3-4e8b-8672-0a35cc50dc71
|
|
status: test
|
|
description: Detects System Information Discovery commands
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1082/T1082.md
|
|
author: 'Pawel Mazur'
|
|
date: 2021/09/03
|
|
modified: 2022/12/18
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1082
|
|
logsource:
|
|
product: linux
|
|
service: auditd
|
|
detection:
|
|
selection_1:
|
|
type: PATH
|
|
name:
|
|
- /etc/lsb-release
|
|
- /etc/redhat-release
|
|
- /etc/issue
|
|
selection_2:
|
|
type: EXECVE
|
|
a0:
|
|
- uname
|
|
- uptime
|
|
condition: 1 of selection_*
|
|
falsepositives:
|
|
- Legitimate administrative activity
|
|
level: low
|