SigmaHQ/rules/windows/builtin/win_susp_add_sid_history.yml

34 lines
897 B
YAML
Raw Normal View History

title: Addition of SID History to Active Directory Object
2019-11-12 22:12:27 +00:00
id: 2632954e-db1c-49cb-9936-67d1ef1d17d2
status: stable
description: An attacker can use the SID history attribute to gain additional privileges.
references:
- https://adsecurity.org/?p=1772
2019-11-12 22:12:27 +00:00
author: Thomas Patzke, @atc_project (improvements)
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
- attack.t1178 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1134.005
logsource:
product: windows
service: security
detection:
selection1:
EventID:
- 4765
- 4766
selection2:
EventID: 4738
selection3:
SidHistory:
- '-'
- '%%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)
falsepositives:
- Migration of an account into a new domain
2019-12-03 13:28:46 +00:00
level: medium