2017-02-06 19:03:42 +00:00
|
|
|
title: Suspicious Kerberos RC4 Ticket Encryption
|
|
|
|
status: experimental
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://adsecurity.org/?p=3458
|
2018-03-25 21:18:22 +00:00
|
|
|
- https://www.trimarcsecurity.com/single-post/TrimarcResearch/Detecting-Kerberoasting-Activity
|
2018-07-24 04:34:20 +00:00
|
|
|
tags:
|
2018-07-24 05:50:32 +00:00
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1208
|
2018-09-04 14:15:02 +00:00
|
|
|
description: Detects service ticket requests using RC4 encryption type
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-02-19 10:08:23 +00:00
|
|
|
product: windows
|
2017-03-05 22:55:52 +00:00
|
|
|
service: security
|
2017-02-06 19:03:42 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
EventID: 4769
|
|
|
|
TicketOptions: '0x40810000'
|
2018-03-26 20:53:38 +00:00
|
|
|
TicketEncryptionType: '0x17'
|
2017-02-06 19:03:42 +00:00
|
|
|
reduction:
|
|
|
|
- ServiceName: '$*'
|
|
|
|
condition: selection and not reduction
|
|
|
|
falsepositives:
|
|
|
|
- Service accounts used on legacy systems (e.g. NetApp)
|
|
|
|
- Windows Domains with DFL 2003 and legacy systems
|
2017-02-16 17:02:26 +00:00
|
|
|
level: medium
|