Files
blue-team-tools/rules/linux/file_create/lnx_doas_conf_creation.yml
T

23 lines
635 B
YAML
Raw Normal View History

2022-01-20 09:50:41 +07:00
title: Linux Doas Conf File Creation
id: 00eee2a5-fdb0-4746-a21d-e43fbdea5681
status: stable
description: Detects the creation of doas.conf file in linux host platform.
references:
- https://research.splunk.com/endpoint/linux_doas_conf_file_creation/
- https://www.makeuseof.com/how-to-install-and-use-doas/
author: Sittikorn S, Teoderick Contreras
date: 2022/01/20
tags:
- attack.privilege_escalation
2022-01-20 11:00:18 +07:00
- attack.t1548
2022-01-20 09:50:41 +07:00
logsource:
product: linux
category: file_create
detection:
selection:
2022-01-20 10:11:14 +07:00
TargetFilename|endswith: '/etc/doas.conf'
2022-01-20 09:50:41 +07:00
condition: selection
falsepositives:
- Unlikely
2022-01-20 13:07:53 +01:00
level: medium