Potential APT FIN7 Related PowerShell Script Created
Detects PowerShell script file creation with specific name or suffix which was seen being used often by FIN7 PowerShell scripts
Detection logic
selection
- TargetFilename|endswith: _64refl.ps1
- TargetFilename: host_ip.ps1Condition
selectionRaw YAML
title: Potential APT FIN7 Related PowerShell Script Created
id: a88d9f45-ec8a-4b0e-85ee-c9f6a65e9128
status: test
description: Detects PowerShell script file creation with specific name or suffix which was seen being used often by FIN7 PowerShell scripts
references:
- https://labs.withsecure.com/publications/fin7-target-veeam-servers
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-05-04
tags:
- attack.execution
- attack.g0046
- detection.emerging-threats
logsource:
category: file_event
product: windows
detection:
selection:
- TargetFilename|endswith: '_64refl.ps1'
- TargetFilename: 'host_ip.ps1'
condition: selection
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
CVE-2021-1675 Print Spooler Exploitation Filename Pattern
criticalwindows · Same logsource category (file_event)
CVE-2021-26858 Exchange Exploitation
highwindows · Same logsource category (file_event)
CVE-2021-31979 CVE-2021-33771 Exploits by Sourgum
criticalwindows · Same logsource category (file_event)
CVE-2021-44077 POC Default Dropped File
highwindows · Same logsource category (file_event)