2021-12-26 12:09:42 +01:00
title : Suspicious Execution of Taskkill
id : 86085955 -ea48-42a2-9dd3-85d4c36b167d
status : experimental
description : Adversaries may stop services or processes in order to conduct Data Destruction or Data Encrypted for Impact on the data stores of services like Exchange and SQL Server.
references :
2022-07-11 17:48:40 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1489/T1489.md#atomic-test-3---windows---stop-service-by-killing-process
2022-10-28 15:06:36 +02:00
author : frack113
2021-12-26 12:09:42 +01:00
date : 2021 /12/26
2022-05-18 12:50:59 +01:00
modified : 2022 /05/17
2022-10-28 15:06:36 +02:00
tags :
- attack.impact
- attack.t1489
2021-12-26 12:09:42 +01:00
logsource :
category : process_creation
product : windows
detection :
2022-05-18 12:50:59 +01:00
selection_img :
2022-05-18 17:28:26 +02:00
- Image|endswith : '\taskkill.exe'
2022-05-18 12:50:59 +01:00
- OriginalFileName : 'taskkill.exe'
selection_cli :
CommandLine|contains|all :
2022-05-18 17:28:26 +02:00
- ' /f'
- ' /im '
2022-05-18 12:50:59 +01:00
condition : all of selection*
2021-12-26 12:09:42 +01:00
falsepositives :
2022-12-13 11:25:23 +01:00
- Expected FP with some processes using this techniques to terminate one of their processes during installations and updates
2021-12-28 12:05:20 +01:00
level : low