TeamViewer Remote Session


Description

Detects the creation of log files during a TeamViewer remote session

Query · sigma

selection1:
  TargetFilename|endswith:
  - \TeamViewer\RemotePrinting\tvprint.db
  - \TeamViewer\TVNetwork.log
selection2:
  TargetFilename|contains|all:
  - \TeamViewer
  - _Logfile.log
condition: 1 of selection*

Known false positives

  • Legitimate uses of TeamViewer in an organisation
Raw source TeamViewer Remote Session · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: TeamViewer Remote Session
id: 162ab1e4-6874-4564-853c-53ec3ab8be01
status: test
description: Detects the creation of log files during a TeamViewer remote session
references:
    - https://www.teamviewer.com/en-us/
author: Florian Roth (Nextron Systems)
date: 2022-01-30
tags:
    - attack.command-and-control
    - attack.t1219.002
logsource:
    product: windows
    category: file_event
detection:
    selection1:
        TargetFilename|endswith:
            - '\TeamViewer\RemotePrinting\tvprint.db'
            - '\TeamViewer\TVNetwork.log'
    selection2:
        TargetFilename|contains|all:
            - '\TeamViewer'
            - '_Logfile.log'
    condition: 1 of selection*
falsepositives:
    - Legitimate uses of TeamViewer in an organisation
level: medium

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.