mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
24 lines
593 B
YAML
24 lines
593 B
YAML
rule:
|
|
meta:
|
|
name: communicate using FTP
|
|
namespace: communication/ftp
|
|
authors:
|
|
- mehunhoff@google.com
|
|
scopes:
|
|
static: instruction
|
|
dynamic: call
|
|
mbc:
|
|
- Communication::FTP Communication::WinINet [C0004.002]
|
|
features:
|
|
- or:
|
|
- api: FtpGetCurrentDirectory
|
|
- api: FtpGetFile
|
|
- api: FtpSetCurrentDirectory
|
|
- api: FtpOpenFile
|
|
- api: FtpGetFileSize
|
|
- api: FtpDeleteFile
|
|
- api: FtpCreateDirectory
|
|
- api: FtpRemoveDirectory
|
|
- api: FtpRenameFile
|
|
- api: FtpDownload
|
|
- api: FtpGetDirectory
|