Files
hayabusa/rules/sigma/process_creation/win_pc_lobas_bash.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

28 lines
652 B
YAML

title: Suspicious Subsystem for Linux Bash Execution
ruletype: Sigma
author: frack113
date: 2021/11/24
description: Performs execution of specified file, can be used as a defensive evasion.
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
CommandLine: '*bash.exe*'
SELECTION_3:
CommandLine: '*-c *'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- unknown
id: 5edc2273-c26f-406c-83f3-f4d948e740dd
level: medium
logsource:
category: process_creation
product: windows
references:
- https://lolbas-project.github.io/lolbas/Binaries/Bash/
status: experimental
tags:
- attack.defense_evasion
- attack.t1202