mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
31 lines
768 B
YAML
31 lines
768 B
YAML
title: DEWMODE Webshell Access
|
|
id: fdf96c90-42d5-4406-8a9c-14a2c9a016b5
|
|
status: experimental
|
|
description: Detects access to DEWMODE webshell as described in FIREEYE report
|
|
author: Florian Roth
|
|
date: 2021/02/22
|
|
references:
|
|
- https://www.fireeye.com/blog/threat-research/2021/02/accellion-fta-exploited-for-data-theft-and-extortion.html
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1505.003
|
|
logsource:
|
|
category: webserver
|
|
detection:
|
|
selection1:
|
|
c-uri|contains|all:
|
|
- '?dwn='
|
|
- '&fn='
|
|
- '.html?'
|
|
selection2:
|
|
c-uri|contains|all:
|
|
- '&dwn='
|
|
- '?fn='
|
|
- '.html?'
|
|
condition: 1 of them
|
|
fields:
|
|
- client_ip
|
|
- response
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical |