2018-01-27 09:57:30 +00:00
|
|
|
title: Weak Encryption Enabled and Kerberoast
|
2019-11-12 22:12:27 +00:00
|
|
|
id: f6de9536-0441-4b3f-a646-f4e00f300ffd
|
2017-04-03 13:12:58 +00:00
|
|
|
description: Detects scenario where weak encryption is enabled for a user profile which could be used for hash/password cracking.
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
2017-04-03 13:15:52 +00:00
|
|
|
- https://adsecurity.org/?p=2053
|
|
|
|
- https://www.harmj0y.net/blog/activedirectory/roasting-as-reps/
|
2017-07-30 15:42:25 +00:00
|
|
|
author: '@neu5ron'
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/07/30
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1089
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1562.001
|
2017-04-03 13:12:58 +00:00
|
|
|
logsource:
|
2017-04-03 13:15:52 +00:00
|
|
|
product: windows
|
|
|
|
service: security
|
2018-11-15 06:00:06 +00:00
|
|
|
definition: 'Requirements: Audit Policy : Account Management > Audit User Account Management, Group Policy : Computer Configuration\Windows Settings\Security Settings\Advanced Audit Policy Configuration\Audit Policies\Account Management\Audit User Account Management'
|
2017-04-03 13:12:58 +00:00
|
|
|
detection:
|
2017-04-03 13:15:52 +00:00
|
|
|
selection:
|
|
|
|
EventID: 4738
|
|
|
|
keywords:
|
2019-11-02 10:25:29 +00:00
|
|
|
Message:
|
2020-06-16 20:46:08 +00:00
|
|
|
- '*DES*'
|
|
|
|
- '*Preauth*'
|
|
|
|
- '*Encrypted*'
|
2017-04-03 13:15:52 +00:00
|
|
|
filters:
|
2019-11-02 10:25:29 +00:00
|
|
|
Message:
|
|
|
|
- '*Enabled*'
|
2017-04-03 13:15:52 +00:00
|
|
|
condition: selection and keywords and filters
|
2020-01-30 15:07:37 +00:00
|
|
|
falsepositives:
|
2017-04-03 13:15:52 +00:00
|
|
|
- Unknown
|
2017-04-03 13:12:58 +00:00
|
|
|
level: high
|