2019-04-03 12:41:11 +00:00
|
|
|
title: AD Privileged Users or Groups Reconnaissance
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 35ba1d85-724d-42a3-889f-2e2362bcaf23
|
2019-04-03 12:41:11 +00:00
|
|
|
description: Detect priv users or groups recon based on 4661 eventid and known privileged users or groups SIDs
|
|
|
|
references:
|
|
|
|
- https://blog.menasec.net/2019/02/threat-hunting-5-detecting-enumeration.html
|
|
|
|
tags:
|
2019-04-03 19:40:59 +00:00
|
|
|
- attack.discovery
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1087 # an old one
|
|
|
|
- attack.t1087.002
|
2019-04-03 12:41:11 +00:00
|
|
|
status: experimental
|
|
|
|
author: Samir Bousseaden
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/04/03
|
2020-08-24 23:09:17 +00:00
|
|
|
modified: 2020/08/23
|
2019-04-03 12:41:11 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
definition: 'Requirements: enable Object Access SAM on your Domain Controllers'
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 4661
|
|
|
|
ObjectType:
|
|
|
|
- 'SAM_USER'
|
|
|
|
- 'SAM_GROUP'
|
|
|
|
ObjectName:
|
|
|
|
- '*-512'
|
|
|
|
- '*-502'
|
|
|
|
- '*-500'
|
|
|
|
- '*-505'
|
|
|
|
- '*-519'
|
|
|
|
- '*-520'
|
|
|
|
- '*-544'
|
|
|
|
- '*-551'
|
|
|
|
- '*-555'
|
|
|
|
- '*admin*'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- if source account name is not an admin then its super suspicious
|
|
|
|
level: high
|