Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Main schema Win_Executable_File_Object.xsd
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element WinExecutableFileObj:Windows_Executable_File
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Windows_Executable_File object is intended to characterize Windows PE (Portable Executable) files. Sources of information: Matt Pietrik's articles in MSDN Magazine (http://msdn.microsoft.com/en-us/magazine/cc301805.aspx and http://msdn.microsoft.com/en-us/magazine/cc301808.aspx); Microsoft's specification of PE and COFF (http://msdn.microsoft.com/library/windows/hardware/gg463125); LUEVELSMEYER's description (http://webster.cs.ucr.edu/Page_TechDocs/pe.txt).
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Build_Information Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Digital_Signature Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Exports Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Extraneous_Bytes Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Headers Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Imports Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_PE_Checksum Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Resources Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Sections Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Type Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType
Type WinExecutableFileObj:WindowsExecutableFileObjectType
Type hierarchy
Children WinExecutableFileObj:Build_Information, WinExecutableFileObj:Digital_Signature, WinExecutableFileObj:Exports, WinExecutableFileObj:Extraneous_Bytes, WinExecutableFileObj:Headers, WinExecutableFileObj:Imports, WinExecutableFileObj:PE_Checksum, WinExecutableFileObj:Resources, WinExecutableFileObj:Sections, WinExecutableFileObj:Type
Source
<xs:element name="Windows_Executable_File" type="WinExecutableFileObj:WindowsExecutableFileObjectType">
  <xs:annotation>
    <xs:documentation>The Windows_Executable_File object is intended to characterize Windows PE (Portable Executable) files. Sources of information: Matt Pietrik's articles in MSDN Magazine (http://msdn.microsoft.com/en-us/magazine/cc301805.aspx and http://msdn.microsoft.com/en-us/magazine/cc301808.aspx); Microsoft's specification of PE and COFF (http://msdn.microsoft.com/library/windows/hardware/gg463125); LUEVELSMEYER's description (http://webster.cs.ucr.edu/Page_TechDocs/pe.txt).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Build_Information
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Build_Information field specifies some information on the tools used to build the PE binary.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Linker_Name Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Linker_Version Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Compiler_Name Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Compiler_Version Win_Executable_File_Object_xsd.tmp#PEBuildInformationType
Type WinExecutableFileObj:PEBuildInformationType
Children WinExecutableFileObj:Compiler_Name, WinExecutableFileObj:Compiler_Version, WinExecutableFileObj:Linker_Name, WinExecutableFileObj:Linker_Version
Source
<xs:element minOccurs="0" name="Build_Information" type="WinExecutableFileObj:PEBuildInformationType">
  <xs:annotation>
    <xs:documentation>The Build_Information field specifies some information on the tools used to build the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEBuildInformationType / WinExecutableFileObj:Linker_Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Linker_Name field specifies the name of the linker used to link the PE binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Linker_Name" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Linker_Name field specifies the name of the linker used to link the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEBuildInformationType / WinExecutableFileObj:Linker_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Linker_Version field specifies the version of the linker used to link the PE binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Linker_Version" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Linker_Version field specifies the version of the linker used to link the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEBuildInformationType / WinExecutableFileObj:Compiler_Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Compiler_Name field specifies the name of the compiler used to compile the binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Compiler_Name" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Compiler_Name field specifies the name of the compiler used to compile the binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEBuildInformationType / WinExecutableFileObj:Compiler_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Compiler_Version field specifies the version of the compiler used to compile the binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Compiler_Version" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Compiler_Version field specifies the version of the compiler used to compile the binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Digital_Signature
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Digital_Signature field specifies the information about the digital signature used to sign the PE binary.
Diagram
Diagram
Type DigitalSignatureInfoType
Source
<xs:element name="Digital_Signature" type="cyboxCommon:DigitalSignatureInfoType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Digital_Signature field specifies the information about the digital signature used to sign the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Exports
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Exports field characterizes the PE Export table of the PE Binary.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportsType_Name Win_Executable_File_Object_xsd.tmp#PEExportsType_Exported_Functions Win_Executable_File_Object_xsd.tmp#PEExportsType_Exports_Time_Stamp Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Addresses Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Names Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Functions Win_Executable_File_Object_xsd.tmp#PEExportsType
Type WinExecutableFileObj:PEExportsType
Children WinExecutableFileObj:Exported_Functions, WinExecutableFileObj:Exports_Time_Stamp, WinExecutableFileObj:Name, WinExecutableFileObj:Number_Of_Addresses, WinExecutableFileObj:Number_Of_Functions, WinExecutableFileObj:Number_Of_Names
Source
<xs:element name="Exports" type="WinExecutableFileObj:PEExportsType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Exports field characterizes the PE Export table of the PE Binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Name field specifies the actual name of the PE module, as used by the PE loader when it is imported by another executable.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element maxOccurs="1" minOccurs="0" name="Name" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Name field specifies the actual name of the PE module, as used by the PE loader when it is imported by another executable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Exported_Functions
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
A list of the exported functions in this section.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportedFunctionsType_Exported_Function Win_Executable_File_Object_xsd.tmp#PEExportedFunctionsType
Type WinExecutableFileObj:PEExportedFunctionsType
Children WinExecutableFileObj:Exported_Function
Source
<xs:element name="Exported_Functions" type="WinExecutableFileObj:PEExportedFunctionsType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A list of the exported functions in this section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportedFunctionsType / WinExecutableFileObj:Exported_Function
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies a single field in the list of exported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Function_Name Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Entry_Point Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Ordinal Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType
Type WinExecutableFileObj:PEExportedFunctionType
Children WinExecutableFileObj:Entry_Point, WinExecutableFileObj:Function_Name, WinExecutableFileObj:Ordinal
Source
<xs:element name="Exported_Function" type="WinExecutableFileObj:PEExportedFunctionType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Specifies a single field in the list of exported functions.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportedFunctionType / WinExecutableFileObj:Function_Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Function_Name field specifies the name of the function exported by the PE binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Function_Name field specifies the name of the function exported by the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportedFunctionType / WinExecutableFileObj:Entry_Point
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Entry_Point field specifies the entry point of the function exported by the PE binary.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Entry_Point" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Entry_Point field specifies the entry point of the function exported by the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportedFunctionType / WinExecutableFileObj:Ordinal
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Ordinal field specifies the ordinal value (index) of the function exported by the PE binary.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Ordinal" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Ordinal field specifies the ordinal value (index) of the function exported by the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Exports_Time_Stamp
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The date and time the export data was created.
Diagram
Diagram
Type DateTimeObjectPropertyType
Source
<xs:element name="Exports_Time_Stamp" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The date and time the export data was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Number_Of_Addresses
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The number of addresses in the export data section's address table.
Diagram
Diagram
Type LongObjectPropertyType
Source
<xs:element name="Number_Of_Addresses" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The number of addresses in the export data section's address table.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Number_Of_Names
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The number of names in the export data section's name table.
Diagram
Diagram
Type LongObjectPropertyType
Source
<xs:element name="Number_Of_Names" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The number of names in the export data section's name table.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEExportsType / WinExecutableFileObj:Number_Of_Functions
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Number_Of_Functions field specifies the total number of functions that are exported by the PE file.
Diagram
Diagram
Type IntegerObjectPropertyType
Source
<xs:element minOccurs="0" name="Number_Of_Functions" type="cyboxCommon:IntegerObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Number_Of_Functions field specifies the total number of functions that are exported by the PE file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Extraneous_Bytes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Extraneous_Bytes field specifies the number of extraneous bytes contained in the PE binary.
Diagram
Diagram
Type IntegerObjectPropertyType
Source
<xs:element name="Extraneous_Bytes" type="cyboxCommon:IntegerObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Extraneous_Bytes field specifies the number of extraneous bytes contained in the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Headers
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Headers field contains fields for characterizing aspects the various types of PE headers.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEHeadersType_DOS_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Signature Win_Executable_File_Object_xsd.tmp#PEHeadersType_File_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Optional_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Entropy Win_Executable_File_Object_xsd.tmp#PEHeadersType_Hashes Win_Executable_File_Object_xsd.tmp#PEHeadersType
Type WinExecutableFileObj:PEHeadersType
Children WinExecutableFileObj:DOS_Header, WinExecutableFileObj:Entropy, WinExecutableFileObj:File_Header, WinExecutableFileObj:Hashes, WinExecutableFileObj:Optional_Header, WinExecutableFileObj:Signature
Source
<xs:element name="Headers" type="WinExecutableFileObj:PEHeadersType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Headers field contains fields for characterizing aspects the various types of PE headers.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:DOS_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The DOS_Header field refers to the MS-DOS PE header and its associated characteristics.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_magic Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cblp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_crlc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cparhdr Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_minalloc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_maxalloc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ss Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_sp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_csum Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ip Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cs Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_lfarlc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ovro Win_Executable_File_Object_xsd.tmp#DOSHeaderType_reserved1 Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_oemid Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_oeminfo Win_Executable_File_Object_xsd.tmp#DOSHeaderType_reserved2 Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_lfanew Win_Executable_File_Object_xsd.tmp#DOSHeaderType_Hashes Win_Executable_File_Object_xsd.tmp#DOSHeaderType
Type WinExecutableFileObj:DOSHeaderType
Children WinExecutableFileObj:Hashes, WinExecutableFileObj:e_cblp, WinExecutableFileObj:e_cp, WinExecutableFileObj:e_cparhdr, WinExecutableFileObj:e_crlc, WinExecutableFileObj:e_cs, WinExecutableFileObj:e_csum, WinExecutableFileObj:e_ip, WinExecutableFileObj:e_lfanew, WinExecutableFileObj:e_lfarlc, WinExecutableFileObj:e_magic, WinExecutableFileObj:e_maxalloc, WinExecutableFileObj:e_minalloc, WinExecutableFileObj:e_oemid, WinExecutableFileObj:e_oeminfo, WinExecutableFileObj:e_ovro, WinExecutableFileObj:e_sp, WinExecutableFileObj:e_ss, WinExecutableFileObj:reserved1, WinExecutableFileObj:reserved2
Source
<xs:element name="DOS_Header" type="WinExecutableFileObj:DOSHeaderType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The DOS_Header field refers to the MS-DOS PE header and its associated characteristics.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_magic
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the magic number, specifically the Windows OS signature value, which can either take on MZ for DOS (which is, for all intensive purposes, MOST Windows executables), NE for OS2, LE for OS2 LE, or PE00 for NT.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_magic" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the magic number, specifically the Windows OS signature value, which can either take on MZ for DOS (which is, for all intensive purposes, MOST Windows executables), NE for OS2, LE for OS2 LE, or PE00 for NT.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_cblp
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of bytes actually used in the last page, with the special case of a full page being represented by a value of zero (since the last page is never empty). For example, assuming a page size of 512 bytes, this value would be 0x0000 for a 1024 byte file, and 0x0001 for a 1025 byte file (since it only contains one valid byte).
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_cblp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of bytes actually used in the last page, with the special case of a full page being represented by a value of zero (since the last page is never empty). For example, assuming a page size of 512 bytes, this value would be 0x0000 for a 1024 byte file, and 0x0001 for a 1025 byte file (since it only contains one valid byte).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_cp
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of pages required to hold the file. For example, if the file contains 1024 bytes, and we assume the file has pages of a size of 512 bytes, this word would contain 0x0002; if the file contains 1025 bytes, this word would contain 0x0003.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_cp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of pages required to hold the file. For example, if the file contains 1024 bytes, and we assume the file has pages of a size of 512 bytes, this word would contain 0x0002; if the file contains 1025 bytes, this word would contain 0x0003.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_crlc
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of relocation items, i.e. the number of entries that exist in the relocation pointer table. If there are no relocation entries, this value is zero.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_crlc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of relocation items, i.e. the number of entries that exist in the relocation pointer table. If there are no relocation entries, this value is zero.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_cparhdr
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the executable header in terms of paragraphs (16 byte chunks). It indicates the offset of the program's compiled/assembled and linked image (the load module) within the executable file. The size of the load module can be deduced by subtracting this value (converted to bytes) from the overall file size derived from combining the e_cp (number of file pages) and e_cblp (number of bytes in last page) values. The header always spans an even number of paragraphs.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_cparhdr" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the executable header in terms of paragraphs (16 byte chunks). It indicates the offset of the program's compiled/assembled and linked image (the load module) within the executable file. The size of the load module can be deduced by subtracting this value (converted to bytes) from the overall file size derived from combining the e_cp (number of file pages) and e_cblp (number of bytes in last page) values. The header always spans an even number of paragraphs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_minalloc
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the minimum number of extra paragraphs needed to be allocated to begin execution. This is IN ADDITION to the memory required to hold the load module. This value normally represents the total size of any uninitialised data and/or stack segments that are linked at the end of a program. This space is not directly included in the load module, since there are no particular initializing values and it would simply waste disk space.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_minalloc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the minimum number of extra paragraphs needed to be allocated to begin execution. This is IN ADDITION to the memory required to hold the load module. This value normally represents the total size of any uninitialised data and/or stack segments that are linked at the end of a program. This space is not directly included in the load module, since there are no particular initializing values and it would simply waste disk space.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_maxalloc
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the maximum number of extra paragraphs needed to be allocated by the program before it begins execution. This indicates ADDITIONAL memory over and above that required by the load module and the value specified by MINALLOC. If the request cannot be satisfied, the program is allocated as much memory as is available.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_maxalloc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the maximum number of extra paragraphs needed to be allocated by the program before it begins execution. This indicates ADDITIONAL memory over and above that required by the load module and the value specified by MINALLOC. If the request cannot be satisfied, the program is allocated as much memory as is available.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_ss
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the initial SS value, which is the paragraph address of the stack segment relative to the start of the load module. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the SS register before the program is started. In DOS, the start segment of the program is the first segment boundary in memory after the PSP.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_ss" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the initial SS value, which is the paragraph address of the stack segment relative to the start of the load module. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the SS register before the program is started. In DOS, the start segment of the program is the first segment boundary in memory after the PSP.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_sp
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the initial SP value, which is the absolute value that must be loaded into the SP register before the program is given control. Since the actual stack segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_sp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the initial SP value, which is the absolute value that must be loaded into the SP register before the program is given control. Since the actual stack segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_csum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the checksum of the contents of the executable file. It is used to ensure the integrity of the data within the file. For full details on how this checksum is calculated, see http://www.tavi.co.uk/phobos/exeformat.html#checksum.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_csum" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the checksum of the contents of the executable file. It is used to ensure the integrity of the data within the file. For full details on how this checksum is calculated, see http://www.tavi.co.uk/phobos/exeformat.html#checksum.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_ip
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the initial IP value, which is the absolute value that should be loaded into the IP register in order to transfer control to the program. Since the actual code segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_ip" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the initial IP value, which is the absolute value that should be loaded into the IP register in order to transfer control to the program. Since the actual code segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_cs
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the pre-relocated initial CS value, relative to the start of the load module, that should be placed in the CS register in order to transfer control to the program. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the CS register when control is transferred.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_cs" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the pre-relocated initial CS value, relative to the start of the load module, that should be placed in the CS register in order to transfer control to the program. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the CS register when control is transferred.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_lfarlc
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the file address of the relocation table, or more specifically, the offset from the start of the file to the relocation pointer table. This value must be used to locate the relocation pointer table (rather than assuming a fixed location) because variable-length information pertaining to program overlays can occur before this table, causing its position to vary. A value of 0x40 in this field generally indicates a different kind of executable file, not a DOS 'MZ' type.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_lfarlc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the file address of the relocation table, or more specifically, the offset from the start of the file to the relocation pointer table. This value must be used to locate the relocation pointer table (rather than assuming a fixed location) because variable-length information pertaining to program overlays can occur before this table, causing its position to vary. A value of 0x40 in this field generally indicates a different kind of executable file, not a DOS 'MZ' type.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_ovro
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the overlay number, which is normally set to 0x0000, because few programs actually have overlays. It changes only in files containing programs that use overlays. See http://www.tavi.co.uk/phobos/exeformat.html#overlaynote for more information about overlays.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_ovro" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the overlay number, which is normally set to 0x0000, because few programs actually have overlays. It changes only in files containing programs that use overlays. See http://www.tavi.co.uk/phobos/exeformat.html#overlaynote for more information about overlays.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:reserved1
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies reserved words for the program (known in winnt.h as e_res[4]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create four reserved1 with the correct value.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="reserved1" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0" maxOccurs="4">
  <xs:annotation>
    <xs:documentation>Specifies reserved words for the program (known in winnt.h as e_res[4]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create four reserved1 with the correct value.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_oemid
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the identifier for the OEM for e_oeminfo.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_oemid" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the identifier for the OEM for e_oeminfo.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_oeminfo
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the OEM information for a specific value of e_oeminfo.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_oeminfo" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the OEM information for a specific value of e_oeminfo.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:reserved2
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies reserved words for the program (known in winnt.h as e_res[10]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create ten reserved1 with the correct value.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="reserved2" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies reserved words for the program (known in winnt.h as e_res[10]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create ten reserved1 with the correct value.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:e_lfanew
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the file address of the of the new exe header. In particular, it is a 4-byte offset into the file where the PE file header is located. It is necessary to use this offset to locate the PE header in the file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="e_lfanew" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the file address of the of the new exe header. In particular, it is a 4-byte offset into the file where the PE file header is located. It is necessary to use this offset to locate the PE header in the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DOSHeaderType / WinExecutableFileObj:Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Hashes field is used to include any hash values computed using the specified PE binary MS-DOS header as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary MS-DOS header as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:Signature
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Signature field specifies the 4-bytes sugnature that identifies the file as a PE file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Signature" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Signature field specifies the 4-bytes sugnature that identifies the file as a PE file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:File_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The File_Header field refers to the PE file header (sometimes referred to as the COFF header) and its associated characteristics.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Machine Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Number_Of_Sections Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Time_Date_Stamp Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Pointer_To_Symbol_Table Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Number_Of_Symbols Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Size_Of_Optional_Header Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Characteristics Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Hashes Win_Executable_File_Object_xsd.tmp#PEFileHeaderType
Type WinExecutableFileObj:PEFileHeaderType
Children WinExecutableFileObj:Characteristics, WinExecutableFileObj:Hashes, WinExecutableFileObj:Machine, WinExecutableFileObj:Number_Of_Sections, WinExecutableFileObj:Number_Of_Symbols, WinExecutableFileObj:Pointer_To_Symbol_Table, WinExecutableFileObj:Size_Of_Optional_Header, WinExecutableFileObj:Time_Date_Stamp
Source
<xs:element name="File_Header" type="WinExecutableFileObj:PEFileHeaderType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The File_Header field refers to the PE file header (sometimes referred to as the COFF header) and its associated characteristics.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Machine
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the type of target machine.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Machine" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the type of target machine.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Number_Of_Sections
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of sections in the file.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Number_Of_Sections" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of sections in the file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Time_Date_Stamp
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the time when the file was created (the low 32 bits of the number of seconds since epoch).
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Time_Date_Stamp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the time when the file was created (the low 32 bits of the number of seconds since epoch).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Pointer_To_Symbol_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the file offset of the COFF symbol table (should be 0).
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Pointer_To_Symbol_Table" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the file offset of the COFF symbol table (should be 0).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Number_Of_Symbols
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of entries in the symbol table. Should be 0.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Number_Of_Symbols" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of entries in the symbol table. Should be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Size_Of_Optional_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the optional header. Should be 0 for object files and non-zero for executables.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Optional_Header" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the optional header. Should be 0 for object files and non-zero for executables.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Characteristics
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the flags that indicate the file's characteristics.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the flags that indicate the file's characteristics.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEFileHeaderType / WinExecutableFileObj:Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Any hashes computed for the Optional Header.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Any hashes computed for the Optional Header.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:Optional_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Optional_Header field refers to the PE optional header and its associated characteristics. The Optional Header is required for executable (PE) files, but optional for object (COFF) files.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Magic Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Linker_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Linker_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Code Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Initialized_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Uninitialized_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Address_Of_Entry_Point Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Base_Of_Code Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Base_Of_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Image_Base Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Section_Alignment Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_File_Alignment Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_OS_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_OS_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Image_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Image_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Subsystem_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Subsystem_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Win32_Version_Value Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Image Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Headers Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Checksum Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Subsystem Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_DLL_Characteristics Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Stack_Reserve Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Stack_Commit Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Heap_Reserve Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Heap_Commit Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Loader_Flags Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Number_Of_Rva_And_Sizes Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Data_Directory Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Hashes Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType
Type WinExecutableFileObj:PEOptionalHeaderType
Children WinExecutableFileObj:Address_Of_Entry_Point, WinExecutableFileObj:Base_Of_Code, WinExecutableFileObj:Base_Of_Data, WinExecutableFileObj:Checksum, WinExecutableFileObj:DLL_Characteristics, WinExecutableFileObj:Data_Directory, WinExecutableFileObj:File_Alignment, WinExecutableFileObj:Hashes, WinExecutableFileObj:Image_Base, WinExecutableFileObj:Loader_Flags, WinExecutableFileObj:Magic, WinExecutableFileObj:Major_Image_Version, WinExecutableFileObj:Major_Linker_Version, WinExecutableFileObj:Major_OS_Version, WinExecutableFileObj:Major_Subsystem_Version, WinExecutableFileObj:Minor_Image_Version, WinExecutableFileObj:Minor_Linker_Version, WinExecutableFileObj:Minor_OS_Version, WinExecutableFileObj:Minor_Subsystem_Version, WinExecutableFileObj:Number_Of_Rva_And_Sizes, WinExecutableFileObj:Section_Alignment, WinExecutableFileObj:Size_Of_Code, WinExecutableFileObj:Size_Of_Headers, WinExecutableFileObj:Size_Of_Heap_Commit, WinExecutableFileObj:Size_Of_Heap_Reserve, WinExecutableFileObj:Size_Of_Image, WinExecutableFileObj:Size_Of_Initialized_Data, WinExecutableFileObj:Size_Of_Stack_Commit, WinExecutableFileObj:Size_Of_Stack_Reserve, WinExecutableFileObj:Size_Of_Uninitialized_Data, WinExecutableFileObj:Subsystem, WinExecutableFileObj:Win32_Version_Value
Source
<xs:element name="Optional_Header" type="WinExecutableFileObj:PEOptionalHeaderType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Optional_Header field refers to the PE optional header and its associated characteristics. The Optional Header is required for executable (PE) files, but optional for object (COFF) files.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Magic
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the unsigned integer that indicates the type of executable file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Magic" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the unsigned integer that indicates the type of executable file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Major_Linker_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the linker major version number.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Major_Linker_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the linker major version number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Minor_Linker_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the linker minor version number.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Minor_Linker_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the linker minor version number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Code
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the code (text) section. If there are multiple sections, size is the sum of the sizes if each.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Code" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the code (text) section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Initialized_Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the initialized data section. If there are multiple sections, size is the sum of the sizes if each.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Initialized_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the initialized data section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Uninitialized_Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the uninitialized (bss) data section. If there are multiple sections, size is the sum of the sizes if each.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Uninitialized_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the uninitialized (bss) data section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Address_Of_Entry_Point
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the address of the entry point relative to the image base when the executable is loaded into memory. When there is no entry point (e.g., optional for DLLs), the value should be 0.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Address_Of_Entry_Point" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the address of the entry point relative to the image base when the executable is loaded into memory. When there is no entry point (e.g., optional for DLLs), the value should be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Base_Of_Code
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the address that is relative to the image base of the beginning-of-code section when it is loaded into memory.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Base_Of_Code" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the address that is relative to the image base of the beginning-of-code section when it is loaded into memory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Base_Of_Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the address that is relative to the image base of the beginning-of-data section when it is loaded into memory.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Base_Of_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the address that is relative to the image base of the beginning-of-data section when it is loaded into memory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Image_Base
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the preferred address of the first byte of image when loaded into memory; must be a multiple of 64 K.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Image_Base" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the preferred address of the first byte of image when loaded into memory; must be a multiple of 64 K.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Section_Alignment
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the alignment (in bytes) of sections when they are loaded into memory.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Section_Alignment" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the alignment (in bytes) of sections when they are loaded into memory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:File_Alignment
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the factor (in bytes) that is used to align the raw data of sections in the image file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="File_Alignment" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the factor (in bytes) that is used to align the raw data of sections in the image file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Major_OS_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the major version number of the required operating system.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Major_OS_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the major version number of the required operating system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Minor_OS_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the minor version number of the required operating system.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Minor_OS_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the minor version number of the required operating system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Major_Image_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the major version number of the image.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Major_Image_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the major version number of the image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Minor_Image_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the minor version number of the image.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Minor_Image_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the minor version number of the image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Major_Subsystem_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the major version number of the subsystem.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Major_Subsystem_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the major version number of the subsystem.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Minor_Subsystem_Version
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the minor version number of the subsystem.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Minor_Subsystem_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the minor version number of the subsystem.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Win32_Version_Value
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Reserved; must be 0.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Win32_Version_Value" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reserved; must be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Image
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size (in bytes) of the image, including all headers, as the image is loaded in memory.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Image" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size (in bytes) of the image, including all headers, as the image is loaded in memory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Headers
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the combined size of the MS DOS header, PE header, and section headers rounded up to a multiple of FileAlignment.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Headers" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the combined size of the MS DOS header, PE header, and section headers rounded up to a multiple of FileAlignment.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Checksum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the checksum of the PE file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Checksum" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the checksum of the PE file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Subsystem
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the subsystem (e.g., GUI, device driver) that is required to run this image.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Subsystem" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the subsystem (e.g., GUI, device driver) that is required to run this image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:DLL_Characteristics
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies flags that characterize the PE file.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="DLL_Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies flags that characterize the PE file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Stack_Reserve
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the stack to reserve.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Stack_Reserve" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the stack to reserve.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Stack_Commit
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the stack to commit.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Stack_Commit" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the stack to commit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Heap_Reserve
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the local heap space to reserve.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Heap_Reserve" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the local heap space to reserve.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Size_Of_Heap_Commit
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the size of the local heap space to commit.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Heap_Commit" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the size of the local heap space to commit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Loader_Flags
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Reserved; must be 0.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Loader_Flags" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reserved; must be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Number_Of_Rva_And_Sizes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of data-directory entries in the remainder of the optional header.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Number_Of_Rva_And_Sizes" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of data-directory entries in the remainder of the optional header.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Data_Directory
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the data directories in the remainder in the optional header. This field will be repeated for each data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Export_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Import_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Resource_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Exception_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Certificate_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Base_Relocation_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Debug Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Architecture Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Global_Ptr Win_Executable_File_Object_xsd.tmp#DataDirectoryType_TLS_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Load_Config_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Bound_Import Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Import_Address_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Delay_Import_Descriptor Win_Executable_File_Object_xsd.tmp#DataDirectoryType_CLR_Runtime_Header Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Reserved Win_Executable_File_Object_xsd.tmp#DataDirectoryType
Type WinExecutableFileObj:DataDirectoryType
Children WinExecutableFileObj:Architecture, WinExecutableFileObj:Base_Relocation_Table, WinExecutableFileObj:Bound_Import, WinExecutableFileObj:CLR_Runtime_Header, WinExecutableFileObj:Certificate_Table, WinExecutableFileObj:Debug, WinExecutableFileObj:Delay_Import_Descriptor, WinExecutableFileObj:Exception_Table, WinExecutableFileObj:Export_Table, WinExecutableFileObj:Global_Ptr, WinExecutableFileObj:Import_Address_Table, WinExecutableFileObj:Import_Table, WinExecutableFileObj:Load_Config_Table, WinExecutableFileObj:Reserved, WinExecutableFileObj:Resource_Table, WinExecutableFileObj:TLS_Table
Source
<xs:element name="Data_Directory" type="WinExecutableFileObj:DataDirectoryType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the data directories in the remainder in the optional header. This field will be repeated for each data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Export_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the export table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Export_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the export table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEDataDirectoryStructType / WinExecutableFileObj:Virtual_Address
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Address field specifies the relative virtual address (RVA) of the data structure.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the data structure.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEDataDirectoryStructType / WinExecutableFileObj:Size
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The size field specifies the size of the data structure, in bytes.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Size" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The size field specifies the size of the data structure, in bytes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Import_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the import table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Import_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the import table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Resource_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the resource table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Resource_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the resource table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Exception_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the exception table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Exception_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the exception table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Certificate_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the certificate table data directory. The table of certificates is in a file which the data directory points to.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Certificate_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the certificate table data directory. The table of certificates is in a file which the data directory points to.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Base_Relocation_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the base relocation table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Base_Relocation_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the base relocation table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Debug
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the debug data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Debug" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the debug data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Architecture
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Reserved, must be 0.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Architecture" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reserved, must be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Global_Ptr
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the RVA of the value to be stored in the global pointer register.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Global_Ptr" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the RVA of the value to be stored in the global pointer register.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:TLS_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the thread local storage (TLS) table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="TLS_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the thread local storage (TLS) table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Load_Config_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the load configuration table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Load_Config_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the load configuration table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Bound_Import
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the bound import table data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Bound_Import" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the bound import table data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Import_Address_Table
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the import address table (IAT) data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Import_Address_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the import address table (IAT) data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Delay_Import_Descriptor
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the delay import descriptor data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Delay_Import_Descriptor" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the delay import descriptor data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:CLR_Runtime_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the Common Language Runtime (CLR) header data directory.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="CLR_Runtime_Header" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the Common Language Runtime (CLR) header data directory.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:DataDirectoryType / WinExecutableFileObj:Reserved
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Reserved; must be 0.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType
Type WinExecutableFileObj:PEDataDirectoryStructType
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Reserved" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reserved; must be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEOptionalHeaderType / WinExecutableFileObj:Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Hashes field is used to include any hash values computed using the specified PE binary optional header as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary optional header as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:Entropy
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Entropy field specifies the calculated entropy of the PE file header.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#EntropyType_Value Win_Executable_File_Object_xsd.tmp#EntropyType_Min Win_Executable_File_Object_xsd.tmp#EntropyType_Max Win_Executable_File_Object_xsd.tmp#EntropyType
Type WinExecutableFileObj:EntropyType
Children WinExecutableFileObj:Max, WinExecutableFileObj:Min, WinExecutableFileObj:Value
Source
<xs:element name="Entropy" type="WinExecutableFileObj:EntropyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Entropy field specifies the calculated entropy of the PE file header.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:EntropyType / WinExecutableFileObj:Value
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the computed entropy value.
Diagram
Diagram
Type FloatObjectPropertyType
Source
<xs:element name="Value" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the computed entropy value.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:EntropyType / WinExecutableFileObj:Min
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the smallest possible value for the entropy computation.
Diagram
Diagram
Type FloatObjectPropertyType
Source
<xs:element name="Min" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the smallest possible value for the entropy computation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:EntropyType / WinExecutableFileObj:Max
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the largest possible value for the entropy computation (e.g., this would be 8 if the entropy computations is based on bits of information).
Diagram
Diagram
Type FloatObjectPropertyType
Source
<xs:element name="Max" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the largest possible value for the entropy computation (e.g., this would be 8 if the entropy computations is based on bits of information).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEHeadersType / WinExecutableFileObj:Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Hashes field is used to include any hash values computed using the specified PE binary file header as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary file header as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Imports
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Imports field characterizes the PE Import Table of the binary.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportListType_Import Win_Executable_File_Object_xsd.tmp#PEImportListType
Type WinExecutableFileObj:PEImportListType
Children WinExecutableFileObj:Import
Source
<xs:element name="Imports" type="WinExecutableFileObj:PEImportListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Imports field characterizes the PE Import Table of the binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportListType / WinExecutableFileObj:Import
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies a single field in a list of imported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportType_delay_load Win_Executable_File_Object_xsd.tmp#PEImportType_initially_visible Win_Executable_File_Object_xsd.tmp#PEImportType_File_Name Win_Executable_File_Object_xsd.tmp#PEImportType_Imported_Functions Win_Executable_File_Object_xsd.tmp#PEImportType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEImportType
Type WinExecutableFileObj:PEImportType
Children WinExecutableFileObj:File_Name, WinExecutableFileObj:Imported_Functions, WinExecutableFileObj:Virtual_Address
Attributes
QName Type Use Annotation
delay_load xs:boolean optional
The delay_load field is a boolean value that is intended to describe whether a PE binary import is delay-load or not.
initially_visible xs:boolean optional
The initially_visible field refers to whether the import is initially visible, with regards to being initially visible or hidden in relation to PE binary packing. A packed binary will typically have few initially visible imports, and thus it is necessary to make the distinction between those that are visible initially or only after the binary is unpacked.
Source
<xs:element name="Import" type="WinExecutableFileObj:PEImportType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Specifies a single field in a list of imported functions.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportType / WinExecutableFileObj:File_Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The File_Name field specifies the name of the library (file) that the PE binary imports.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="File_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The File_Name field specifies the name of the library (file) that the PE binary imports.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportType / WinExecutableFileObj:Imported_Functions
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Imported_Functions field is used to enumerate any functions imported from a particular library.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportedFunctionsType_Imported_Function Win_Executable_File_Object_xsd.tmp#PEImportedFunctionsType
Type WinExecutableFileObj:PEImportedFunctionsType
Children WinExecutableFileObj:Imported_Function
Source
<xs:element name="Imported_Functions" type="WinExecutableFileObj:PEImportedFunctionsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Imported_Functions field is used to enumerate any functions imported from a particular library.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionsType / WinExecutableFileObj:Imported_Function
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies a single field in a list of imported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Function_Name Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Hint Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Ordinal Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Bound Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType
Type WinExecutableFileObj:PEImportedFunctionType
Children WinExecutableFileObj:Bound, WinExecutableFileObj:Function_Name, WinExecutableFileObj:Hint, WinExecutableFileObj:Ordinal, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Imported_Function" type="WinExecutableFileObj:PEImportedFunctionType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Specifies a single field in a list of imported functions.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionType / WinExecutableFileObj:Function_Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Function_Name field specifies the name of the function from the specified library that the PE binary imports.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Function_Name field specifies the name of the function from the specified library that the PE binary imports.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionType / WinExecutableFileObj:Hint
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Hint field specifies the index into the export table of the library that the function is found in.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Hint" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hint field specifies the index into the export table of the library that the function is found in.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionType / WinExecutableFileObj:Ordinal
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Ordinal field specifies the ordinal value (index) of the function in the library that is found in.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Ordinal" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Ordinal field specifies the ordinal value (index) of the function in the library that is found in.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionType / WinExecutableFileObj:Bound
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Bound field specifies the precomputed address if the imported function is bound.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Bound" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Bound field specifies the precomputed address if the imported function is bound.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportedFunctionType / WinExecutableFileObj:Virtual_Address
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library imported function.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library imported function.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEImportType / WinExecutableFileObj:Virtual_Address
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library import.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library import.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:PE_Checksum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PE_Checksum field specifies the checksum of the PE file.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_Computed_API Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_File_API Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_File_Raw Win_Executable_File_Object_xsd.tmp#PEChecksumType
Type WinExecutableFileObj:PEChecksumType
Children WinExecutableFileObj:PE_Computed_API, WinExecutableFileObj:PE_File_API, WinExecutableFileObj:PE_File_Raw
Source
<xs:element name="PE_Checksum" type="WinExecutableFileObj:PEChecksumType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The PE_Checksum field specifies the checksum of the PE file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEChecksumType / WinExecutableFileObj:PE_Computed_API
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
PE_Computed_API specifies a checksum computed by an external algorithm.
Diagram
Diagram
Type LongObjectPropertyType
Source
<xs:element name="PE_Computed_API" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>PE_Computed_API specifies a checksum computed by an external algorithm.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEChecksumType / WinExecutableFileObj:PE_File_API
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
PE_File_API specified the checksum computed by IMAGHELP.DLL.
Diagram
Diagram
Type LongObjectPropertyType
Source
<xs:element name="PE_File_API" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>PE_File_API specified the checksum computed by IMAGHELP.DLL.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEChecksumType / WinExecutableFileObj:PE_File_Raw
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
PE_File_Raw specifies the checksum found in the PE file (in the Optional Header).
Diagram
Diagram
Type LongObjectPropertyType
Source
<xs:element name="PE_File_Raw" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>PE_File_Raw specifies the checksum found in the PE file (in the Optional Header).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Resources
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Resources field characterizes the PE Resources of the binary.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#Resource Win_Executable_File_Object_xsd.tmp#PEResourceListType
Type WinExecutableFileObj:PEResourceListType
Children WinExecutableFileObj:Resource
Source
<xs:element name="Resources" type="WinExecutableFileObj:PEResourceListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Resources field characterizes the PE Resources of the binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:Resource
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Resource field characterizes an abstract PE file resource.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceType_Type Win_Executable_File_Object_xsd.tmp#PEResourceType_Name Win_Executable_File_Object_xsd.tmp#PEResourceType_Size Win_Executable_File_Object_xsd.tmp#PEResourceType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEResourceType_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Sub_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Hashes Win_Executable_File_Object_xsd.tmp#PEResourceType_Data Win_Executable_File_Object_xsd.tmp#PEResourceType Win_Executable_File_Object_xsd.tmp#VersionInfoResource
Type WinExecutableFileObj:PEResourceType
Substitution Group
Used by
Children WinExecutableFileObj:Data, WinExecutableFileObj:Hashes, WinExecutableFileObj:Language, WinExecutableFileObj:Name, WinExecutableFileObj:Size, WinExecutableFileObj:Sub_Language, WinExecutableFileObj:Type, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="Resource" type="WinExecutableFileObj:PEResourceType">
  <xs:annotation>
    <xs:documentation>The Resource field characterizes an abstract PE file resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Type
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
This field refers to the type of data referred to by this resource.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceContentType_datatype Win_Executable_File_Object_xsd.tmp#PEResourceContentType
Type WinExecutableFileObj:PEResourceContentType
Type hierarchy
Source
<xs:element name="Type" type="WinExecutableFileObj:PEResourceContentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>This field refers to the type of data referred to by this resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Name field specifies the name of the resource used by the PE binary.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Name field specifies the name of the resource used by the PE binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Size
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Size field specifies the size of the resource, in bytes.
Diagram
Diagram
Type PositiveIntegerObjectPropertyType
Source
<xs:element minOccurs="0" name="Size" type="cyboxCommon:PositiveIntegerObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Size field specifies the size of the resource, in bytes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Virtual_Address
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Address field specifies the relative virtual address (RVA) of the resource data.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element minOccurs="0" name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the resource data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Language
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Language field specifies the name of the language (LANG) defined for the resource, if applicable.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Language" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Language field specifies the name of the language (LANG) defined for the resource, if applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Sub_Language
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Sub_Language field specifies the name of the sub language (SUBLANG) defined for the resource, if applicable.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element maxOccurs="1" minOccurs="0" name="Sub_Language" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Sub_Language field specifies the name of the sub language (SUBLANG) defined for the resource, if applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Hashes field is used to include any hash values computed using the specified PE binary resource as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary resource as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEResourceType / WinExecutableFileObj:Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Data field captures the actual data contained in the resource, most commonly as a base64-encoded string encapsulated in a CDATA () section.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Data" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Data field captures the actual data contained in the resource, most commonly as a base64-encoded string encapsulated in a CDATA () section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Sections
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Sections field characterizes the PE Sections of the binary.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionListType_Section Win_Executable_File_Object_xsd.tmp#PESectionListType
Type WinExecutableFileObj:PESectionListType
Children WinExecutableFileObj:Section
Source
<xs:element name="Sections" type="WinExecutableFileObj:PESectionListType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Sections field characterizes the PE Sections of the binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionListType / WinExecutableFileObj:Section
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies an field of a list of PE file sections.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionType_Section_Header Win_Executable_File_Object_xsd.tmp#PESectionType_Data_Hashes Win_Executable_File_Object_xsd.tmp#PESectionType_Entropy Win_Executable_File_Object_xsd.tmp#PESectionType_Header_Hashes Win_Executable_File_Object_xsd.tmp#PESectionType
Type WinExecutableFileObj:PESectionType
Children WinExecutableFileObj:Data_Hashes, WinExecutableFileObj:Entropy, WinExecutableFileObj:Header_Hashes, WinExecutableFileObj:Section_Header
Source
<xs:element name="Section" type="WinExecutableFileObj:PESectionType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Specifies an field of a list of PE file sections.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionType / WinExecutableFileObj:Section_Header
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Section_Header field contains characteristics of the section's section header structure.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Name Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Virtual_Size Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Size_Of_Raw_Data Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Raw_Data Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Relocations Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Linenumbers Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Number_Of_Relocations Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Number_Of_Linenumbers Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Characteristics Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType
Type WinExecutableFileObj:PESectionHeaderStructType
Children WinExecutableFileObj:Characteristics, WinExecutableFileObj:Name, WinExecutableFileObj:Number_Of_Linenumbers, WinExecutableFileObj:Number_Of_Relocations, WinExecutableFileObj:Pointer_To_Linenumbers, WinExecutableFileObj:Pointer_To_Raw_Data, WinExecutableFileObj:Pointer_To_Relocations, WinExecutableFileObj:Size_Of_Raw_Data, WinExecutableFileObj:Virtual_Address, WinExecutableFileObj:Virtual_Size
Source
<xs:element name="Section_Header" type="WinExecutableFileObj:PESectionHeaderStructType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Section_Header field contains characteristics of the section's section header structure.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Name
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Name field specifies the name of the PE binary section.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Name field specifies the name of the PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Virtual_Size
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Size field is the total size of the PE binary section when loaded into memory. It is valid only for executables and should be 0 for object files.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Virtual_Size" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Virtual_Size field is the total size of the PE binary section when loaded into memory. It is valid only for executables and should be 0 for object files.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Virtual_Address
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary section.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Size_Of_Raw_Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Size_Of_Raw_Data field specifies the size of the data contained in the PE binary section.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Size_Of_Raw_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Size_Of_Raw_Data field specifies the size of the data contained in the PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Pointer_To_Raw_Data
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Pointer_To_Raw_Data field specifies the file offset of the beginning of the PE binary section.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Pointer_To_Raw_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Pointer_To_Raw_Data field specifies the file offset of the beginning of the PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Pointer_To_Relocations
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Pointer_To_Relocations field specifies the offset of the PE binary section relocations, if applicable.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Pointer_To_Relocations" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Pointer_To_Relocations field specifies the offset of the PE binary section relocations, if applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Pointer_To_Linenumbers
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the beginning of line-number entries for the section. Should be 0.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Pointer_To_Linenumbers" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the beginning of line-number entries for the section. Should be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Number_Of_Relocations
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Number_Of_Relocations field specifies the number of relocations defined for the specified PE binary section.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Number_Of_Relocations" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Number_Of_Relocations field specifies the number of relocations defined for the specified PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Number_Of_Linenumbers
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
Specifies the number of line number entries for the section. Should be 0.
Diagram
Diagram
Type NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Number_Of_Linenumbers" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies the number of line number entries for the section. Should be 0.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionHeaderStructType / WinExecutableFileObj:Characteristics
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Characteristics field specifies any flags defined for the specified PE binary section.
Diagram
Diagram
Type HexBinaryObjectPropertyType
Source
<xs:element name="Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Characteristics field specifies any flags defined for the specified PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionType / WinExecutableFileObj:Data_Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Data_Hashes field is used to include any hash values computed using the data contained in the specified PE binary section as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Data_Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Data_Hashes field is used to include any hash values computed using the data contained in the specified PE binary section as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionType / WinExecutableFileObj:Entropy
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Entropy field specifies the calculated entropy of the PE binary section.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#EntropyType_Value Win_Executable_File_Object_xsd.tmp#EntropyType_Min Win_Executable_File_Object_xsd.tmp#EntropyType_Max Win_Executable_File_Object_xsd.tmp#EntropyType
Type WinExecutableFileObj:EntropyType
Children WinExecutableFileObj:Max, WinExecutableFileObj:Min, WinExecutableFileObj:Value
Source
<xs:element name="Entropy" type="WinExecutableFileObj:EntropyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Entropy field specifies the calculated entropy of the PE binary section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PESectionType / WinExecutableFileObj:Header_Hashes
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Header_Hashes field is used to include any hash values computed using the header of the specified PE binary section as input.
Diagram
Diagram
Type HashListType
Source
<xs:element name="Header_Hashes" type="cyboxCommon:HashListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Header_Hashes field is used to include any hash values computed using the header of the specified PE binary section as input.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:WindowsExecutableFileObjectType / WinExecutableFileObj:Type
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Type specifies the particular type of the PE binary, e.g. Executable.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEType_datatype Win_Executable_File_Object_xsd.tmp#PEType
Type WinExecutableFileObj:PEType
Type hierarchy
Source
<xs:element name="Type" type="WinExecutableFileObj:PEType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Type specifies the particular type of the PE binary, e.g. Executable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:VersionInfoResource
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The VersionInfoResource field characterizes a Version resource that uses the VERSIONINFO resource.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceType_Type Win_Executable_File_Object_xsd.tmp#PEResourceType_Name Win_Executable_File_Object_xsd.tmp#PEResourceType_Size Win_Executable_File_Object_xsd.tmp#PEResourceType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEResourceType_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Sub_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Hashes Win_Executable_File_Object_xsd.tmp#PEResourceType_Data Win_Executable_File_Object_xsd.tmp#PEResourceType Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_Comments Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_CompanyName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_FileDescription Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_FileVersion Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_InternalName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LangID Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LegalCopyright Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LegalTrademarks Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_OriginalFilename Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_PrivateBuild Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_ProductName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_ProductVersion Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_SpecialBuild Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType Win_Executable_File_Object_xsd.tmp#Resource
Type WinExecutableFileObj:PEVersionInfoResourceType
Type hierarchy
Substitution Group Affiliation
Children WinExecutableFileObj:Comments, WinExecutableFileObj:CompanyName, WinExecutableFileObj:Data, WinExecutableFileObj:FileDescription, WinExecutableFileObj:FileVersion, WinExecutableFileObj:Hashes, WinExecutableFileObj:InternalName, WinExecutableFileObj:LangID, WinExecutableFileObj:Language, WinExecutableFileObj:LegalCopyright, WinExecutableFileObj:LegalTrademarks, WinExecutableFileObj:Name, WinExecutableFileObj:OriginalFilename, WinExecutableFileObj:PrivateBuild, WinExecutableFileObj:ProductName, WinExecutableFileObj:ProductVersion, WinExecutableFileObj:Size, WinExecutableFileObj:SpecialBuild, WinExecutableFileObj:Sub_Language, WinExecutableFileObj:Type, WinExecutableFileObj:Virtual_Address
Source
<xs:element name="VersionInfoResource" substitutionGroup="WinExecutableFileObj:Resource" type="WinExecutableFileObj:PEVersionInfoResourceType">
  <xs:annotation>
    <xs:documentation>The VersionInfoResource field characterizes a Version resource that uses the VERSIONINFO resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:Comments
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The Comments field captures any additional information that should be displayed for diagnostic purposes.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="Comments" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Comments field captures any additional information that should be displayed for diagnostic purposes.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:CompanyName
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The CompanyName field captures the company that produced the file - for example, "Microsoft Corporation" or "Standard Microsystems Corporation, Inc.".
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="CompanyName" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The CompanyName field captures the company that produced the file - for example, "Microsoft Corporation" or "Standard Microsystems Corporation, Inc.".</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:FileDescription
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The FileDescription field captures the file description to be presented to users. This string may be displayed in a list box when the user is choosing files to install - for example, "Keyboard Driver for AT-Style Keyboards".
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="FileDescription" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The FileDescription field captures the file description to be presented to users. This string may be displayed in a list box when the user is choosing files to install - for example, "Keyboard Driver for AT-Style Keyboards".</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:FileVersion
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The FileVersion field captures the version number of the file - for example, "3.10" or "5.00.RC2".
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="FileVersion" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The FileVersion field captures the version number of the file - for example, "3.10" or "5.00.RC2".</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:InternalName
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The InternalName field captures the internal name of the file, if one exists - for example, a module name if the file is a dynamic-link library. If the file has no internal name, this string should be the original filename, without extension.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="InternalName" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The InternalName field captures the internal name of the file, if one exists - for example, a module name if the file is a dynamic-link library. If the file has no internal name, this string should be the original filename, without extension.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:LangID
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The LangID field captures the localization language identifier specified in the version-information resource.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="LangID" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The LangID field captures the localization language identifier specified in the version-information resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:LegalCopyright
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The LegalCopyright field captures the copyright notices that apply to the file. This should include the full text of all notices, legal symbols, copyright dates, and so on.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="LegalCopyright" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The LegalCopyright field captures the copyright notices that apply to the file. This should include the full text of all notices, legal symbols, copyright dates, and so on.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:LegalTrademarks
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The LegalTrademarks field captures the trademarks and registered trademarks that apply to the file. This should include the full text of all notices, legal symbols, trademark numbers, and so on.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="LegalTrademarks" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The LegalTrademarks field captures the trademarks and registered trademarks that apply to the file. This should include the full text of all notices, legal symbols, trademark numbers, and so on.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:OriginalFilename
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The OriginalFilename field captures the original name of the file, not including a path. This information enables an application to determine whether a file has been renamed by a user. The format of the name depends on the file system for which the file was created.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="OriginalFilename" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The OriginalFilename field captures the original name of the file, not including a path. This information enables an application to determine whether a file has been renamed by a user. The format of the name depends on the file system for which the file was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:PrivateBuild
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PrivateBuild field captures the information about a private version of the file - for example, "Built by TESTER1 on \TESTBED". This string should be present only if VS_FF_PRIVATEBUILD is specified in the fileflags parameter of the root block.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="PrivateBuild" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The PrivateBuild field captures the information about a private version of the file - for example, "Built by TESTER1 on \TESTBED". This string should be present only if VS_FF_PRIVATEBUILD is specified in the fileflags parameter of the root block.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:ProductName
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The ProductName field captures the name of the product with which the file is distributed. This string is required.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="ProductName" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The ProductName field captures the name of the product with which the file is distributed. This string is required.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:ProductVersion
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The ProductVersion field captures the version of the product with which the file is distributed - for example, "3.10" or "5.00.RC2".
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="ProductVersion" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The ProductVersion field captures the version of the product with which the file is distributed - for example, "3.10" or "5.00.RC2".</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinExecutableFileObj:PEVersionInfoResourceType / WinExecutableFileObj:SpecialBuild
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The SpecialBuild field captures the text that indicates how this version of the file differs from the standard version - for example, "Private build for TESTER1 solving mouse problems on M250 and M250E computers". This string should be present only if VS_FF_SPECIALBUILD is specified in the fileflags parameter of the root block.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element minOccurs="0" name="SpecialBuild" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The SpecialBuild field captures the text that indicates how this version of the file differs from the standard version - for example, "Private build for TESTER1 solving mouse problems on M250 and M250E computers". This string should be present only if VS_FF_SPECIALBUILD is specified in the fileflags parameter of the root block.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WinExecutableFileObj:WindowsExecutableFileObjectType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The WindowsExecutableFileObjectType type is intended to characterize Windows PE (Portable Executable) files.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Build_Information Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Digital_Signature Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Exports Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Extraneous_Bytes Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Headers Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Imports Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_PE_Checksum Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Resources Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Sections Win_Executable_File_Object_xsd.tmp#WindowsExecutableFileObjectType_Type
Type extension of WindowsFileObjectType
Type hierarchy
Used by
Children WinExecutableFileObj:Build_Information, WinExecutableFileObj:Digital_Signature, WinExecutableFileObj:Exports, WinExecutableFileObj:Extraneous_Bytes, WinExecutableFileObj:Headers, WinExecutableFileObj:Imports, WinExecutableFileObj:PE_Checksum, WinExecutableFileObj:Resources, WinExecutableFileObj:Sections, WinExecutableFileObj:Type
Source
<xs:complexType name="WindowsExecutableFileObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The WindowsExecutableFileObjectType type is intended to characterize Windows PE (Portable Executable) files.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WinFileObj:WindowsFileObjectType">
      <xs:sequence minOccurs="1">
        <xs:element minOccurs="0" name="Build_Information" type="WinExecutableFileObj:PEBuildInformationType">
          <xs:annotation>
            <xs:documentation>The Build_Information field specifies some information on the tools used to build the PE binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Digital_Signature" type="cyboxCommon:DigitalSignatureInfoType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Digital_Signature field specifies the information about the digital signature used to sign the PE binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Exports" type="WinExecutableFileObj:PEExportsType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Exports field characterizes the PE Export table of the PE Binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Extraneous_Bytes" type="cyboxCommon:IntegerObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Extraneous_Bytes field specifies the number of extraneous bytes contained in the PE binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Headers" type="WinExecutableFileObj:PEHeadersType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Headers field contains fields for characterizing aspects the various types of PE headers.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Imports" type="WinExecutableFileObj:PEImportListType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Imports field characterizes the PE Import Table of the binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PE_Checksum" type="WinExecutableFileObj:PEChecksumType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The PE_Checksum field specifies the checksum of the PE file.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Resources" type="WinExecutableFileObj:PEResourceListType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Resources field characterizes the PE Resources of the binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Sections" type="WinExecutableFileObj:PESectionListType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Sections field characterizes the PE Sections of the binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Type" type="WinExecutableFileObj:PEType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Type specifies the particular type of the PE binary, e.g. Executable.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type WinExecutableFileObj:PEBuildInformationType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEBuildInformationType captures information about the tools used to build the PE binary, including the compiler and linker.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Linker_Name Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Linker_Version Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Compiler_Name Win_Executable_File_Object_xsd.tmp#PEBuildInformationType_Compiler_Version
Used by
Children WinExecutableFileObj:Compiler_Name, WinExecutableFileObj:Compiler_Version, WinExecutableFileObj:Linker_Name, WinExecutableFileObj:Linker_Version
Source
<xs:complexType name="PEBuildInformationType">
  <xs:annotation>
    <xs:documentation>The PEBuildInformationType captures information about the tools used to build the PE binary, including the compiler and linker.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Linker_Name" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Linker_Name field specifies the name of the linker used to link the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Linker_Version" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Linker_Version field specifies the version of the linker used to link the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Compiler_Name" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Compiler_Name field specifies the name of the compiler used to compile the binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Compiler_Version" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Compiler_Version field specifies the version of the compiler used to compile the binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEExportsType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEExportsType specifies the PE File exports data section. The exports data section contains information about symbols exported by the PE File (a DLL) which can be dynamically loaded by other executables. This type abstracts, and its components, abstract the Windows structures.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportsType_Name Win_Executable_File_Object_xsd.tmp#PEExportsType_Exported_Functions Win_Executable_File_Object_xsd.tmp#PEExportsType_Exports_Time_Stamp Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Addresses Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Names Win_Executable_File_Object_xsd.tmp#PEExportsType_Number_Of_Functions
Used by
Children WinExecutableFileObj:Exported_Functions, WinExecutableFileObj:Exports_Time_Stamp, WinExecutableFileObj:Name, WinExecutableFileObj:Number_Of_Addresses, WinExecutableFileObj:Number_Of_Functions, WinExecutableFileObj:Number_Of_Names
Source
<xs:complexType name="PEExportsType">
  <xs:annotation>
    <xs:documentation>The PEExportsType specifies the PE File exports data section. The exports data section contains information about symbols exported by the PE File (a DLL) which can be dynamically loaded by other executables. This type abstracts, and its components, abstract the Windows structures.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element maxOccurs="1" minOccurs="0" name="Name" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Name field specifies the actual name of the PE module, as used by the PE loader when it is imported by another executable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Exported_Functions" type="WinExecutableFileObj:PEExportedFunctionsType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>A list of the exported functions in this section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Exports_Time_Stamp" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The date and time the export data was created.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Addresses" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The number of addresses in the export data section's address table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Names" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The number of names in the export data section's name table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Number_Of_Functions" type="cyboxCommon:IntegerObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Number_Of_Functions field specifies the total number of functions that are exported by the PE file.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEExportedFunctionsType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEExportedFunctionsType specifies a list of PE exported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportedFunctionsType_Exported_Function
Used by
Children WinExecutableFileObj:Exported_Function
Source
<xs:complexType name="PEExportedFunctionsType">
  <xs:annotation>
    <xs:documentation>The PEExportedFunctionsType specifies a list of PE exported functions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Exported_Function" type="WinExecutableFileObj:PEExportedFunctionType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Specifies a single field in the list of exported functions.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEExportedFunctionType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEExportType specifies the type describing exported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Function_Name Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Entry_Point Win_Executable_File_Object_xsd.tmp#PEExportedFunctionType_Ordinal
Used by
Children WinExecutableFileObj:Entry_Point, WinExecutableFileObj:Function_Name, WinExecutableFileObj:Ordinal
Source
<xs:complexType name="PEExportedFunctionType">
  <xs:annotation>
    <xs:documentation>The PEExportType specifies the type describing exported functions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Function_Name field specifies the name of the function exported by the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Entry_Point" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Entry_Point field specifies the entry point of the function exported by the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Ordinal" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Ordinal field specifies the ordinal value (index) of the function exported by the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEHeadersType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEHeadersType specifies the headers found in PE and COFF files.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEHeadersType_DOS_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Signature Win_Executable_File_Object_xsd.tmp#PEHeadersType_File_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Optional_Header Win_Executable_File_Object_xsd.tmp#PEHeadersType_Entropy Win_Executable_File_Object_xsd.tmp#PEHeadersType_Hashes
Used by
Children WinExecutableFileObj:DOS_Header, WinExecutableFileObj:Entropy, WinExecutableFileObj:File_Header, WinExecutableFileObj:Hashes, WinExecutableFileObj:Optional_Header, WinExecutableFileObj:Signature
Source
<xs:complexType name="PEHeadersType">
  <xs:annotation>
    <xs:documentation>The PEHeadersType specifies the headers found in PE and COFF files.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DOS_Header" type="WinExecutableFileObj:DOSHeaderType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The DOS_Header field refers to the MS-DOS PE header and its associated characteristics.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Signature" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Signature field specifies the 4-bytes sugnature that identifies the file as a PE file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="File_Header" type="WinExecutableFileObj:PEFileHeaderType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The File_Header field refers to the PE file header (sometimes referred to as the COFF header) and its associated characteristics.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Optional_Header" type="WinExecutableFileObj:PEOptionalHeaderType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Optional_Header field refers to the PE optional header and its associated characteristics. The Optional Header is required for executable (PE) files, but optional for object (COFF) files.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Entropy" type="WinExecutableFileObj:EntropyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Entropy field specifies the calculated entropy of the PE file header.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary file header as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:DOSHeaderType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The DOSHeaderType type is a container for the characteristics of the _IMAGE_DOS_HEADER structure, which can be found in Winnt.h and pe.h. See http://www.csn.ul.ie/~caolan/pub/winresdump/winresdump/doc/pefile.html for more information about the winnt.h file, and http://www.tavi.co.uk/phobos/exeformat.html for even more clarification.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_magic Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cblp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_crlc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cparhdr Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_minalloc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_maxalloc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ss Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_sp Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_csum Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ip Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_cs Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_lfarlc Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_ovro Win_Executable_File_Object_xsd.tmp#DOSHeaderType_reserved1 Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_oemid Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_oeminfo Win_Executable_File_Object_xsd.tmp#DOSHeaderType_reserved2 Win_Executable_File_Object_xsd.tmp#DOSHeaderType_e_lfanew Win_Executable_File_Object_xsd.tmp#DOSHeaderType_Hashes
Used by
Children WinExecutableFileObj:Hashes, WinExecutableFileObj:e_cblp, WinExecutableFileObj:e_cp, WinExecutableFileObj:e_cparhdr, WinExecutableFileObj:e_crlc, WinExecutableFileObj:e_cs, WinExecutableFileObj:e_csum, WinExecutableFileObj:e_ip, WinExecutableFileObj:e_lfanew, WinExecutableFileObj:e_lfarlc, WinExecutableFileObj:e_magic, WinExecutableFileObj:e_maxalloc, WinExecutableFileObj:e_minalloc, WinExecutableFileObj:e_oemid, WinExecutableFileObj:e_oeminfo, WinExecutableFileObj:e_ovro, WinExecutableFileObj:e_sp, WinExecutableFileObj:e_ss, WinExecutableFileObj:reserved1, WinExecutableFileObj:reserved2
Source
<xs:complexType name="DOSHeaderType">
  <xs:annotation>
    <xs:documentation>The DOSHeaderType type is a container for the characteristics of the _IMAGE_DOS_HEADER structure, which can be found in Winnt.h and pe.h. See http://www.csn.ul.ie/~caolan/pub/winresdump/winresdump/doc/pefile.html for more information about the winnt.h file, and http://www.tavi.co.uk/phobos/exeformat.html for even more clarification.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="e_magic" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the magic number, specifically the Windows OS signature value, which can either take on MZ for DOS (which is, for all intensive purposes, MOST Windows executables), NE for OS2, LE for OS2 LE, or PE00 for NT.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_cblp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of bytes actually used in the last page, with the special case of a full page being represented by a value of zero (since the last page is never empty). For example, assuming a page size of 512 bytes, this value would be 0x0000 for a 1024 byte file, and 0x0001 for a 1025 byte file (since it only contains one valid byte).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_cp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of pages required to hold the file. For example, if the file contains 1024 bytes, and we assume the file has pages of a size of 512 bytes, this word would contain 0x0002; if the file contains 1025 bytes, this word would contain 0x0003.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_crlc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of relocation items, i.e. the number of entries that exist in the relocation pointer table. If there are no relocation entries, this value is zero.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_cparhdr" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the executable header in terms of paragraphs (16 byte chunks). It indicates the offset of the program's compiled/assembled and linked image (the load module) within the executable file. The size of the load module can be deduced by subtracting this value (converted to bytes) from the overall file size derived from combining the e_cp (number of file pages) and e_cblp (number of bytes in last page) values. The header always spans an even number of paragraphs.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_minalloc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the minimum number of extra paragraphs needed to be allocated to begin execution. This is IN ADDITION to the memory required to hold the load module. This value normally represents the total size of any uninitialised data and/or stack segments that are linked at the end of a program. This space is not directly included in the load module, since there are no particular initializing values and it would simply waste disk space.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_maxalloc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the maximum number of extra paragraphs needed to be allocated by the program before it begins execution. This indicates ADDITIONAL memory over and above that required by the load module and the value specified by MINALLOC. If the request cannot be satisfied, the program is allocated as much memory as is available.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_ss" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the initial SS value, which is the paragraph address of the stack segment relative to the start of the load module. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the SS register before the program is started. In DOS, the start segment of the program is the first segment boundary in memory after the PSP.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_sp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the initial SP value, which is the absolute value that must be loaded into the SP register before the program is given control. Since the actual stack segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_csum" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the checksum of the contents of the executable file. It is used to ensure the integrity of the data within the file. For full details on how this checksum is calculated, see http://www.tavi.co.uk/phobos/exeformat.html#checksum.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_ip" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the initial IP value, which is the absolute value that should be loaded into the IP register in order to transfer control to the program. Since the actual code segment is determined by the loader, and this is merely a value within that segment, it does not need to be relocated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_cs" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the pre-relocated initial CS value, relative to the start of the load module, that should be placed in the CS register in order to transfer control to the program. At load time, this value is relocated by adding the address of the start segment of the program to it, and the resulting value is placed in the CS register when control is transferred.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_lfarlc" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the file address of the relocation table, or more specifically, the offset from the start of the file to the relocation pointer table. This value must be used to locate the relocation pointer table (rather than assuming a fixed location) because variable-length information pertaining to program overlays can occur before this table, causing its position to vary. A value of 0x40 in this field generally indicates a different kind of executable file, not a DOS 'MZ' type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_ovro" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the overlay number, which is normally set to 0x0000, because few programs actually have overlays. It changes only in files containing programs that use overlays. See http://www.tavi.co.uk/phobos/exeformat.html#overlaynote for more information about overlays.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reserved1" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0" maxOccurs="4">
      <xs:annotation>
        <xs:documentation>Specifies reserved words for the program (known in winnt.h as e_res[4]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create four reserved1 with the correct value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_oemid" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the identifier for the OEM for e_oeminfo.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_oeminfo" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the OEM information for a specific value of e_oeminfo.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reserved2" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies reserved words for the program (known in winnt.h as e_res[10]), usually set to zero by the linker. In this case, just use a single reserved1 set to zero; if not zero create ten reserved1 with the correct value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="e_lfanew" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the file address of the of the new exe header. In particular, it is a 4-byte offset into the file where the PE file header is located. It is necessary to use this offset to locate the PE header in the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary MS-DOS header as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEFileHeaderType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEFileHeaderType type refers to the PE file header (sometimes referred to as the COFF header) and its associated characteristics.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Machine Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Number_Of_Sections Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Time_Date_Stamp Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Pointer_To_Symbol_Table Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Number_Of_Symbols Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Size_Of_Optional_Header Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Characteristics Win_Executable_File_Object_xsd.tmp#PEFileHeaderType_Hashes
Used by
Children WinExecutableFileObj:Characteristics, WinExecutableFileObj:Hashes, WinExecutableFileObj:Machine, WinExecutableFileObj:Number_Of_Sections, WinExecutableFileObj:Number_Of_Symbols, WinExecutableFileObj:Pointer_To_Symbol_Table, WinExecutableFileObj:Size_Of_Optional_Header, WinExecutableFileObj:Time_Date_Stamp
Source
<xs:complexType name="PEFileHeaderType">
  <xs:annotation>
    <xs:documentation>The PEFileHeaderType type refers to the PE file header (sometimes referred to as the COFF header) and its associated characteristics.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Machine" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the type of target machine.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Sections" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of sections in the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Time_Date_Stamp" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the time when the file was created (the low 32 bits of the number of seconds since epoch).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pointer_To_Symbol_Table" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the file offset of the COFF symbol table (should be 0).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Symbols" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of entries in the symbol table. Should be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Optional_Header" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the optional header. Should be 0 for object files and non-zero for executables.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the flags that indicate the file's characteristics.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Any hashes computed for the Optional Header.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEOptionalHeaderType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEOptionalHeaderType type describes the PE Optional Header structure. Additional computed metadata, e.g., hashes of the header, are also included.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Magic Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Linker_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Linker_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Code Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Initialized_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Uninitialized_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Address_Of_Entry_Point Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Base_Of_Code Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Base_Of_Data Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Image_Base Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Section_Alignment Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_File_Alignment Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_OS_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_OS_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Image_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Image_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Major_Subsystem_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Minor_Subsystem_Version Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Win32_Version_Value Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Image Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Headers Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Checksum Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Subsystem Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_DLL_Characteristics Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Stack_Reserve Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Stack_Commit Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Heap_Reserve Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Size_Of_Heap_Commit Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Loader_Flags Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Number_Of_Rva_And_Sizes Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Data_Directory Win_Executable_File_Object_xsd.tmp#PEOptionalHeaderType_Hashes
Used by
Children WinExecutableFileObj:Address_Of_Entry_Point, WinExecutableFileObj:Base_Of_Code, WinExecutableFileObj:Base_Of_Data, WinExecutableFileObj:Checksum, WinExecutableFileObj:DLL_Characteristics, WinExecutableFileObj:Data_Directory, WinExecutableFileObj:File_Alignment, WinExecutableFileObj:Hashes, WinExecutableFileObj:Image_Base, WinExecutableFileObj:Loader_Flags, WinExecutableFileObj:Magic, WinExecutableFileObj:Major_Image_Version, WinExecutableFileObj:Major_Linker_Version, WinExecutableFileObj:Major_OS_Version, WinExecutableFileObj:Major_Subsystem_Version, WinExecutableFileObj:Minor_Image_Version, WinExecutableFileObj:Minor_Linker_Version, WinExecutableFileObj:Minor_OS_Version, WinExecutableFileObj:Minor_Subsystem_Version, WinExecutableFileObj:Number_Of_Rva_And_Sizes, WinExecutableFileObj:Section_Alignment, WinExecutableFileObj:Size_Of_Code, WinExecutableFileObj:Size_Of_Headers, WinExecutableFileObj:Size_Of_Heap_Commit, WinExecutableFileObj:Size_Of_Heap_Reserve, WinExecutableFileObj:Size_Of_Image, WinExecutableFileObj:Size_Of_Initialized_Data, WinExecutableFileObj:Size_Of_Stack_Commit, WinExecutableFileObj:Size_Of_Stack_Reserve, WinExecutableFileObj:Size_Of_Uninitialized_Data, WinExecutableFileObj:Subsystem, WinExecutableFileObj:Win32_Version_Value
Source
<xs:complexType name="PEOptionalHeaderType">
  <xs:annotation>
    <xs:documentation>The PEOptionalHeaderType type describes the PE Optional Header structure. Additional computed metadata, e.g., hashes of the header, are also included.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Magic" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the unsigned integer that indicates the type of executable file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Major_Linker_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the linker major version number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Minor_Linker_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the linker minor version number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Code" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the code (text) section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Initialized_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the initialized data section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Uninitialized_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the uninitialized (bss) data section. If there are multiple sections, size is the sum of the sizes if each.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address_Of_Entry_Point" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the address of the entry point relative to the image base when the executable is loaded into memory. When there is no entry point (e.g., optional for DLLs), the value should be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Base_Of_Code" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the address that is relative to the image base of the beginning-of-code section when it is loaded into memory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Base_Of_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the address that is relative to the image base of the beginning-of-data section when it is loaded into memory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Image_Base" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the preferred address of the first byte of image when loaded into memory; must be a multiple of 64 K.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Section_Alignment" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the alignment (in bytes) of sections when they are loaded into memory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="File_Alignment" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the factor (in bytes) that is used to align the raw data of sections in the image file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Major_OS_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the major version number of the required operating system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Minor_OS_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the minor version number of the required operating system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Major_Image_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the major version number of the image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Minor_Image_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the minor version number of the image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Major_Subsystem_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the major version number of the subsystem.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Minor_Subsystem_Version" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the minor version number of the subsystem.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Win32_Version_Value" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reserved; must be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Image" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size (in bytes) of the image, including all headers, as the image is loaded in memory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Headers" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the combined size of the MS DOS header, PE header, and section headers rounded up to a multiple of FileAlignment.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Checksum" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the checksum of the PE file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Subsystem" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the subsystem (e.g., GUI, device driver) that is required to run this image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DLL_Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies flags that characterize the PE file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Stack_Reserve" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the stack to reserve.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Stack_Commit" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the stack to commit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Heap_Reserve" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the local heap space to reserve.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Heap_Commit" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the size of the local heap space to commit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Loader_Flags" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reserved; must be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Rva_And_Sizes" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of data-directory entries in the remainder of the optional header.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Data_Directory" type="WinExecutableFileObj:DataDirectoryType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the data directories in the remainder in the optional header. This field will be repeated for each data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary optional header as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:DataDirectoryType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The DataDirectoryType specifies the data directories that can appear in the PE file's optional header. The data directories, except the Certificate Table, are loaded into memory so they can be used at runtime.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Export_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Import_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Resource_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Exception_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Certificate_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Base_Relocation_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Debug Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Architecture Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Global_Ptr Win_Executable_File_Object_xsd.tmp#DataDirectoryType_TLS_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Load_Config_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Bound_Import Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Import_Address_Table Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Delay_Import_Descriptor Win_Executable_File_Object_xsd.tmp#DataDirectoryType_CLR_Runtime_Header Win_Executable_File_Object_xsd.tmp#DataDirectoryType_Reserved
Used by
Children WinExecutableFileObj:Architecture, WinExecutableFileObj:Base_Relocation_Table, WinExecutableFileObj:Bound_Import, WinExecutableFileObj:CLR_Runtime_Header, WinExecutableFileObj:Certificate_Table, WinExecutableFileObj:Debug, WinExecutableFileObj:Delay_Import_Descriptor, WinExecutableFileObj:Exception_Table, WinExecutableFileObj:Export_Table, WinExecutableFileObj:Global_Ptr, WinExecutableFileObj:Import_Address_Table, WinExecutableFileObj:Import_Table, WinExecutableFileObj:Load_Config_Table, WinExecutableFileObj:Reserved, WinExecutableFileObj:Resource_Table, WinExecutableFileObj:TLS_Table
Source
<xs:complexType name="DataDirectoryType">
  <xs:annotation>
    <xs:documentation>The DataDirectoryType specifies the data directories that can appear in the PE file's optional header. The data directories, except the Certificate Table, are loaded into memory so they can be used at runtime.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Export_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the export table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Import_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the import table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Resource_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the resource table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Exception_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the exception table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Certificate_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the certificate table data directory. The table of certificates is in a file which the data directory points to.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Base_Relocation_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the base relocation table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Debug" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the debug data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Architecture" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reserved, must be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Global_Ptr" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the RVA of the value to be stored in the global pointer register.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TLS_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the thread local storage (TLS) table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Load_Config_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the load configuration table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Bound_Import" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the bound import table data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Import_Address_Table" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the import address table (IAT) data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Delay_Import_Descriptor" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the delay import descriptor data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CLR_Runtime_Header" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the Common Language Runtime (CLR) header data directory.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Reserved" type="WinExecutableFileObj:PEDataDirectoryStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reserved; must be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEDataDirectoryStructType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEDataDirectoryStruct type is intended as container for the properties relevant to a PE binary's data directory structure.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEDataDirectoryStructType_Size
Used by
Children WinExecutableFileObj:Size, WinExecutableFileObj:Virtual_Address
Source
<xs:complexType name="PEDataDirectoryStructType">
  <xs:annotation>
    <xs:documentation>The PEDataDirectoryStruct type is intended as container for the properties relevant to a PE binary's data directory structure.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the data structure.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The size field specifies the size of the data structure, in bytes.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:EntropyType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The EntropyType captures the result of an entropy computation.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#EntropyType_Value Win_Executable_File_Object_xsd.tmp#EntropyType_Min Win_Executable_File_Object_xsd.tmp#EntropyType_Max
Used by
Children WinExecutableFileObj:Max, WinExecutableFileObj:Min, WinExecutableFileObj:Value
Source
<xs:complexType name="EntropyType">
  <xs:annotation>
    <xs:documentation>The EntropyType captures the result of an entropy computation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Value" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the computed entropy value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Min" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the smallest possible value for the entropy computation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Max" type="cyboxCommon:FloatObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the largest possible value for the entropy computation (e.g., this would be 8 if the entropy computations is based on bits of information).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEImportListType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEImportListType specifies a list of functions in an import data section.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportListType_Import
Used by
Children WinExecutableFileObj:Import
Source
<xs:complexType name="PEImportListType">
  <xs:annotation>
    <xs:documentation>The PEImportListType specifies a list of functions in an import data section.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Import" type="WinExecutableFileObj:PEImportType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Specifies a single field in a list of imported functions.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEImportType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEImportType type is intended as container for the properties relevant to PE binary imports.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportType_delay_load Win_Executable_File_Object_xsd.tmp#PEImportType_initially_visible Win_Executable_File_Object_xsd.tmp#PEImportType_File_Name Win_Executable_File_Object_xsd.tmp#PEImportType_Imported_Functions Win_Executable_File_Object_xsd.tmp#PEImportType_Virtual_Address
Used by
Children WinExecutableFileObj:File_Name, WinExecutableFileObj:Imported_Functions, WinExecutableFileObj:Virtual_Address
Attributes
QName Type Use Annotation
delay_load xs:boolean optional
The delay_load field is a boolean value that is intended to describe whether a PE binary import is delay-load or not.
initially_visible xs:boolean optional
The initially_visible field refers to whether the import is initially visible, with regards to being initially visible or hidden in relation to PE binary packing. A packed binary will typically have few initially visible imports, and thus it is necessary to make the distinction between those that are visible initially or only after the binary is unpacked.
Source
<xs:complexType name="PEImportType">
  <xs:annotation>
    <xs:documentation>The PEImportType type is intended as container for the properties relevant to PE binary imports.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="File_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The File_Name field specifies the name of the library (file) that the PE binary imports.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Imported_Functions" type="WinExecutableFileObj:PEImportedFunctionsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Imported_Functions field is used to enumerate any functions imported from a particular library.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library import.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="delay_load" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The delay_load field is a boolean value that is intended to describe whether a PE binary import is delay-load or not.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="initially_visible" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>The initially_visible field refers to whether the import is initially visible, with regards to being initially visible or hidden in relation to PE binary packing. A packed binary will typically have few initially visible imports, and thus it is necessary to make the distinction between those that are visible initially or only after the binary is unpacked.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Complex Type WinExecutableFileObj:PEImportedFunctionsType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEImportedFunctionsType captures a list of functions imported by the PE file.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportedFunctionsType_Imported_Function
Used by
Children WinExecutableFileObj:Imported_Function
Source
<xs:complexType name="PEImportedFunctionsType">
  <xs:annotation>
    <xs:documentation>The PEImportedFunctionsType captures a list of functions imported by the PE file.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Imported_Function" type="WinExecutableFileObj:PEImportedFunctionType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Specifies a single field in a list of imported functions.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEImportedFunctionType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEImportedFunctionType specifies the type describing imported functions.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Function_Name Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Hint Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Ordinal Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Bound Win_Executable_File_Object_xsd.tmp#PEImportedFunctionType_Virtual_Address
Used by
Children WinExecutableFileObj:Bound, WinExecutableFileObj:Function_Name, WinExecutableFileObj:Hint, WinExecutableFileObj:Ordinal, WinExecutableFileObj:Virtual_Address
Source
<xs:complexType name="PEImportedFunctionType">
  <xs:annotation>
    <xs:documentation>The PEImportedFunctionType specifies the type describing imported functions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Function_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Function_Name field specifies the name of the function from the specified library that the PE binary imports.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hint" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Hint field specifies the index into the export table of the library that the function is found in.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Ordinal" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Ordinal field specifies the ordinal value (index) of the function in the library that is found in.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Bound" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Bound field specifies the precomputed address if the imported function is bound.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary library imported function.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEChecksumType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PECheckSumType records the checksum of the PE file, both as found in the file and computed.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_Computed_API Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_File_API Win_Executable_File_Object_xsd.tmp#PEChecksumType_PE_File_Raw
Used by
Children WinExecutableFileObj:PE_Computed_API, WinExecutableFileObj:PE_File_API, WinExecutableFileObj:PE_File_Raw
Source
<xs:complexType name="PEChecksumType">
  <xs:annotation>
    <xs:documentation>The PECheckSumType records the checksum of the PE file, both as found in the file and computed.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PE_Computed_API" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>PE_Computed_API specifies a checksum computed by an external algorithm.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PE_File_API" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>PE_File_API specified the checksum computed by IMAGHELP.DLL.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PE_File_Raw" type="cyboxCommon:LongObjectPropertyType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>PE_File_Raw specifies the checksum found in the PE file (in the Optional Header).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEResourceListType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEResourceListType specifies a list of resources found in the PE file.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#Resource
Used by
Children WinExecutableFileObj:Resource
Source
<xs:complexType name="PEResourceListType">
  <xs:annotation>
    <xs:documentation>The PEResourceListType specifies a list of resources found in the PE file.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="WinExecutableFileObj:Resource">
      <xs:annotation>
        <xs:documentation>Specifies an field of a list of resources.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEResourceType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEResourceType type is intended as container for the properties relevant to PE binary resources.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceType_Type Win_Executable_File_Object_xsd.tmp#PEResourceType_Name Win_Executable_File_Object_xsd.tmp#PEResourceType_Size Win_Executable_File_Object_xsd.tmp#PEResourceType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEResourceType_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Sub_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Hashes Win_Executable_File_Object_xsd.tmp#PEResourceType_Data
Used by
Children WinExecutableFileObj:Data, WinExecutableFileObj:Hashes, WinExecutableFileObj:Language, WinExecutableFileObj:Name, WinExecutableFileObj:Size, WinExecutableFileObj:Sub_Language, WinExecutableFileObj:Type, WinExecutableFileObj:Virtual_Address
Source
<xs:complexType name="PEResourceType">
  <xs:annotation>
    <xs:documentation>The PEResourceType type is intended as container for the properties relevant to PE binary resources.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Type" type="WinExecutableFileObj:PEResourceContentType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>This field refers to the type of data referred to by this resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Name field specifies the name of the resource used by the PE binary.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Size" type="cyboxCommon:PositiveIntegerObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Size field specifies the size of the resource, in bytes.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the resource data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Language" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Language field specifies the name of the language (LANG) defined for the resource, if applicable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="1" minOccurs="0" name="Sub_Language" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Sub_Language field specifies the name of the sub language (SUBLANG) defined for the resource, if applicable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Hashes field is used to include any hash values computed using the specified PE binary resource as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Data" type="cyboxCommon:StringObjectPropertyType">
      <xs:annotation>
        <xs:documentation>The Data field captures the actual data contained in the resource, most commonly as a base64-encoded string encapsulated in a CDATA () section.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEResourceContentType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEResourceContentType specifies PE resource types via a union of the PEResourceTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceContentType_datatype
Type restriction of BaseObjectPropertyType
Type hierarchy
Used by
Source
<xs:complexType name="PEResourceContentType">
  <xs:annotation>
    <xs:documentation>The PEResourceContentType specifies PE resource types via a union of the PEResourceTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
      <xs:simpleType>
        <xs:union memberTypes="WinExecutableFileObj:PEResourceTypeEnum xs:string"/>
      </xs:simpleType>
      <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
        <xs:annotation>
          <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Complex Type WinExecutableFileObj:PESectionListType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PESectionListType captures a list of sections that appear in the PE file.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionListType_Section
Used by
Children WinExecutableFileObj:Section
Source
<xs:complexType name="PESectionListType">
  <xs:annotation>
    <xs:documentation>The PESectionListType captures a list of sections that appear in the PE file.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Section" type="WinExecutableFileObj:PESectionType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Specifies an field of a list of PE file sections.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PESectionType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PESectionType type is intended as container for the properties relevant to PE binary sections. A PE Section consists of a header and data. The PESectionType contains properties that describe the Section Header and metadata computed about the section (e.g., hashes, entropy).
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionType_Section_Header Win_Executable_File_Object_xsd.tmp#PESectionType_Data_Hashes Win_Executable_File_Object_xsd.tmp#PESectionType_Entropy Win_Executable_File_Object_xsd.tmp#PESectionType_Header_Hashes
Used by
Children WinExecutableFileObj:Data_Hashes, WinExecutableFileObj:Entropy, WinExecutableFileObj:Header_Hashes, WinExecutableFileObj:Section_Header
Source
<xs:complexType name="PESectionType">
  <xs:annotation>
    <xs:documentation>The PESectionType type is intended as container for the properties relevant to PE binary sections. A PE Section consists of a header and data. The PESectionType contains properties that describe the Section Header and metadata computed about the section (e.g., hashes, entropy).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Section_Header" type="WinExecutableFileObj:PESectionHeaderStructType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Section_Header field contains characteristics of the section's section header structure.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Data_Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Data_Hashes field is used to include any hash values computed using the data contained in the specified PE binary section as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Entropy" type="WinExecutableFileObj:EntropyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Entropy field specifies the calculated entropy of the PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Header_Hashes" type="cyboxCommon:HashListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Header_Hashes field is used to include any hash values computed using the header of the specified PE binary section as input.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PESectionHeaderStructType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PESectionHeaderStruct type is intended as container for the properties relevant to a PE binary's section header structure.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Name Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Virtual_Size Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Size_Of_Raw_Data Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Raw_Data Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Relocations Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Pointer_To_Linenumbers Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Number_Of_Relocations Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Number_Of_Linenumbers Win_Executable_File_Object_xsd.tmp#PESectionHeaderStructType_Characteristics
Used by
Children WinExecutableFileObj:Characteristics, WinExecutableFileObj:Name, WinExecutableFileObj:Number_Of_Linenumbers, WinExecutableFileObj:Number_Of_Relocations, WinExecutableFileObj:Pointer_To_Linenumbers, WinExecutableFileObj:Pointer_To_Raw_Data, WinExecutableFileObj:Pointer_To_Relocations, WinExecutableFileObj:Size_Of_Raw_Data, WinExecutableFileObj:Virtual_Address, WinExecutableFileObj:Virtual_Size
Source
<xs:complexType name="PESectionHeaderStructType">
  <xs:annotation>
    <xs:documentation>The PESectionHeaderStruct type is intended as container for the properties relevant to a PE binary's section header structure.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Name field specifies the name of the PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Virtual_Size" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Virtual_Size field is the total size of the PE binary section when loaded into memory. It is valid only for executables and should be 0 for object files.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Virtual_Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Virtual_Address field specifies the relative virtual address (RVA) of the PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Size_Of_Raw_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Size_Of_Raw_Data field specifies the size of the data contained in the PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pointer_To_Raw_Data" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Pointer_To_Raw_Data field specifies the file offset of the beginning of the PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pointer_To_Relocations" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Pointer_To_Relocations field specifies the offset of the PE binary section relocations, if applicable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pointer_To_Linenumbers" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the beginning of line-number entries for the section. Should be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Relocations" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Number_Of_Relocations field specifies the number of relocations defined for the specified PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Number_Of_Linenumbers" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the number of line number entries for the section. Should be 0.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Characteristics" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Characteristics field specifies any flags defined for the specified PE binary section.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type WinExecutableFileObj:PEType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEType specifies PE file types via a union of the PETypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEType_datatype
Type restriction of BaseObjectPropertyType
Type hierarchy
Used by
Source
<xs:complexType name="PEType">
  <xs:annotation>
    <xs:documentation>The PEType specifies PE file types via a union of the PETypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
      <xs:simpleType>
        <xs:union memberTypes="WinExecutableFileObj:PETypeEnum xs:string"/>
      </xs:simpleType>
      <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
        <xs:annotation>
          <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Complex Type WinExecutableFileObj:PEVersionInfoResourceType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEVersionInfoResourceType characterizes the special VERSIONINFO resource type. For more information please see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#PEResourceType_Type Win_Executable_File_Object_xsd.tmp#PEResourceType_Name Win_Executable_File_Object_xsd.tmp#PEResourceType_Size Win_Executable_File_Object_xsd.tmp#PEResourceType_Virtual_Address Win_Executable_File_Object_xsd.tmp#PEResourceType_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Sub_Language Win_Executable_File_Object_xsd.tmp#PEResourceType_Hashes Win_Executable_File_Object_xsd.tmp#PEResourceType_Data Win_Executable_File_Object_xsd.tmp#PEResourceType Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_Comments Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_CompanyName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_FileDescription Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_FileVersion Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_InternalName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LangID Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LegalCopyright Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_LegalTrademarks Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_OriginalFilename Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_PrivateBuild Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_ProductName Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_ProductVersion Win_Executable_File_Object_xsd.tmp#PEVersionInfoResourceType_SpecialBuild
Type extension of WinExecutableFileObj:PEResourceType
Type hierarchy
Used by
Children WinExecutableFileObj:Comments, WinExecutableFileObj:CompanyName, WinExecutableFileObj:Data, WinExecutableFileObj:FileDescription, WinExecutableFileObj:FileVersion, WinExecutableFileObj:Hashes, WinExecutableFileObj:InternalName, WinExecutableFileObj:LangID, WinExecutableFileObj:Language, WinExecutableFileObj:LegalCopyright, WinExecutableFileObj:LegalTrademarks, WinExecutableFileObj:Name, WinExecutableFileObj:OriginalFilename, WinExecutableFileObj:PrivateBuild, WinExecutableFileObj:ProductName, WinExecutableFileObj:ProductVersion, WinExecutableFileObj:Size, WinExecutableFileObj:SpecialBuild, WinExecutableFileObj:Sub_Language, WinExecutableFileObj:Type, WinExecutableFileObj:Virtual_Address
Source
<xs:complexType name="PEVersionInfoResourceType">
  <xs:annotation>
    <xs:documentation>The PEVersionInfoResourceType characterizes the special VERSIONINFO resource type. For more information please see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WinExecutableFileObj:PEResourceType">
      <xs:sequence>
        <xs:element minOccurs="0" name="Comments" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Comments field captures any additional information that should be displayed for diagnostic purposes.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CompanyName" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The CompanyName field captures the company that produced the file - for example, "Microsoft Corporation" or "Standard Microsystems Corporation, Inc.".</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="FileDescription" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The FileDescription field captures the file description to be presented to users. This string may be displayed in a list box when the user is choosing files to install - for example, "Keyboard Driver for AT-Style Keyboards".</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="FileVersion" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The FileVersion field captures the version number of the file - for example, "3.10" or "5.00.RC2".</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="InternalName" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The InternalName field captures the internal name of the file, if one exists - for example, a module name if the file is a dynamic-link library. If the file has no internal name, this string should be the original filename, without extension.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="LangID" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The LangID field captures the localization language identifier specified in the version-information resource.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="LegalCopyright" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The LegalCopyright field captures the copyright notices that apply to the file. This should include the full text of all notices, legal symbols, copyright dates, and so on.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="LegalTrademarks" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The LegalTrademarks field captures the trademarks and registered trademarks that apply to the file. This should include the full text of all notices, legal symbols, trademark numbers, and so on.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="OriginalFilename" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The OriginalFilename field captures the original name of the file, not including a path. This information enables an application to determine whether a file has been renamed by a user. The format of the name depends on the file system for which the file was created.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PrivateBuild" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The PrivateBuild field captures the information about a private version of the file - for example, "Built by TESTER1 on \TESTBED". This string should be present only if VS_FF_PRIVATEBUILD is specified in the fileflags parameter of the root block.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ProductName" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The ProductName field captures the name of the product with which the file is distributed. This string is required.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ProductVersion" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The ProductVersion field captures the version of the product with which the file is distributed - for example, "3.10" or "5.00.RC2".</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="SpecialBuild" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The SpecialBuild field captures the text that indicates how this version of the file differs from the standard version - for example, "Private build for TESTER1 solving mouse problems on M250 and M250E computers". This string should be present only if VS_FF_SPECIALBUILD is specified in the fileflags parameter of the root block.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type WinExecutableFileObj:SubsystemType
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The SubsystemType specifies subsystem types via a union of the SubsystemTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
Diagram
Diagram Win_Executable_File_Object_xsd.tmp#SubsystemType_datatype
Type restriction of BaseObjectPropertyType
Type hierarchy
Source
<xs:complexType name="SubsystemType">
  <xs:annotation>
    <xs:documentation>The SubsystemType specifies subsystem types via a union of the SubsystemTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
      <xs:simpleType>
        <xs:union memberTypes="WinExecutableFileObj:SubsystemTypeEnum xs:string"/>
      </xs:simpleType>
      <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
        <xs:annotation>
          <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Simple Type WinExecutableFileObj:SubsystemTypeEnum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The SubsystemTypeEnum enumerates the types of subsystems in Windows an executable can be compatible for, according to winnt.h and more specifically, the Subsystem value of the IMAGE_OPTIONAL_HEADER structure. See http://source.winehq.org/source/include/winnt.h and http://msdn.microsoft.com/en-us/library/windows/desktop/ms680339(v=vs.85).aspx for more information.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Unknown
Specifies an unknown subsystem.
enumeration Native
Specifies that no subsystem is required to run the image (i.e. only device drivers and native system processes are needed).
enumeration Windows_GUI
Specifies the Windows Graphical user interface (GUI) subsystem.
enumeration Windows_CUI
Specifies the Windows character-mode user interface (CUI) subsystem.
enumeration OS2_CUI
Specifies the OS/2 CUI subsystem.
enumeration POSIX_CUI
Specifies the POSIX CUI subsystem.
enumeration Native_Win9x_Driver
Specifies the Native Windows 9x drivers. This is denoted by the value IMAGE_SUBSYSTEM_NATIVE_WINDOWS or 0x8.
enumeration Windows_CE_GUI
Specifies the Windows CE system with a GUI.
enumeration EFI_Application
Specifies the Extensible Firmware Interface (EFI) application.
enumeration EFI_Boot_Service_Driver
Specifies the Extensible Firmware Interface (EFI) driver with boot services.
enumeration EFI_Runtime_Driver
Specifies the Extensible Firmware Interface (EFI) driver with run-time services.
enumeration EFI_ROM
Specifies the Extensible Firmware Interface (EFI) image.
enumeration XBOX
Specifies the XBOX system.
enumeration Windows_Boot_Application
Specifies the Windows Boot application.
Source
<xs:simpleType name="SubsystemTypeEnum">
  <xs:annotation>
    <xs:documentation>The SubsystemTypeEnum enumerates the types of subsystems in Windows an executable can be compatible for, according to winnt.h and more specifically, the Subsystem value of the IMAGE_OPTIONAL_HEADER structure. See http://source.winehq.org/source/include/winnt.h and http://msdn.microsoft.com/en-us/library/windows/desktop/ms680339(v=vs.85).aspx for more information.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown">
      <xs:annotation>
        <xs:documentation>Specifies an unknown subsystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Native">
      <xs:annotation>
        <xs:documentation>Specifies that no subsystem is required to run the image (i.e. only device drivers and native system processes are needed).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Windows_GUI">
      <xs:annotation>
        <xs:documentation>Specifies the Windows Graphical user interface (GUI) subsystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Windows_CUI">
      <xs:annotation>
        <xs:documentation>Specifies the Windows character-mode user interface (CUI) subsystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OS2_CUI">
      <xs:annotation>
        <xs:documentation>Specifies the OS/2 CUI subsystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="POSIX_CUI">
      <xs:annotation>
        <xs:documentation>Specifies the POSIX CUI subsystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Native_Win9x_Driver">
      <xs:annotation>
        <xs:documentation>Specifies the Native Windows 9x drivers. This is denoted by the value IMAGE_SUBSYSTEM_NATIVE_WINDOWS or 0x8.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Windows_CE_GUI">
      <xs:annotation>
        <xs:documentation>Specifies the Windows CE system with a GUI.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EFI_Application">
      <xs:annotation>
        <xs:documentation>Specifies the Extensible Firmware Interface (EFI) application.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EFI_Boot_Service_Driver">
      <xs:annotation>
        <xs:documentation>Specifies the Extensible Firmware Interface (EFI) driver with boot services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EFI_Runtime_Driver">
      <xs:annotation>
        <xs:documentation>Specifies the Extensible Firmware Interface (EFI) driver with run-time services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="EFI_ROM">
      <xs:annotation>
        <xs:documentation>Specifies the Extensible Firmware Interface (EFI) image.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="XBOX">
      <xs:annotation>
        <xs:documentation>Specifies the XBOX system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Windows_Boot_Application">
      <xs:annotation>
        <xs:documentation>Specifies the Windows Boot application.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type WinExecutableFileObj:PETypeEnum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PETypeEnum enumerates the characteristics flags for the executable file in question. These are detailed in winnt.h.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Executable
Specifies an executable image (not an OBJ or LIB).
enumeration Dll
Specifies a dynamic link library, not a program.
enumeration Invalid
Specifies an invalid executable file (i.e. not one of the listed types).
Source
<xs:simpleType name="PETypeEnum">
  <xs:annotation>
    <xs:documentation>The PETypeEnum enumerates the characteristics flags for the executable file in question. These are detailed in winnt.h.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Executable">
      <xs:annotation>
        <xs:documentation>Specifies an executable image (not an OBJ or LIB).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Dll">
      <xs:annotation>
        <xs:documentation>Specifies a dynamic link library, not a program.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Invalid">
      <xs:annotation>
        <xs:documentation>Specifies an invalid executable file (i.e. not one of the listed types).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type WinExecutableFileObj:PEResourceTypeEnum
Namespace http://cybox.mitre.org/objects#WinExecutableFileObject-2
Annotations
The PEResourceTypeEnum is a non-exhaustive enumeration of PE resource types.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Cursor
Specifies a resource that is a cursor or animated cursor defined by naming it and specifying the name of the file that contains it. (To use a particular cursor, the application requests it by name.).
enumeration Bitmap
Specifies a resource that is a bitmap defined by naming it and specifying the name of the file that contains it. (To use a particular cursor, the application requests it by name.).
enumeration Icon
Specifies a resource that is an icon or animated icon by naming it and specifying the name of the file that contains it. (To use a particular icon, the application requests it by name.).
enumeration Menu
Specifies a resource that captures the appearance and function of a menu. Does not define help or regular identifiers, nor uses the MFT_* type and MFS_* state flags.
enumeration MenuEX
Specifies a resource that captures the appearance and function of a menu, which can also utilize help or regular identifiers, as well as the MFT_* type and MFS_* state flags.
enumeration Popup
Specifies a resource that captures a menu item that can contain menu items and submenus.
enumeration Dialog
Specifies a resource that captures a template that an application can use to create dialog boxes. This type is considered obsolete in Windows and newer applications use the DIALOGEX resource.
enumeration DialogEX
Specifies a resource that captures a template that newer applications can use to create dialog boxes.
enumeration String
Specifies a resource that is a string.
enumeration StringTable
Specifies a resource that captures string tables. String resources are Unicode or ASCII strings that can be loaded from the executable file.
enumeration Fontdir
Specifies a resource that is a font directory.
enumeration Font
Specifies a resource that captures the name of a file that contains a font.
enumeration Accelerators
Specifies a resource that captures menu accelerator keys.
enumeration RCData
Specifies a resource that captures data resources. Data resources let you include binary data in the executable file.
enumeration MessageTable
Specifies a resource that captures a message table by naming it and specifying the name of the file that contains it. The file is a binary resource file generated by the message compiler.
enumeration GroupCursor
Specifies a resource that is a group cursor.
enumeration GroupIcon
Specifies a resource that is a group icon.
enumeration VersionInfo
Specifies a resource that captures version-information. Contains information such as the version number, intended operating system, and so on.
enumeration DLGInclude
Specifies a resource that is a dialog include.
enumeration PlugPlay
This resource is obsolete and included for completeness.
enumeration TextInclude
This is a special resource that is interpreted by Visual C++. For more information see http://go.microsoft.com/FWLink/?LinkId=83951.
enumeration TypeLib
This is a special resource that is used with /TLBID and /TLBOUT linker options. For more information see http://go.microsoft.com/FWLink/?LinkId=83960 (for /TLBID) and http://go.microsoft.com/FWLink/?LinkId=83947 (for /TLBOUT).
enumeration Vxd
This resource is obsolete and included for completeness.
enumeration AniCursor
Specifies a resource that is an animated cursor.
enumeration AniIcon
Specifies a resource that is an animated icon.
enumeration HTML
Specifies a resource that captures an HTML file.
enumeration Manifest
Specifies a resource that captures a manifest file.
enumeration MessageTableEntry
Specifies a resource that captures a message table entry.
Source
<xs:simpleType name="PEResourceTypeEnum">
  <xs:annotation>
    <xs:documentation>The PEResourceTypeEnum is a non-exhaustive enumeration of PE resource types.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Cursor">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a cursor or animated cursor defined by naming it and specifying the name of the file that contains it. (To use a particular cursor, the application requests it by name.).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Bitmap">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a bitmap defined by naming it and specifying the name of the file that contains it. (To use a particular cursor, the application requests it by name.).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Icon">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is an icon or animated icon by naming it and specifying the name of the file that contains it. (To use a particular icon, the application requests it by name.).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Menu">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures the appearance and function of a menu. Does not define help or regular identifiers, nor uses the MFT_* type and MFS_* state flags.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MenuEX">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures the appearance and function of a menu, which can also utilize help or regular identifiers, as well as the MFT_* type and MFS_* state flags.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Popup">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a menu item that can contain menu items and submenus.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Dialog">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a template that an application can use to create dialog boxes. This type is considered obsolete in Windows and newer applications use the DIALOGEX resource.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DialogEX">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a template that newer applications can use to create dialog boxes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="String">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a string.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="StringTable">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures string tables. String resources are Unicode or ASCII strings that can be loaded from the executable file.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Fontdir">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a font directory.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Font">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures the name of a file that contains a font.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Accelerators">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures menu accelerator keys.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RCData">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures data resources. Data resources let you include binary data in the executable file.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MessageTable">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a message table by naming it and specifying the name of the file that contains it. The file is a binary resource file generated by the message compiler.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GroupCursor">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a group cursor.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GroupIcon">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a group icon.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="VersionInfo">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures version-information. Contains information such as the version number, intended operating system, and so on.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DLGInclude">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is a dialog include.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PlugPlay">
      <xs:annotation>
        <xs:documentation>This resource is obsolete and included for completeness.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TextInclude">
      <xs:annotation>
        <xs:documentation>This is a special resource that is interpreted by Visual C++. For more information see http://go.microsoft.com/FWLink/?LinkId=83951.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="TypeLib">
      <xs:annotation>
        <xs:documentation>This is a special resource that is used with /TLBID and /TLBOUT linker options. For more information see http://go.microsoft.com/FWLink/?LinkId=83960 (for /TLBID) and http://go.microsoft.com/FWLink/?LinkId=83947 (for /TLBOUT).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Vxd">
      <xs:annotation>
        <xs:documentation>This resource is obsolete and included for completeness.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AniCursor">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is an animated cursor.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AniIcon">
      <xs:annotation>
        <xs:documentation>Specifies a resource that is an animated icon.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="HTML">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures an HTML file.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Manifest">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a manifest file.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MessageTableEntry">
      <xs:annotation>
        <xs:documentation>Specifies a resource that captures a message table entry.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute WinExecutableFileObj:PEImportType / @delay_load
Namespace No namespace
Annotations
The delay_load field is a boolean value that is intended to describe whether a PE binary import is delay-load or not.
Type xs:boolean
Used by
Source
<xs:attribute name="delay_load" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The delay_load field is a boolean value that is intended to describe whether a PE binary import is delay-load or not.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinExecutableFileObj:PEImportType / @initially_visible
Namespace No namespace
Annotations
The initially_visible field refers to whether the import is initially visible, with regards to being initially visible or hidden in relation to PE binary packing. A packed binary will typically have few initially visible imports, and thus it is necessary to make the distinction between those that are visible initially or only after the binary is unpacked.
Type xs:boolean
Used by
Source
<xs:attribute name="initially_visible" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The initially_visible field refers to whether the import is initially visible, with regards to being initially visible or hidden in relation to PE binary packing. A packed binary will typically have few initially visible imports, and thus it is necessary to make the distinction between those that are visible initially or only after the binary is unpacked.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinExecutableFileObj:PEResourceContentType / @datatype
Namespace No namespace
Annotations
This attribute is optional and specifies the expected type for the value of the specified property.
Type DatatypeEnum
Used by
Source
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
  <xs:annotation>
    <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinExecutableFileObj:PEType / @datatype
Namespace No namespace
Annotations
This attribute is optional and specifies the expected type for the value of the specified property.
Type DatatypeEnum
Used by
Source
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
  <xs:annotation>
    <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute WinExecutableFileObj:SubsystemType / @datatype
Namespace No namespace
Annotations
This attribute is optional and specifies the expected type for the value of the specified property.
Type DatatypeEnum
Used by
Source
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
  <xs:annotation>
    <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
  </xs:annotation>
</xs:attribute>