Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
7. (U) Infection errors
(S) If infect fails, the following are error code descriptions:
• -1: invalid drive
• -2: invalid deployment data
• -3: invalid payload data
• -4: invalid execution vector
• -5: missing deployment DLL (maybe missing 64-bit DLL)
• -6, -7: compression/encryption of data failed (invalid crypto key)
• -8: Condensed_OnDisk: Failed dumping file
• -9: Full_OnDisk: Failed dumping deployment file
• -10: Full_OnDisk: Failed dumping payload file
• -11: failed copying BKCore and patching file with config options
Any errors < -100 are specific to infecting the local drive:
• -101: failed adding DLL to linkfile (missing 64-bit files?)
• -102: invalid arguments
• -103: bad path
• -105: failed to write the DLL payload to specified path
• -106: invalid drive
• -107: failed to generate link files (invalid path?)
• -131: EZC: invalid payload path (path cant have a space in its name)
• -132: EZC: the path to the DLL was too long
• -133: EZC: Failure to generate link file name
• -134: LACH: failed to write autorun.ini file
• -135: BOOM: Desktop.ini file already exists and overwrite set to fale
• -136: BOOM: failed to write autorun.ini file
• -137: RVRJ: failed to create the *.library-ms file
SECRET//NOFORN
21