2019-10-23 18:24:13 +00:00
|
|
|
title: File or folder permissions change
|
|
|
|
description: Detects
|
|
|
|
status: experimental
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1222
|
|
|
|
author: Jakob Weinzettl, oscd.community
|
|
|
|
date: 2019/09/23
|
|
|
|
logsource:
|
|
|
|
product: linux
|
2019-11-29 08:33:04 +00:00
|
|
|
service: auditd
|
2019-10-23 18:24:13 +00:00
|
|
|
detection:
|
2019-11-29 08:33:04 +00:00
|
|
|
selection:
|
|
|
|
type: 'EXECVE'
|
|
|
|
- 'chmod'
|
|
|
|
- 'chown'
|
|
|
|
condition: selection
|
2019-10-23 18:24:13 +00:00
|
|
|
falsepositives:
|
|
|
|
- User interracting with files permissions (normal/daily behaviour)
|
|
|
|
level: low
|
|
|
|
references:
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1222/T1222.yaml
|