Windows Suspicious File Creation in C:\PerfLogs with Executable/Script Extensions

Alerts on creation of potentially malicious file types in C:\PerfLogs\ on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
file_event
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-05-05
Updated
2026-07-31
title: Windows Suspicious File Creation in C:\PerfLogs with Executable/Script Extensions
id: 119c344f-04d7-4c1d-be07-d868ac9020bb
status: test
description: This rule flags file creation events where the target path starts with C:\PerfLogs\ and the filename ends with a list of executable or script-related extensions. Attackers may use this directory to stage or drop payloads where it blends with existing logging/performance artifacts. The detection relies on Windows file event telemetry that records the created file path and extension.
references:
  - Internal Research
  - https://labs.withsecure.com/publications/fin7-target-veeam-servers
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_perflogs_susp_files.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-05-05
tags:
  - attack.execution
  - attack.t1059
logsource:
  category: file_event
  product: windows
detection:
  selection:
    TargetFilename|startswith: C:\PerfLogs\
    TargetFilename|endswith:
      - .7z
      - .bat
      - .bin
      - .chm
      - .dll
      - .exe
      - .hta
      - .lnk
      - .ps1
      - .psm1
      - .py
      - .scr
      - .sys
      - .vbe
      - .vbs
      - .zip
  condition: selection
falsepositives:
  - Unlikely
level: medium
license: DRL-1.1
related:
  - id: bbb7e38c-0b41-4a11-b306-d2a457b7ac2b
    type: derived