mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
21 lines
519 B
YAML
21 lines
519 B
YAML
title: Install Root Certificate
|
|
id: 78a80655-a51e-4669-bc6b-e9d206a462ee
|
|
description: Detects installed new certificate
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1553/004/
|
|
author: Ömer Günal
|
|
date: 2020/10/05
|
|
tags:
|
|
- attack.defense_evasion
|
|
level: low
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keyword:
|
|
- 'mv * /usr/local/share/ca-certificates'
|
|
keyword2:
|
|
- '*update-ca-certificates*'
|
|
condition: keyword and keyword2
|
|
falsepositives:
|
|
- Legitimate administration activities
|