Detectionlowtest

TeamViewer Log File Deleted

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

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
François HubautCreated Sun Jan 16Updated Wed Feb 15b1decb61-ed83-4339-8e95-53ea51901720windows
Log Source
WindowsFile Delete
ProductWindows← raw: windows
CategoryFile Delete← raw: file_delete
Detection Logic
Detection Logic2 selectors
detection:
    selection:
        TargetFilename|contains: '\TeamViewer_'
        TargetFilename|endswith: '.log'
    filter:
        Image: C:\Windows\system32\svchost.exe
    condition: selection and not filter
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
b1decb61-ed83-4339-8e95-53ea51901720
Status
test
Level
low
Type
Detection
Created
Sun Jan 16
Modified
Wed Feb 15
Path
rules/windows/file/file_delete/file_delete_win_delete_teamviewer_logs.yml
Raw Tags
attack.defense-evasionattack.t1070.004
View on GitHub