Linux JexBoss back connect shell

This commit is contained in:
Florian Roth
2018-11-08 23:21:21 +01:00
parent fc7a750f0f
commit b92c032c2d
+17
View File
@@ -0,0 +1,17 @@
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