Update T1020.yaml -Add New Atomic Test for T1020 - Exfiltration via Encrypted FTP #2656
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Atomic Test #2 - Add New Atomic Test for T1020 - Exfiltration via Encrypted FTP
Simulates encrypted file transfer to an FTP server, representing stealthy data exfiltration methods.
Details:
This pull request introduces a new atomic test, "Exfiltration via Encrypted FTP," under T1020 - Automated Exfiltration. This test simulates the encrypted transfer of a file to an FTP server, a method often used by advanced threats for stealthy data exfiltration. The test is designed to help organizations improve their detection capabilities against such exfiltration techniques.
Testing:
The test was developed and validated in a controlled lab environment. It was executed on a Windows platform, ensuring the successful creation of a sample file, its encrypted transfer to a specified FTP server, and subsequent cleanup. No live data was used, and all activities were confined to a secure testing environment.
Associated Issues:
N/A