Detection rules › Sigma

Relevant ClamAV Message

Status
stable
Severity
high
Log source
product linux, service clamav
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects relevant ClamAV messages

MITRE ATT&CK coverage

TacticTechniques
Resource DevelopmentT1588.001 Obtain Capabilities: Malware

Rule body yaml

title: Relevant ClamAV Message
id: 36aa86ca-fd9d-4456-814e-d3b1b8e1e0bb
status: stable
description: Detects relevant ClamAV messages
references:
    - https://github.com/ossec/ossec-hids/blob/1ecffb1b884607cb12e619f9ab3c04f530801083/etc/rules/clam_av_rules.xml
author: Florian Roth (Nextron Systems)
date: 2017-03-01
tags:
    - attack.resource-development
    - attack.t1588.001
logsource:
    product: linux
    service: clamav
detection:
    keywords:
        - 'Trojan*FOUND'
        - 'VirTool*FOUND'
        - 'Webshell*FOUND'
        - 'Rootkit*FOUND'
        - 'Htran*FOUND'
    condition: keywords
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

keywords

Stage 1: keywords

keywords:
    - 'Trojan*FOUND'
    - 'VirTool*FOUND'
    - 'Webshell*FOUND'
    - 'Rootkit*FOUND'
    - 'Htran*FOUND'