PowerShell AppLocker Policy Discovery Via Get-AppLockerPolicy
Description
Detects AppLocker policy enumeration attempts via PowerShell using the Get-AppLockerPolicy cmdlet and an policy scope of either Effective, LDAP, or Local.
Query · sigma
selection_img: - Image|endswith: - \powershell.exe - \pwsh.exe - OriginalFileName: - PowerShell.EXE - pwsh.dll selection_cmdlet: CommandLine|contains: Get-AppLockerPolicy selection_flag: CommandLine|contains|windash: - ' -Effective' - ' -Ldap ' - ' -Local' condition: all of selection_*
Known false positives
- PowerShell-based AppLocker auditing and policy troubleshooting by administrators.