Files
blue-team-tools/rules/linux/process_creation/lnx_install_root_certificate.yml
T

25 lines
621 B
YAML
Raw Normal View History

2020-10-05 20:21:20 +03:00
title: Install Root Certificate
id: 78a80655-a51e-4669-bc6b-e9d206a462ee
2021-11-27 11:33:14 +01:00
status: test
2020-10-05 20:22:43 +03:00
description: Detects installed new certificate
2020-10-07 22:20:17 +03:00
author: Ömer Günal, oscd.community
2020-11-08 11:06:11 +03:00
references:
2021-11-27 11:33:14 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1553.004/T1553.004.md
2020-10-05 20:21:20 +03:00
date: 2020/10/05
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-10-05 20:21:20 +03:00
logsource:
2021-11-27 11:33:14 +01:00
product: linux
category: process_creation
2020-10-05 20:21:20 +03:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith:
- '/update-ca-certificates'
- '/update-ca-trust'
condition: selection
2020-10-05 20:21:20 +03:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate administration activities
level: low
tags:
- attack.defense_evasion
- attack.t1553.004