2022-07-11 17:48:40 +01:00
|
|
|
title: Suspicious Execution of Shutdown
|
2022-01-01 08:42:40 +01:00
|
|
|
id: 34ebb878-1b15-4895-b352-ca2eeb99b274
|
2023-01-27 06:48:34 +01:00
|
|
|
status: test
|
2022-07-11 17:48:40 +01:00
|
|
|
description: Use of the commandline to shutdown or reboot windows
|
2022-01-01 08:42:40 +01:00
|
|
|
references:
|
2022-07-11 17:48:40 +01:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1529/T1529.md
|
2022-01-01 08:42:40 +01:00
|
|
|
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown
|
2022-10-28 15:06:36 +02:00
|
|
|
author: frack113
|
2022-01-01 08:42:40 +01:00
|
|
|
date: 2022/01/01
|
2022-10-28 15:06:36 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.impact
|
|
|
|
|
- attack.t1529
|
2022-01-01 08:42:40 +01:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2022-09-01 15:22:26 +02:00
|
|
|
Image|endswith: '\shutdown.exe'
|
2022-07-11 17:48:40 +01:00
|
|
|
CommandLine|contains:
|
|
|
|
|
- '/r '
|
2022-01-01 08:42:40 +01:00
|
|
|
- '/s '
|
|
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: medium
|