Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_gpscript.yml
T
Nasreddine Bencherchali f0e05ccb3c Rule Update (Batch 2)
- Added 5 more PowerShell scripts for the rule "file_event_win_powershell_exploit_scripts.yml"
- Created new rule for "certoc" lolbin to cover "Download" option as described in the LOLBAS project
- Created specific rule for the "IEExec" lolbin to cover "Download" option as described in the LOLBAS Project
- Updated some rules to use "OriginalFileName" in addition to the "Image" selection
- Updated some rules to increase coverage.
2022-05-16 22:02:41 +01:00

28 lines
864 B
YAML

title: Gpscript Execution
id: 1e59c230-6670-45bf-83b0-98903780607e
status: experimental
description: Detects the execution of the LOLBIN gpscript, which executes logon or startup scripts configured in Group Policy
references:
- https://oddvar.moe/2018/04/27/gpscript-exe-another-lolbin-to-the-list/
- https://lolbas-project.github.io/lolbas/Binaries/Gpscript/
author: frack113
date: 2022/05/16
logsource:
product: windows
category: process_creation
detection:
selection_img:
- Image|endswith: '\gpscript.exe'
- OriginalFileName: 'GPSCRIPT.EXE'
selection_cli:
CommandLine|contains:
- ' /logon'
- ' /startup'
condition: all of selection*
falsepositives:
- Legitimate uses of logon scripts distributed via group policy
level: medium
tags:
- attack.defense_evasion
- attack.t1218