2019-01-16 22:36:31 +00:00
|
|
|
title: Rubeus Hack Tool
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 7ec2c172-dceb-4c10-92c9-87c1881b7e18
|
2019-01-16 22:36:31 +00:00
|
|
|
description: Detects command line parameters used by Rubeus hack tool
|
|
|
|
author: Florian Roth
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.harmj0y.net/blog/redteaming/from-kekeo-to-rubeus/
|
2019-01-16 22:36:31 +00:00
|
|
|
date: 2018/12/19
|
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1003
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1558.003
|
2020-09-01 17:02:36 +00:00
|
|
|
- attack.t1558 # an old one
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1550.003
|
|
|
|
- attack.t1097 # an old one
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-10-15 20:54:20 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- ' asreproast '
|
|
|
|
- ' dump /service:krbtgt '
|
|
|
|
- ' kerberoast '
|
|
|
|
- ' createnetonly /program:'
|
|
|
|
- ' ptt /ticket:'
|
|
|
|
- ' /impersonateuser:'
|
|
|
|
- ' renew /ticket:'
|
|
|
|
- ' asktgt /user:'
|
|
|
|
- ' harvest /interval:'
|
2021-04-06 17:18:54 +00:00
|
|
|
- ' s4u /user:'
|
|
|
|
- ' s4u /ticket:'
|
|
|
|
- ' hash /password:'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- unlikely
|
2019-01-16 22:36:31 +00:00
|
|
|
level: critical
|