2019-02-25 23:24:46 +00:00
|
|
|
title: Possible SPN Enumeration
|
|
|
|
description: Detects Service Principal Name Enumeration used for Kerberoasting
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://p16.praetorian.com/blog/how-to-use-kerberoasting-t1208-for-privilege-escalation
|
2019-02-25 23:24:46 +00:00
|
|
|
author: Markus Neis, keepwatch
|
|
|
|
date: 2018/11/14
|
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1208
|
2019-02-25 23:24:46 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_image:
|
|
|
|
Image: '*\setspn.exe'
|
|
|
|
selection_desc:
|
|
|
|
Description: '*Query or reset the computer* SPN attribute*'
|
|
|
|
cmd:
|
|
|
|
CommandLine: '*-q*'
|
|
|
|
condition: (selection_image or selection_desc) and cmd
|
2019-02-25 23:24:46 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Administrator Activity
|
2019-02-25 23:24:46 +00:00
|
|
|
level: medium
|