Detection rules › Sigma

TeamViewer Log File Deleted

Status
test
Severity
low
Log source
product windows, category file_delete
Author
frack113
Source
github.com/SigmaHQ/sigma

Detects the deletion of the TeamViewer log files which may indicate an attempt to destroy forensic evidence

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: TeamViewer Log File Deleted
id: b1decb61-ed83-4339-8e95-53ea51901720
status: test
description: Detects the deletion of the TeamViewer log files which may indicate an attempt to destroy forensic evidence
references:
    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1070.004/T1070.004.md
author: frack113
date: 2022-01-16
modified: 2023-02-15
tags:
    - attack.stealth
    - attack.t1070.004
logsource:
    product: windows
    category: file_delete
detection:
    selection:
        TargetFilename|contains: '\TeamViewer_'
        TargetFilename|endswith: '.log'
    filter:
        Image: C:\Windows\system32\svchost.exe
    condition: selection and not filter
falsepositives:
    - Unknown
level: low

Stages and Predicates

Stage 0: condition

selection and not filter

Stage 1: selection

selection:
    TargetFilename|contains: '\TeamViewer_'
    TargetFilename|endswith: '.log'

Stage 2: not filter

filter:
    Image: C:\Windows\system32\svchost.exe

Exclusions

Top-level NOT(...) conjuncts: predicates this rule actively suppresses.

FieldKindExcluded values
ImageeqC:\Windows\system32\svchost.exe

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
TargetFilenameends_with
  • .log corpus 2 (sigma 2)
TargetFilenamematch
  • \TeamViewer_