Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//ORCON//NOFORN
5.4 Family
Description
The “family” verb takes in a windows family string value and checks to see if
the target Windows installation is within that family. The valid Windows family
strings are shown in the table below:
winxp winxppro win2003
vista win2008 win2008r2
win7 win8
Usage
os.family(<windows family>)
Example
os.family(“winxp”)
The above example checks to see if target Windows installation is within the
“winxp” family.
Return Values
Return
Code
Description
True If the target Windows installation is within the provided
Windows family
False If the target Windows installation is not within the
provided Windows family
Invalid If an error occurred while getting OS information
89
SECRET//ORCON//NOFORN