feat: various new hktl rules

This commit is contained in:
Paul Hager
2023-04-17 12:08:30 +02:00
parent 06352916f8
commit 0420e9c3bb
8 changed files with 239 additions and 4 deletions
@@ -23,9 +23,12 @@ references:
- https://github.com/samratashok/nishang
- https://github.com/DarkCoderSc/PowerRunAsSystem/
- https://github.com/besimorhino/powercat
- https://github.com/Kevin-Robertson/Powermad
- https://github.com/adrecon/ADRecon
- https://github.com/adrecon/AzureADRecon
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023/01/20
modified: 2023/03/06
modified: 2023/04/17
tags:
- attack.execution
- attack.discovery
@@ -206,6 +209,36 @@ detection:
- 'Start-CaptureServer'
- 'Start-WebcamRecorder'
- 'VolumeShadowCopyTools'
# powermad
- 'Disable-ADIDNSNode'
- 'Disable-MachineAccount'
- 'Enable-ADIDNSNode'
- 'Enable-MachineAccount'
- 'Get-ADIDNS' # *NodeAttribute, *NodeOwner, *NodeTombstoned, *Permission, *Zone
- 'Get-KerberosAESKey'
- 'Get-MachineAccountAttribute'
- 'Get-MachineAccountCreator'
- 'Grant-ADIDNSPermission'
- 'Invoke-AgentSmith'
- 'Invoke-DNSUpdate'
- 'New-ADIDNSNode'
- 'New-DNSRecordArray'
- 'New-MachineAccount'
- 'New-SOASerialNumberArray'
- 'Remove-ADIDNSNode'
- 'Remove-MachineAccount'
- 'Rename-ADIDNSNode'
- 'Revoke-ADIDNSPermission'
- 'Set-ADIDNSNode' # *Set-ADIDNSNodeAttribute, *Set-ADIDNSNodeOwner
- 'Set-MachineAccountAttribute'
# ADRecon
- 'Invoke-ADRecon'
- 'Export-ADR'
- 'Export-ADRCSV'
- 'Export-ADRExcel'
- 'Export-ADRHTML'
- 'Export-ADRJSON'
- 'Export-ADRXML'
condition: selection
falsepositives:
- Unknown