Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
2.4 At Least
The “at_least” verb states that the operating system is a given version or higher.
Usage
os.at_least(<os_version>)
os_version
Windows operating system version identifier
Truth Table
TRUE
Operating system is os_version or higher
FALSE
Operating system is lower than os_version
INVALID
Error occurred while collecting OS information
79
SECRET//NOFORN