mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
25 lines
597 B
YAML
25 lines
597 B
YAML
title: Clear Linux Logs
|
|
id: 80915f59-9b56-4616-9de0-fd0dea6c12fe
|
|
status: stable
|
|
description: Detects clear logs
|
|
author: Ömer Günal, oscd.community
|
|
date: 2020/10/07
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1070/002/
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keywords:
|
|
- Commands|contains:
|
|
- 'rm * /var/log*'
|
|
- 'shred -u /var/log*'
|
|
- 'echo * > /var/log*'
|
|
- 'rmdir * /var/log*'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: medium
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1070.002
|