32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
title: PowerShell ADRecon Execution
|
|
author: Bhabesh Raj
|
|
date: 2021/07/16
|
|
description: Detects execution of ADRecon.ps1 for AD reconnaissance which has been
|
|
reported to be actively used by FIN7
|
|
detection:
|
|
SELECTION_1:
|
|
ScriptBlockText: '*Function Get-ADRExcelComOb*'
|
|
SELECTION_2:
|
|
ScriptBlockText: '*ADRecon-Report.xlsx*'
|
|
condition: (SELECTION_1 or SELECTION_2)
|
|
falsepositives:
|
|
- Unknown
|
|
id: bf72941a-cba0-41ea-b18c-9aca3925690d
|
|
level: high
|
|
logsource:
|
|
category: ps_script
|
|
definition: Script block logging must be enabled
|
|
product: windows
|
|
modified: 2021/10/16
|
|
references:
|
|
- https://github.com/sense-of-security/ADRecon
|
|
- https://bi-zone.medium.com/from-pentest-to-apt-attack-cybercriminal-group-fin7-disguises-its-malware-as-an-ethical-hackers-c23c9a75e319
|
|
status: experimental
|
|
tags:
|
|
- attack.discovery
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
yml_filename: powershell_adrecon_execution.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/powershell/powershell_script
|
|
|