Windows PowerShell Active Directory Module Import for Enumeration

Detects PowerShell importing Microsoft.ActiveDirectory.Management.dll with Import-Module, often seen during AD enumeration.

FreeReviewedSigma · Medium · v2
Product
windows
Category
ps_script
Author
frack113, Nasreddine Bencherchali (SigmaHQ), DRL 1.1
Published
2023-01-22
Updated
2026-07-31

What it detects

This rule flags PowerShell script activity that imports the Microsoft.ActiveDirectory.Management DLL via Import-Module, including common shorthand usage. Adversaries may use this module to enumerate Active Directory resources during reconnaissance. It relies on ScriptBlockText content from PowerShell script block logging to match the module import strings.

Changelog

v2
  1. v2
    Candidate ingested via manual entry.2026-07-31
  2. v1
    No changelog recorded for this version.2026-07-30

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.