mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
18 lines
416 B
YAML
18 lines
416 B
YAML
|
title: JexBoss Command Sequence
|
||
|
description: Detects suspicious command sequence that JexBoss
|
||
|
references:
|
||
|
- https://www.us-cert.gov/ncas/analysis-reports/AR18-312A
|
||
|
author: Florian Roth
|
||
|
date: 2017/08/24
|
||
|
logsource:
|
||
|
product: linux
|
||
|
detection:
|
||
|
selection1:
|
||
|
- 'bash -c /bin/bash'
|
||
|
selection2:
|
||
|
- '&/dev/tcp/'
|
||
|
condition: selection1 and selection2
|
||
|
falsepositives:
|
||
|
- Unknown
|
||
|
level: high
|