Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_taskkill_sep.yml
T

31 lines
1.3 KiB
YAML
Raw Normal View History

2022-09-16 09:45:56 +02:00
title: Taskkill Symantec Endpoint Protection
2022-09-16 09:22:21 +02:00
id: 4a6713f6-3331-11ed-a261-0242ac120002
status: test
2022-10-28 15:06:36 +02:00
description: |
2023-02-16 10:46:29 +01:00
Detects one of the possible scenarios for disabling Symantec Endpoint Protection.
2023-02-14 00:51:20 +01:00
Symantec Endpoint Protection antivirus software services incorrectly implement the protected service mechanism.
As a result, the NT AUTHORITY/SYSTEM user can execute the taskkill /im command several times ccSvcHst.exe /f, thereby killing the process belonging to the service, and thus shutting down the service.
2022-09-16 09:22:21 +02:00
references:
- https://www.exploit-db.com/exploits/37525
- https://community.spiceworks.com/topic/2195015-batch-script-to-uninstall-symantec-endpoint-protection
- https://community.broadcom.com/symantecenterprise/communities/community-home/digestviewer/viewthread?MessageKey=6ce94b67-74e1-4333-b16f-000b7fd874f0&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=digestviewer
2023-02-14 00:51:20 +01:00
author: Ilya Krestinichev, Florian Roth (Nextron Systems)
date: 2022-09-13
2022-09-16 09:22:21 +02:00
tags:
- attack.defense-evasion
2022-09-16 09:22:21 +02:00
- attack.t1562.001
logsource:
category: process_creation
product: windows
detection:
selection:
2022-10-28 15:06:36 +02:00
CommandLine|contains|all:
- 'taskkill'
- ' /F '
- ' /IM '
- 'ccSvcHst.exe'
2022-09-16 09:22:21 +02:00
condition: selection
falsepositives:
- Unknown
level: high