Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
4.5 Size Greater
The “size_greater” verb states that the size of the file is greater than a specified
size.
Usage
file(<file_path>).size_greater(<file_size>)
file_path
Path to file on target file system
file_size
Size value to compare against the file
Supports complex file size numbers (e.g., 5m == 5,242,880)
Truth Table
TRUE
file_path is larger than file_size bytes
FALSE
file_path is smaller than file_size bytes
INVALID
file_path does not exist or is not a file
103
SECRET//NOFORN