external_c2_framework icon indicating copy to clipboard operation
external_c2_framework copied to clipboard

Implement resilient transport channels

Open Und3rf10w opened this issue 7 years ago • 0 comments

It would be extremely useful if the c2 client had the capability to implement a fail-over transport mechanism. Ideally, in the event of an extremely long timeout where the client never receives a response from the server (e.g. 2 weeks), it should attempt to change over to attempt to use a different transport channel for communication.

The fail-over channel should be stored in memory in an encrypted or encoded fashion that would only ever be used in the event it is required. It may be beneficial to either encode/encrypt, or clear from memory entirely the now unusable communication channel.

Und3rf10w avatar Feb 09 '18 03:02 Und3rf10w