Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_get_adgroup.yml
T

26 lines
761 B
YAML
Raw Normal View History

2022-11-18 11:15:28 +01:00
title: Active Directory Group Enumeration With Get-AdGroup
2022-03-17 16:48:41 +01:00
id: 8c3a6607-b7dc-4f0d-a646-ef38c00b76ee
status: test
2022-11-18 11:15:28 +01:00
description: Detects usage of the "Get-AdGroup" cmdlet to enumerate Groups within Active Directory
2022-03-17 16:48:41 +01:00
references:
2022-07-11 14:11:53 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md
2022-10-26 09:43:39 +02:00
author: frack113
date: 2022-03-17
modified: 2022-11-17
2022-10-26 09:43:39 +02:00
tags:
- attack.discovery
- attack.t1069.002
2022-03-17 16:48:41 +01:00
logsource:
product: windows
category: ps_script
2023-01-04 17:49:32 +01:00
definition: 'Requirements: Script Block Logging must be enabled'
2022-03-17 16:48:41 +01:00
detection:
selection:
ScriptBlockText|contains|all:
- 'Get-AdGroup '
- '-Filter'
condition: selection
falsepositives:
- Unknown
level: low