Files
hayabusa/rules/Security/4768_T1558.004_AS-REP-Roasting.yml
T
Tanaka Zakku f29b7d2d1a Updated rules
2021-11-06 09:51:38 +09:00

21 lines
1017 B
YAML

title: AS-REP Roasting
title_jp: AS-REPロースティング
description: For each account found without preauthentication, an adversary may send an AS-REQ message without the encrypted timestamp and receive an AS-REP message with TGT data which may be encrypted with an insecure algorithm such as RC4.
description_jp: For each account found without preauthentication, an adversary may send an AS-REQ message without the encrypted timestamp and receive an AS-REP message with TGT data which may be encrypted with an insecure algorithm such as RC4.
author: Matsui
contributor: Zach Mathis, James Takai, DustInDark
mitre_attack: T1558.004
level: high
detection:
selection:
Channel: Security
EventID: 4768
TicketEncryptionType: '0x17' #RC4-HMAC
PreAuthType: 0 #Logon without pre-authentication
falsepositives:
- legacy application
output: 'Possible AS-REP Roasting'
output_jp: 'AS-REPロースティングのリスクがある'
creation_date: 2021/04/31
updated_date: 2021/11/06