Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
7.4 Matches Integer
The “matches_integer” verb states that a registry value is the provided integer.
Usage
reg_value(<hive_name>, <key_path>, <val_name>).matches_integer(<integer>)
hive_name
Name of registry hive
key_path
Path of registry key within the hive
val_name
Name of registry value within the key
number
Number to compare to registry value
Truth Table
TRUE
hive_name\key_path\val_name value matches the integer
FALSE
hive_name\key_path\val_name value does not match the integer
INVALID
Value does not exist or error occurred while collecting registry
information
127
SECRET//NOFORN