forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename posh_ps_unconstrained_delegation.yml to posh_ps_pot…
…ential_unconstrained_delegation_discovery.yml
- Loading branch information
Showing
2 changed files
with
32 additions
and
34 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...ows/powershell/powershell_script/posh_ps_potential_unconstrained_delegation_discovery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
title: Potential Unconstrained Delegation Discovery Via Get-ADComputer - ScriptBlock | ||
id: cdfa73b6-3c9d-4bb8-97f8-ddbd8921f5c5 | ||
status: experimental | ||
description: Detects the use of the "Get-ADComputer" cmdlet in order to identify systems which are configured for unconstrained delegation. | ||
references: | ||
- https://pentestlab.blog/2022/03/21/unconstrained-delegation/ | ||
- https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-adcomputer?view=windowsserver2022-ps | ||
author: frack113 | ||
date: 2025-03-05 | ||
tags: | ||
- attack.reconnaissance | ||
- attack.discovery | ||
- attack.credential-access | ||
- attack.t1018 | ||
- attack.t1558 | ||
- attack.t1589.002 | ||
logsource: | ||
product: windows | ||
category: ps_script | ||
definition: 'Requirements: Script Block Logging must be enable' | ||
detection: | ||
selection: | ||
ScriptBlockText|contains: | ||
- '-Properties*TrustedForDelegation' | ||
- '-Properties*TrustedToAuthForDelegation' | ||
- '-Properties*msDS-AllowedToDelegateTo' | ||
- '-Properties*PrincipalsAllowedToDelegateToAccount' | ||
- '-LDAPFilter*(userAccountControl:1.2.840.113556.1.4.803:=524288)' | ||
condition: selection | ||
falsepositives: | ||
- Legitimate use of the library for administrative activity | ||
level: medium |
34 changes: 0 additions & 34 deletions
34
rules/windows/powershell/powershell_script/posh_ps_unconstrained_delegation.yml
This file was deleted.
Oops, something went wrong.