#malware #cybersecurity #file-format #encryption #metadata #codec #ca-rt

cart_container

The CaRT file format is used to store or transfer malware and it's associated metadata. It neuters the malware so it cannot be executed, and encrypts it so anti-virus software cannot flag the CaRT file as malware

9 releases

1.0.0-alpha Mar 8, 2024
0.1.8 Jan 22, 2024
0.1.7 Feb 6, 2023
0.1.5 Jan 23, 2023

#115 in Compression

Download history 133/week @ 2024-01-19 291/week @ 2024-01-26 181/week @ 2024-02-02 215/week @ 2024-02-09 630/week @ 2024-02-16 305/week @ 2024-02-23 197/week @ 2024-03-01 306/week @ 2024-03-08 143/week @ 2024-03-15 244/week @ 2024-03-22 127/week @ 2024-03-29 170/week @ 2024-04-05

709 downloads per month
Used in 2 crates

MIT license

35KB
586 lines

CaRT (Compressed and RC4 Transport)

The CaRT file format is used to store/transfer malware and it's associated metadata. It neuters the malware so it cannot be executed and encrypt it so anti-virus softwares cannot flag the CaRT file as malware.

Library

This crate provides methods to encode and decode the CaRT format (which can be used directly) and exports them into a C library.

Details

For more details about how the CaRT format is implemented or ways it can be used check it's original implementation: https://github.com/CybercentreCanada/cart


CaRT (Compressed and RC4 Transport)

Le format de fichier CaRT permet de stocker et de transférer les maliciels et les métadonnées connexes. Il neutralise les maliciels de manière à ce qu’ils puissent être exécutés et chiffrés pour que le logiciel antivirus ne signale pas le fichier CaRT comme étant un maliciel.

Une bibliothèque

Ce crate fournit des méthodes pour encoder et décoder le format CaRT (qui peut être utilisé directement) et les exporte dans une bibliothèque C.

Des détails

Pour plus de détails sur la façon dont le format CaRT est implémenté ou comment il peut être utilisé, vérifiez son implémentation d'origine: https://github.com/CybercentreCanada/cart#cart-compressed-and-rc4-transport-1

Dependencies

~1.3–1.8MB
~38K SLoC