mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
29 lines
848 B
YAML
29 lines
848 B
YAML
title: Possible SPN Enumeration
|
|
id: 1eeed653-dbc8-4187-ad0c-eeebb20e6599
|
|
description: Detects Service Principal Name Enumeration used for Kerberoasting
|
|
status: experimental
|
|
references:
|
|
- https://p16.praetorian.com/blog/how-to-use-kerberoasting-t1208-for-privilege-escalation
|
|
author: Markus Neis, keepwatch
|
|
date: 2018/11/14
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1558.003
|
|
- attack.t1208 # an old one
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_image:
|
|
Image|endswith: '\setspn.exe'
|
|
selection_desc:
|
|
Description|contains|all:
|
|
- 'Query or reset the computer'
|
|
- 'SPN attribute'
|
|
cmd:
|
|
CommandLine|contains: '-q'
|
|
condition: (selection_image or selection_desc) and cmd
|
|
falsepositives:
|
|
- Administrator Activity
|
|
level: medium
|