2017-02-19 21:43:27 +00:00
|
|
|
title: Addition of SID History to Active Directory Object
|
|
|
|
status: stable
|
|
|
|
description: An attacker can use the SID history attribute to gain additional privileges.
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://adsecurity.org/?p=1772
|
2019-07-17 00:55:02 +00:00
|
|
|
author: "Thomas Patzke, @atc_project (improvements)"
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
2019-07-17 00:55:02 +00:00
|
|
|
- attack.persistence # https://adsecurity.org/?p=1772
|
2018-07-24 05:50:32 +00:00
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1178
|
2017-02-19 21:43:27 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2017-03-05 22:55:52 +00:00
|
|
|
service: security
|
2017-02-19 21:43:27 +00:00
|
|
|
detection:
|
2019-07-17 00:55:02 +00:00
|
|
|
selection1:
|
2017-02-19 21:43:27 +00:00
|
|
|
EventID:
|
|
|
|
- 4765
|
|
|
|
- 4766
|
2019-07-17 00:55:02 +00:00
|
|
|
selection2:
|
|
|
|
EventID: 4738
|
|
|
|
selection3:
|
2019-07-17 01:28:21 +00:00
|
|
|
SidHistory:
|
|
|
|
- '-'
|
|
|
|
- '%%1793'
|
2019-07-17 00:55:02 +00:00
|
|
|
condition: selection1 or (selection2 and not selection3)
|
2017-02-19 21:43:27 +00:00
|
|
|
falsepositives:
|
|
|
|
- Migration of an account into a new domain
|
|
|
|
level: medium
|