Detection rules › Sigma
Azure Active Directory Connect credentials dump via network share
Detects scenarios where an attacker attempt to dump Azure Active Directory Connect credentials via network share.
Known false positives
- None
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Credential Access |
Telemetry coverage
Rule body
title: Azure Active Directory Connect credentials dump via network share
description: Detects scenarios where an attacker attempt to dump Azure Active Directory Connect credentials via network share.
references:
- https://github.com/fox-it/adconnectdump
- https://o365blog.com/post/adsync/
- https://dirkjanm.io/updating-adconnectdump-a-journey-into-dpapi/
tags:
- attack.credential_access
- attack.t1555
author: mdecrevoisier
status: experimental
logsource:
product: windows
service: security
detection:
selection:
EventID: 5145
ShareName: '\\*\C$'
RelativeTargetName|contains: '\Windows\ServiceProfiles\ADSync\AppData\Local\Microsoft\Credentials\'
condition: selection
falsepositives:
- None
level: high
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
EventID: 5145
ShareName: '\\*\C$'
RelativeTargetName|contains: '\Windows\ServiceProfiles\ADSync\AppData\Local\Microsoft\Credentials\'
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
RelativeTargetName | match |
| field:"RelativeTargetName" kind:match value:"\Windows\ServiceProfiles\ADSync\AppData\Local\Microsoft\Credentials\" |
ShareName | wildcard |
| field:"ShareName" kind:wildcard value:"\\*\C$" |