A security analyst reviewing a Security Information and Event Management (SIEM) log aggregator observes the following consecutive Kerberos event entries generated by internal endpoint `10.0.12.88` within a 90-second time window:
text 2026-07-27T11:02:14Z | EventID: 4769 | TargetUser: [email protected] | ServiceName: MSSQLSvc/sql01.corp.local:1433 | TicketEncryption: 0x17 (RC4-HMAC) | Status: 0x0 2026-07-27T11:02:41Z | EventID: 4769 | TargetUser: [email protected] | ServiceName: BackupSvc/storage01.corp.local | TicketEncryption: 0x17 (RC4-HMAC) | Status: 0x0 2026-07-27T11:03:12Z | EventID: 4769 | TargetUser: [email protected] | ServiceName: HTTP/webserver01.corp.local | TicketEncryption: 0x17 (RC4-HMAC) | Status: 0x0
Based on the log output, which attack technique is taking place, and what correlation rule condition should the analyst configure in the SIEM to detect this activity?
- Kerberoasting; configure a correlation rule that triggers when a single source IP generates multiple Event ID 4769 Ticket Granting Service (TGS) requests requesting RC4 encryption (0x17) for Service Principal Names (SPNs) within a short time threshold.Cevap
- BPassword spraying; configure a correlation rule that triggers on a high frequency of Event ID 4768 Authentication Ticket requests returning error code 0x18 across multiple user accounts.
- CGolden Ticket attack; configure a correlation rule that triggers when Kerberos tickets are granted without prior user authentication in the active directory logs.
- DPass-the-Hash attack; configure a preventive SIEM automated response rule to block NTLM authentication traffic across internal network segments.