Skip to content

Commit 957c1fc

Browse files
Merge PR #5119 from @CheraghiMilad - Update Terminate Linux Process Via Kill
update: Terminate Linux Process Via Kill - Add "xkill" --------- Co-authored-by: Nasreddine Bencherchali <[email protected]>
1 parent 44775b8 commit 957c1fc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

rules/linux/process_creation/proc_creation_lnx_kill_process.yml renamed to rules-threat-hunting/linux/process_creation/proc_creation_lnx_susp_process_termination_via_kill.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,25 @@ description: Detects usage of command line tools such as "kill", "pkill" or "kil
55
references:
66
- https://www.trendmicro.com/en_us/research/23/c/iron-tiger-sysupdate-adds-linux-targeting.html
77
- https://www.cyberciti.biz/faq/how-force-kill-process-linux/
8+
- https://www.geeksforgeeks.org/how-to-kill-processes-on-the-linux-desktop-with-xkill/
89
author: Tuan Le (NCSGroup)
910
date: 2023-03-16
11+
modified: 2024-12-12
1012
tags:
1113
- attack.defense-evasion
1214
- attack.t1562
15+
- detection.threat-hunting
1316
logsource:
1417
product: linux
1518
category: process_creation
1619
detection:
1720
selection:
1821
Image|endswith:
1922
- '/kill'
20-
- '/pkill'
2123
- '/killall'
24+
- '/pkill'
25+
- '/xkill'
2226
condition: selection
2327
falsepositives:
24-
- Likely
25-
level: low
28+
- Unknown
29+
level: medium

0 commit comments

Comments
 (0)