Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_get_adcomputer.yml
T
Nasreddine Bencherchali 7ef5f9b76e fix: rename rule to remove susp from rule name
The rule are with a low score and do not represent suspiciousness at this state
2022-11-17 15:48:56 +01:00

25 lines
738 B
YAML

title: Active Directory Computers Enumeration with Get-AdComputer
id: 36bed6b2-e9a0-4fff-beeb-413a92b86138
status: experimental
description: Detects usage of the "Get-AdComputer" to enumerate Computers within Active Directory.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md
author: frack113
date: 2022/03/17
tags:
- attack.discovery
- attack.t1018
logsource:
product: windows
category: ps_script
definition: Script block logging must be enabled
detection:
selection:
ScriptBlockText|contains|all:
- 'Get-AdComputer '
- '-Filter'
condition: selection
falsepositives:
- Unknown
level: low