Added rule for TerraMaster TOS CVE-2020-28188

This commit is contained in:
Bhabesh Rai 2021-01-25 13:01:27 +05:45
parent dac229a8bb
commit 465ab713b0

View File

@ -0,0 +1,38 @@
title: TerraMaster TOS CVE-2020-28188
id: 15c312b9-00d0-4feb-8870-7d940a4bdc5e
status: experimental
description: Detects the exploitation of the TerraMaster TOS vulnerability described in CVE-2020-28188
author: Bhabesh Raj
date: 2021/01/25
references:
- https://www.ihteam.net/advisory/terramaster-tos-multiple-vulnerabilities/
- https://nvd.nist.gov/vuln/detail/CVE-2020-28188
- https://research.checkpoint.com/2021/freakout-leveraging-newest-vulnerabilities-for-creating-a-botnet/
logsource:
category: webserver
detection:
base_url:
cs-method: 'GET'
c-uri|contains|all:
- '/include/makecvs.php'
- '?Event='
payload:
c-uri|contains:
- 'curl'
- 'wget'
- '.py'
- '.sh'
- '.php'
- 'chmod'
- '_GET'
condition: base_url and payload
fields:
- c-ip
- c-dns
falsepositives:
- Unknown
level: critical
tags:
- attack.t1190
- attack.initial_access
- cve.2020-28188