Files
blue-team-tools/rules/linux/process_creation/proc_creation_lnx_hack_tools.yml
T

41 lines
1.1 KiB
YAML
Raw Normal View History

2023-01-25 01:14:49 +01:00
title: Linux HackTool Execution
2023-01-04 17:49:32 +01:00
id: a015e032-146d-4717-8944-7a1884122111
status: experimental
description: Detects known hacktool execution based on image name
references:
- Internal Research
2023-01-25 01:14:49 +01:00
- https://github.com/Gui774ume/ebpfkit
- https://github.com/pathtofile/bad-bpf
2023-01-31 17:15:49 +01:00
- https://github.com/carlospolop/PEASS-ng
2023-02-01 11:14:59 +01:00
author: Nasreddine Bencherchali (Nextron Systems)
2023-01-04 17:49:32 +01:00
date: 2023/01/03
2023-01-31 17:12:20 +01:00
modified: 2023/01/31
2023-01-04 17:49:32 +01:00
tags:
- attack.execution
logsource:
product: linux
category: process_creation
detection:
selection:
2023-01-31 17:15:49 +01:00
- Image|endswith:
2023-01-04 17:49:32 +01:00
# Add more as you see fit
- '/sqlmap'
- '/teamserver'
- '/aircrack-ng'
- '/john'
- '/setoolkit'
- '/wpscan'
- '/hydra'
- '/nikto'
2023-01-25 01:14:49 +01:00
# eBPF related malicious tools/poc's
- '/ebpfkit'
- '/bpfdos'
- '/exechijack'
- '/pidhide'
- '/writeblocker'
2023-01-31 17:15:49 +01:00
- Image|contains: '/linpeas'
2023-01-04 17:49:32 +01:00
condition: selection
falsepositives:
2023-01-25 01:14:49 +01:00
- Unlikely
2023-01-04 17:49:32 +01:00
level: high