Installation of TeamViewer Desktop

TeamViewer_Desktop.exe is create during install

Sigma rule (View on GitHub)

 1title: Installation of TeamViewer Desktop
 2id: 9711de76-5d4f-4c50-a94f-21e4e8f8384d
 3status: test
 4description: TeamViewer_Desktop.exe is create during install
 5references:
 6    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1219/T1219.md#atomic-test-1---teamviewer-files-detected-test-on-windows
 7author: frack113
 8date: 2022/01/28
 9tags:
10    - attack.command_and_control
11    - attack.t1219
12logsource:
13    product: windows
14    category: file_event
15detection:
16    selection:
17        TargetFilename|endswith: '\TeamViewer_Desktop.exe'
18    condition: selection
19falsepositives:
20    - Unknown
21level: medium

References

Related rules

to-top