2017-02-19 21:43:27 +00:00
|
|
|
title: Addition of SID History to Active Directory Object
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 2632954e-db1c-49cb-9936-67d1ef1d17d2
|
2017-02-19 21:43:27 +00:00
|
|
|
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-11-12 22:12:27 +00:00
|
|
|
author: Thomas Patzke, @atc_project (improvements)
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/02/19
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
2019-11-12 22:12:27 +00:00
|
|
|
- attack.persistence
|
2018-07-24 05:50:32 +00:00
|
|
|
- attack.privilege_escalation
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1178 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1134.005
|
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:
|
2020-01-30 15:07:37 +00:00
|
|
|
SidHistory:
|
2019-07-17 01:28:21 +00:00
|
|
|
- '-'
|
|
|
|
- '%%1793'
|
2020-05-19 09:05:51 +00:00
|
|
|
filter_null:
|
2020-06-16 20:46:08 +00:00
|
|
|
SidHistory:
|
2020-05-19 09:05:51 +00:00
|
|
|
condition: selection1 or (selection2 and not selection3 and not filter_null)
|
2017-02-19 21:43:27 +00:00
|
|
|
falsepositives:
|
|
|
|
- Migration of an account into a new domain
|
2019-12-03 13:28:46 +00:00
|
|
|
level: medium
|