Access To Sysvol Policies Share By Uncommon Process


Description

Detects file access requests to the Windows Sysvol Policies Share by uncommon processes

Query · sigma

selection:
  FileName|startswith: \\
  FileName|contains|all:
  - \sysvol\
  - \Policies\
filter_main_generic:
  Image|contains:
  - :\Program Files (x86)\
  - :\Program Files\
  - :\Windows\explorer.exe
  - :\Windows\system32\
  - :\Windows\SysWOW64\
condition: selection and not 1 of filter_main_*

Known false positives

  • Unknown
Raw source Access To Sysvol Policies Share By Uncommon Process · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Access To Sysvol Policies Share By Uncommon Process
id: 8344c19f-a023-45ff-ad63-a01c5396aea0
status: test
description: Detects file access requests to the Windows Sysvol Policies Share by uncommon processes
references:
    - https://github.com/vletoux/pingcastle
author: frack113
date: 2023-12-21
tags:
    - attack.credential-access
    - attack.t1552.006
    - detection.threat-hunting
logsource:
    category: file_access
    product: windows
    definition: 'Requirements: Microsoft-Windows-Kernel-File ETW provider'
detection:
    selection:
        FileName|startswith: '\\'
        FileName|contains|all:
            - '\sysvol\'
            - '\Policies\'
    filter_main_generic:
        Image|contains:
            - ':\Program Files (x86)\'
            - ':\Program Files\'
            - ':\Windows\explorer.exe'
            - ':\Windows\system32\'
            - ':\Windows\SysWOW64\'
    condition: selection and not 1 of filter_main_*
falsepositives:
    - Unknown
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.