mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Rule: AV alerts - webshells
This commit is contained in:
parent
e5c7dd18de
commit
13276ecf31
28
rules/windows/malware/av_webshell.yml
Normal file
28
rules/windows/malware/av_webshell.yml
Normal file
@ -0,0 +1,28 @@
|
||||
title: Antivirus Web Shell Detection
|
||||
description: Detects a highly relevant Antivirus alert that reports a web shell
|
||||
date: 2018/09/09
|
||||
author: Florian Roth
|
||||
references:
|
||||
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
|
||||
tags:
|
||||
- attack.web_shell
|
||||
- attack.t1100
|
||||
logsource:
|
||||
product: antivirus
|
||||
detection:
|
||||
selection:
|
||||
Signature:
|
||||
- PHP/Backdoor
|
||||
- JSP/Backdoor
|
||||
- ASP/Backdoor
|
||||
- Backdoor.PHP
|
||||
- Backdoor.JSP
|
||||
- Backdoor.ASP
|
||||
- "*Webshell*"
|
||||
condition: selection
|
||||
fields:
|
||||
- FileName
|
||||
- User
|
||||
falsepositives:
|
||||
- Unlikely
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user