Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hack_rubeus.yml
T

38 lines
907 B
YAML
Raw Normal View History

title: Rubeus Hack Tool
2019-11-12 23:12:27 +01:00
id: 7ec2c172-dceb-4c10-92c9-87c1881b7e18
2022-03-07 17:10:51 +01:00
status: stable
description: Detects command line parameters used by Rubeus hack tool
author: Florian Roth
references:
2021-11-27 11:33:14 +01:00
- https://www.harmj0y.net/blog/redteaming/from-kekeo-to-rubeus/
date: 2018/12/19
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
detection:
2021-11-27 11:33:14 +01:00
selection:
CommandLine|contains:
- ' asreproast '
- ' dump /service:krbtgt '
- ' kerberoast '
- ' createnetonly /program:'
- ' ptt /ticket:'
- ' /impersonateuser:'
- ' renew /ticket:'
- ' asktgt /user:'
- ' harvest /interval:'
- ' s4u /user:'
- ' s4u /ticket:'
- ' hash /password:'
condition: selection
falsepositives:
2022-03-16 14:16:10 +01:00
- Unlikely
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.credential_access
- attack.t1003
- attack.t1558.003
- attack.lateral_movement
- attack.t1550.003