mirror of
https://github.com/MBCProject/mbc-markdown
synced 2026-06-08 11:36:36 +00:00
f7d92d59fa
- Updating capa detection in behaviors - Newsletter - Conti malware - pafish faq
1.2 KiB
1.2 KiB
| ID | C0004 |
| Objective(s) | Communication |
| Related ATT&CK Techniques | None |
| Version | 2.0 |
| Created | 14 August 2020 |
| Last Modified | 13 September 2023 |
FTP Communication
The FTP Communication micro-behavior focuses on FTP communication.
Methods
| Name | ID | Description |
|---|---|---|
| Send File | C0004.001 | Send FTP file. |
| WinINet | C0004.002 | Send FTP command via WinINet. |
Detection
| Tool: capa | Mapping | APIs |
|---|---|---|
| send file using FTP | FTP Communication::Send File (C0004.001) | wininet.FtpPutFile, wininet.FtpSetCurrentDirectory, wininet.InternetConnect, System.Net.WebRequest::Create |
| send file using FTP | FTP Communication::WinINet (C0004.002) | wininet.FtpPutFile, wininet.FtpSetCurrentDirectory, wininet.InternetConnect, System.Net.WebRequest::Create |