598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
30 lines
755 B
YAML
30 lines
755 B
YAML
title: Renamed FTP.EXE Execution
|
|
id: 277a4393-446c-449a-b0ed-7fdc7795244c
|
|
status: test
|
|
description: Detects the execution of a renamed "ftp.exe" binary based on the PE metadata fields
|
|
references:
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Ftp/
|
|
author: Victor Sergeev, oscd.community
|
|
date: 2020-10-09
|
|
modified: 2023-02-03
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059
|
|
- attack.defense-evasion
|
|
- attack.t1202
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_original:
|
|
OriginalFileName: 'ftp.exe'
|
|
filter_img:
|
|
Image|endswith: '\ftp.exe'
|
|
condition: selection_original and not filter_img
|
|
fields:
|
|
- CommandLine
|
|
- ParentImage
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|