mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
24 lines
672 B
YAML
24 lines
672 B
YAML
title: Remove Immutable File Attribute
|
|
id: a5b977d6-8a81-4475-91b9-49dbfcd941f7
|
|
status: experimental
|
|
description: Detects removing immutable file attribute.
|
|
author: Jakob Weinzettl, oscd.community
|
|
date: 2019/09/23
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1222.002/T1222.002.md
|
|
logsource:
|
|
product: linux
|
|
service: auditd
|
|
detection:
|
|
selection:
|
|
type: 'EXECVE'
|
|
a0|contains: 'chattr'
|
|
a1|contains: '-i'
|
|
condition: selection
|
|
falsepositives:
|
|
- Administrator interacting with immutable files (e.g. for instance backups).
|
|
level: medium
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1222.002
|