2021-06-26 03:15:05 -05:00
|
|
|
title: Disable or Delete Windows Eventlog
|
2021-02-11 12:28:52 +01:00
|
|
|
id: cd1f961e-0b96-436b-b7c6-38da4583ec00
|
|
|
|
|
status: experimental
|
2021-06-26 03:15:05 -05:00
|
|
|
description: Detects command that is used to disable or delete Windows eventlog via logman Windows utility
|
2021-02-11 12:28:52 +01:00
|
|
|
references:
|
|
|
|
|
- https://twitter.com/0gtweet/status/1359039665232306183?s=21
|
2021-06-26 03:15:05 -05:00
|
|
|
- https://ss64.com/nt/logman.html
|
2021-02-11 12:28:52 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1562.001
|
2021-06-26 03:15:05 -05:00
|
|
|
- attack.t1070.001
|
2021-02-11 12:28:52 +01:00
|
|
|
author: Florian Roth
|
|
|
|
|
date: 2021/02/11
|
2021-06-27 20:26:44 -05:00
|
|
|
modified: 2021/06/21
|
2021-02-11 12:28:52 +01:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
2021-06-28 00:53:52 -05:00
|
|
|
selection_tools:
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- 'logman '
|
|
|
|
|
selection_action:
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- 'stop '
|
|
|
|
|
- 'delete '
|
2021-06-28 00:59:53 -05:00
|
|
|
selection_service:
|
2021-06-26 03:15:05 -05:00
|
|
|
CommandLine|contains:
|
2021-06-28 00:53:52 -05:00
|
|
|
- EventLog-System
|
|
|
|
|
condition: all of them
|
2021-02-11 12:28:52 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Legitimate deactivation by administrative staff
|
|
|
|
|
- Installer tools that disable services, e.g. before log collection agent installation
|
|
|
|
|
level: high
|