Possible Computer Enumeration And Export Through Get-ADComputer Cmdlet (via process_creation)
This rule detects use of the Get-ADComputer cmdlet to collect computer information and output it to a file
SigmamediumWindowsv1
sigma
possible-computer-enumeration-and-export-through-get-adcomputer-cmdlet-via-process-creation
title: Possible Computer Enumeration And Export Through Get-ADComputer Cmdlet (via process_creation)
id: 5f2e0937-19f1-54e5-9bc5-373cba51929c
status: stable
description: This rule detects use of the Get-ADComputer cmdlet to collect computer information and output it to a file
references:
- https://attack.mitre.org/techniques/T1033/
- http://blog.talosintelligence.com/2022/09/lazarus-three-rats.html
- https://www.microsoft.com/en-us/security/blog/2022/10/18/defenders-beware-a-case-for-post-ransomware-investigations/
- https://www.cisa.gov/uscert/sites/default/files/publications/aa22-320a_joint_csa_iranian_government-sponsored_apt_actors_compromise_federal%20network_deploy_crypto%20miner_credential_harvester.pdf
author: Huntrule Team
date: 2026-01-02
tags:
- attack.discovery
- attack.t1033
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith:
- '\powershell.exe'
- '\pwsh.exe'
- OriginalFileName:
- 'PowerShell.EXE'
- 'pwsh.dll'
selection_cli:
CommandLine|contains|all:
- 'Get-ADComputer '
- ' -Filter \*'
CommandLine|contains:
- ' > '
- ' | Select '
- 'Out-File'
- 'Set-Content'
- 'Add-Content'
condition: all of selection_*
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.