SigmaHQ/rules/windows/malware/av_webshell.yml

30 lines
723 B
YAML
Raw Normal View History

2018-09-09 09:04:11 +00:00
title: Antivirus Web Shell Detection
description: Detects a highly relevant Antivirus alert that reports a web shell
date: 2018/09/09
modified: 2019/10/04
2018-09-09 09:04:11 +00:00
author: Florian Roth
references:
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
tags:
2018-09-20 10:44:44 +00:00
- attack.persistence
2018-09-09 09:04:11 +00:00
- attack.t1100
logsource:
product: antivirus
detection:
selection:
Signature:
- "PHP/Backdoor*"
- "JSP/Backdoor*"
- "ASP/Backdoor*"
- "Backdoor.PHP*"
- "Backdoor.JSP*"
- "Backdoor.ASP*"
2018-09-09 09:04:11 +00:00
- "*Webshell*"
condition: selection
fields:
- FileName
- User
falsepositives:
- Unlikely
level: critical