Files
blue-team-tools/rules/windows/powershell/powershell_script/powershell_azurehound_commands.yml
T

31 lines
913 B
YAML
Raw Normal View History

2021-10-23 18:27:36 -05:00
title: AzureHound PowerShell Commands
id: 83083ac6-1816-4e76-97d7-59af9a9ae46e
status: experimental
description: Detects the execution of AzureHound in PowerShell, a tool to gather data from Azure for BloodHound
2021-10-23 18:27:36 -05:00
references:
- https://github.com/BloodHoundAD/BloodHound/blob/master/Collectors/AzureHound.ps1
- https://bloodhound.readthedocs.io/en/latest/data-collection/azurehound.html
author: Austin Songer (@austinsonger)
date: 2021/10/23
modified: 2022/01/12
2021-10-23 18:27:36 -05:00
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enabled
2021-10-23 18:27:36 -05:00
detection:
selection:
2022-01-11 13:40:53 +01:00
ScriptBlockText|contains: Invoke-AzureHound
2021-10-23 18:27:36 -05:00
condition: selection
tags:
- attack.discovery
- attack.t1482
- attack.t1087
- attack.t1087.001
- attack.t1087.002
- attack.t1069.001
- attack.t1069.002
- attack.t1069
falsepositives:
- Penetration testing
level: high