Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
4.9 MD5
The “md5” verb states that the MD5 hash of the contents of the file equals a
provided MD5 sum.
Usage
file(<file_path>).md5(<md5_sum>)
file_path
Path to file on target file system
md5_sum
Expected MD5 sum value, provided as a sequence of 32
hexadecimal characters
Truth Table
TRUE
MD5 sum of file_path contents equals md5_sum
FALSE
MD5 sum of file_path contents does not equal md5_sum
INVALID
file_path does not exist, is not a file, or access was denied
107
SECRET//NOFORN