mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
25 lines
596 B
YAML
25 lines
596 B
YAML
title: Relevant ClamAV Message
|
|
id: 36aa86ca-fd9d-4456-814e-d3b1b8e1e0bb
|
|
status: stable
|
|
description: Detects relevant ClamAV messages
|
|
author: Florian Roth
|
|
date: 2017/03/01
|
|
references:
|
|
- https://github.com/ossec/ossec-hids/blob/master/etc/rules/clam_av_rules.xml
|
|
logsource:
|
|
product: linux
|
|
service: clamav
|
|
detection:
|
|
keywords:
|
|
- 'Trojan*FOUND'
|
|
- 'VirTool*FOUND'
|
|
- 'Webshell*FOUND'
|
|
- 'Rootkit*FOUND'
|
|
- 'Htran*FOUND'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
tags:
|
|
- attack.resource_development
|
|
- attack.t1588.001 |