stix_schema_spy 1.3 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/config/1.2/stix/campaign.xsd +2 -2
  3. data/config/1.2/stix/cybox/cybox_common.xsd +2700 -2700
  4. data/config/1.2/stix/cybox/cybox_core.xsd +1145 -1145
  5. data/config/1.2/stix/cybox/cybox_default_vocabularies.xsd +5180 -5180
  6. data/config/1.2/stix/cybox/extensions/location/ciq_address_3.0.xsd +27 -27
  7. data/config/1.2/stix/cybox/extensions/platform/cpe2.3.xsd +34 -34
  8. data/config/1.2/stix/cybox/external/cpe_2.3/xml.xsd +145 -145
  9. data/config/1.2/stix/cybox/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -90
  10. data/config/1.2/stix/cybox/objects/API_Object.xsd +55 -55
  11. data/config/1.2/stix/cybox/objects/ARP_Cache_Object.xsd +98 -98
  12. data/config/1.2/stix/cybox/objects/AS_Object.xsd +50 -50
  13. data/config/1.2/stix/cybox/objects/Account_Object.xsd +501 -501
  14. data/config/1.2/stix/cybox/objects/Address_Object.xsd +127 -127
  15. data/config/1.2/stix/cybox/objects/Archive_File_Object.xsd +134 -134
  16. data/config/1.2/stix/cybox/objects/Artifact_Object.xsd +212 -212
  17. data/config/1.2/stix/cybox/objects/Code_Object.xsd +417 -417
  18. data/config/1.2/stix/cybox/objects/Custom_Object.xsd +42 -42
  19. data/config/1.2/stix/cybox/objects/DNS_Cache_Object.xsd +53 -53
  20. data/config/1.2/stix/cybox/objects/DNS_Query_Object.xsd +164 -164
  21. data/config/1.2/stix/cybox/objects/DNS_Record_Object.xsd +92 -92
  22. data/config/1.2/stix/cybox/objects/Device_Object.xsd +65 -65
  23. data/config/1.2/stix/cybox/objects/Disk_Object.xsd +117 -117
  24. data/config/1.2/stix/cybox/objects/Disk_Partition_Object.xsd +199 -199
  25. data/config/1.2/stix/cybox/objects/Domain_Name_Object.xsd +57 -57
  26. data/config/1.2/stix/cybox/objects/Email_Message_Object.xsd +278 -278
  27. data/config/1.2/stix/cybox/objects/File_Object.xsd +397 -397
  28. data/config/1.2/stix/cybox/objects/GUI_Dialogbox_Object.xsd +41 -41
  29. data/config/1.2/stix/cybox/objects/GUI_Object.xsd +40 -40
  30. data/config/1.2/stix/cybox/objects/GUI_Window_Object.xsd +46 -46
  31. data/config/1.2/stix/cybox/objects/HTTP_Session_Object.xsd +633 -633
  32. data/config/1.2/stix/cybox/objects/Hostname_Object.xsd +45 -45
  33. data/config/1.2/stix/cybox/objects/Image_File_Object.xsd +124 -124
  34. data/config/1.2/stix/cybox/objects/Library_Object.xsd +114 -114
  35. data/config/1.2/stix/cybox/objects/Link_Object.xsd +36 -36
  36. data/config/1.2/stix/cybox/objects/Linux_Package_Object.xsd +75 -75
  37. data/config/1.2/stix/cybox/objects/Memory_Object.xsd +141 -141
  38. data/config/1.2/stix/cybox/objects/Mutex_Object.xsd +40 -40
  39. data/config/1.2/stix/cybox/objects/Network_Connection_Object.xsd +540 -540
  40. data/config/1.2/stix/cybox/objects/Network_Flow_Object.xsd +1559 -1559
  41. data/config/1.2/stix/cybox/objects/Network_Packet_Object.xsd +2934 -2934
  42. data/config/1.2/stix/cybox/objects/Network_Route_Entry_Object.xsd +155 -155
  43. data/config/1.2/stix/cybox/objects/Network_Route_Object.xsd +93 -93
  44. data/config/1.2/stix/cybox/objects/Network_Socket_Object.xsd +529 -529
  45. data/config/1.2/stix/cybox/objects/Network_Subnet_Object.xsd +64 -64
  46. data/config/1.2/stix/cybox/objects/PDF_File_Object.xsd +595 -595
  47. data/config/1.2/stix/cybox/objects/Pipe_Object.xsd +40 -40
  48. data/config/1.2/stix/cybox/objects/Port_Object.xsd +40 -40
  49. data/config/1.2/stix/cybox/objects/Process_Object.xsd +199 -199
  50. data/config/1.2/stix/cybox/objects/Product_Object.xsd +65 -65
  51. data/config/1.2/stix/cybox/objects/SMS_Message_Object.xsd +79 -79
  52. data/config/1.2/stix/cybox/objects/Semaphore_Object.xsd +50 -50
  53. data/config/1.2/stix/cybox/objects/Socket_Address_Object.xsd +50 -50
  54. data/config/1.2/stix/cybox/objects/System_Object.xsd +410 -410
  55. data/config/1.2/stix/cybox/objects/URI_Object.xsd +62 -62
  56. data/config/1.2/stix/cybox/objects/URL_History_Object.xsd +104 -104
  57. data/config/1.2/stix/cybox/objects/Unix_File_Object.xsd +164 -164
  58. data/config/1.2/stix/cybox/objects/Unix_Network_Route_Entry_Object.xsd +56 -56
  59. data/config/1.2/stix/cybox/objects/Unix_Pipe_Object.xsd +36 -36
  60. data/config/1.2/stix/cybox/objects/Unix_Process_Object.xsd +143 -143
  61. data/config/1.2/stix/cybox/objects/Unix_User_Account_Object.xsd +78 -78
  62. data/config/1.2/stix/cybox/objects/Unix_Volume_Object.xsd +41 -41
  63. data/config/1.2/stix/cybox/objects/User_Account_Object.xsd +110 -110
  64. data/config/1.2/stix/cybox/objects/User_Session_Object.xsd +60 -60
  65. data/config/1.2/stix/cybox/objects/Volume_Object.xsd +235 -235
  66. data/config/1.2/stix/cybox/objects/Whois_Object.xsd +430 -430
  67. data/config/1.2/stix/cybox/objects/Win_Computer_Account_Object.xsd +135 -135
  68. data/config/1.2/stix/cybox/objects/Win_Critical_Section_Object.xsd +40 -40
  69. data/config/1.2/stix/cybox/objects/Win_Driver_Object.xsd +270 -270
  70. data/config/1.2/stix/cybox/objects/Win_Event_Log_Object.xsd +137 -137
  71. data/config/1.2/stix/cybox/objects/Win_Event_Object.xsd +80 -80
  72. data/config/1.2/stix/cybox/objects/Win_Executable_File_Object.xsd +1311 -1311
  73. data/config/1.2/stix/cybox/objects/Win_File_Object.xsd +269 -269
  74. data/config/1.2/stix/cybox/objects/Win_Filemapping_Object.xsd +175 -175
  75. data/config/1.2/stix/cybox/objects/Win_Handle_Object.xsd +351 -351
  76. data/config/1.2/stix/cybox/objects/Win_Hook_Object.xsd +152 -152
  77. data/config/1.2/stix/cybox/objects/Win_Kernel_Hook_Object.xsd +109 -109
  78. data/config/1.2/stix/cybox/objects/Win_Kernel_Object.xsd +128 -128
  79. data/config/1.2/stix/cybox/objects/Win_Mailslot_Object.xsd +56 -56
  80. data/config/1.2/stix/cybox/objects/Win_Memory_Page_Region_Object.xsd +198 -198
  81. data/config/1.2/stix/cybox/objects/Win_Mutex_Object.xsd +42 -42
  82. data/config/1.2/stix/cybox/objects/Win_Network_Route_Entry_Object.xsd +200 -200
  83. data/config/1.2/stix/cybox/objects/Win_Network_Share_Object.xsd +205 -205
  84. data/config/1.2/stix/cybox/objects/Win_Pipe_Object.xsd +73 -73
  85. data/config/1.2/stix/cybox/objects/Win_Prefetch_Object.xsd +113 -113
  86. data/config/1.2/stix/cybox/objects/Win_Process_Object.xsd +174 -174
  87. data/config/1.2/stix/cybox/objects/Win_Registry_Key_Object.xsd +290 -290
  88. data/config/1.2/stix/cybox/objects/Win_Semaphore_Object.xsd +42 -42
  89. data/config/1.2/stix/cybox/objects/Win_Service_Object.xsd +287 -287
  90. data/config/1.2/stix/cybox/objects/Win_System_Object.xsd +126 -126
  91. data/config/1.2/stix/cybox/objects/Win_System_Restore_Object.xsd +207 -207
  92. data/config/1.2/stix/cybox/objects/Win_Task_Object.xsd +755 -755
  93. data/config/1.2/stix/cybox/objects/Win_Thread_Object.xsd +146 -146
  94. data/config/1.2/stix/cybox/objects/Win_User_Account_Object.xsd +73 -73
  95. data/config/1.2/stix/cybox/objects/Win_Volume_Object.xsd +161 -161
  96. data/config/1.2/stix/cybox/objects/Win_Waitable_Timer_Object.xsd +90 -90
  97. data/config/1.2/stix/cybox/objects/X509_Certificate_Object.xsd +275 -275
  98. data/config/1.2/stix/data_marking.xsd +5 -5
  99. data/config/1.2/stix/exploit_target.xsd +2 -2
  100. data/config/1.2/stix/incident.xsd +1 -1
  101. data/config/1.2/stix/indicator.xsd +6 -6
  102. data/config/1.2/stix/report.xsd +6 -6
  103. data/config/1.2/stix/stix_common.xsd +22 -22
  104. data/config/1.2/stix/stix_core.xsd +7 -7
  105. data/config/1.2/stix/stix_default_vocabularies.xsd +8 -8
  106. data/config/1.2/stix/ttp.xsd +1 -1
  107. data/lib/stix_schema_spy/models/has_children.rb +3 -3
  108. data/lib/stix_schema_spy/version.rb +1 -1
  109. metadata +2 -2
@@ -1,290 +1,290 @@
1
- <?xml version='1.0' encoding='UTF-8'?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:WinRegistryKeyObj="http://cybox.mitre.org/objects#WinRegistryKeyObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:WinHandleObj="http://cybox.mitre.org/objects#WinHandleObject-2" targetNamespace="http://cybox.mitre.org/objects#WinRegistryKeyObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
3
- <xs:annotation>
4
- <xs:documentation>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.</xs:documentation>
5
- <xs:appinfo>
6
- <schema>Win_Registry_Key_Object</schema>
7
- <version>2.1</version>
8
- <date>01/22/2014</date>
9
- <short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
10
- <terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
11
- </xs:appinfo>
12
- </xs:annotation>
13
- <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
14
- <xs:import namespace="http://cybox.mitre.org/objects#WinHandleObject-2" schemaLocation="Win_Handle_Object.xsd"/>
15
- <xs:element name="Windows_Registry_Key" type="WinRegistryKeyObj:WindowsRegistryKeyObjectType">
16
- <xs:annotation>
17
- <xs:documentation>Windows_Registry_Key object characterizes windows registry objects, including Keys and Key/Value pairs. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724871(v=vs.85).aspx.</xs:documentation>
18
- </xs:annotation>
19
- </xs:element>
20
- <xs:complexType name="WindowsRegistryKeyObjectType" mixed="false">
21
- <xs:annotation>
22
- <xs:documentation>The WindowsRegistryObjectType type is intended to characterize Windows registry objects, including Keys and Key/Value pairs.</xs:documentation>
23
- </xs:annotation>
24
- <xs:complexContent>
25
- <xs:extension base="cyboxCommon:ObjectPropertiesType">
26
- <xs:sequence>
27
- <xs:element name="Key" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
28
- <xs:annotation>
29
- <xs:documentation>The Key field specifies the full key to the Windows registry object, not including the hive.</xs:documentation>
30
- </xs:annotation>
31
- </xs:element>
32
- <xs:element name="Hive" type="WinRegistryKeyObj:RegistryHiveType" minOccurs="0">
33
- <xs:annotation>
34
- <xs:documentation>The Hive field specifies the Windows registry hive to which the registry object belongs to.</xs:documentation>
35
- </xs:annotation>
36
- </xs:element>
37
- <xs:element name="Number_Values" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
38
- <xs:annotation>
39
- <xs:documentation>The Number_Values field specifies the number of values found in the registry key.</xs:documentation>
40
- </xs:annotation>
41
- </xs:element>
42
- <xs:element name="Values" type="WinRegistryKeyObj:RegistryValuesType" minOccurs="0">
43
- <xs:annotation>
44
- <xs:documentation>The Values field specifies the values (with their name/data pairs) held within the registry key.</xs:documentation>
45
- </xs:annotation>
46
- </xs:element>
47
- <xs:element name="Modified_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
48
- <xs:annotation>
49
- <xs:documentation>The Modified_Time field specifies the last date/time that the registry object was modified.</xs:documentation>
50
- </xs:annotation>
51
- </xs:element>
52
- <xs:element name="Creator_Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
53
- <xs:annotation>
54
- <xs:documentation>The Creator_Username field specifies the name of the user who created the registry object.</xs:documentation>
55
- </xs:annotation>
56
- </xs:element>
57
- <xs:element name="Handle_List" type="WinHandleObj:WindowsHandleListType" minOccurs="0">
58
- <xs:annotation>
59
- <xs:documentation>The Handle_List field specifies a list of open Handles for this registry object.</xs:documentation>
60
- </xs:annotation>
61
- </xs:element>
62
- <xs:element name="Number_Subkeys" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
63
- <xs:annotation>
64
- <xs:documentation>The Number_Subkeys field specifies the number of subkeys contained under the registry key.</xs:documentation>
65
- </xs:annotation>
66
- </xs:element>
67
- <xs:element name="Subkeys" type="WinRegistryKeyObj:RegistrySubkeysType" minOccurs="0">
68
- <xs:annotation>
69
- <xs:documentation>The Subkeys field specifies the set of subkeys contained under the registry key.</xs:documentation>
70
- </xs:annotation>
71
- </xs:element>
72
- <xs:element name="Byte_Runs" type="cyboxCommon:ByteRunsType" minOccurs="0">
73
- <xs:annotation>
74
- <xs:documentation>The Byte_Runs field contains a list of byte runs from the raw registry.</xs:documentation>
75
- </xs:annotation>
76
- </xs:element>
77
- </xs:sequence>
78
- </xs:extension>
79
- </xs:complexContent>
80
- </xs:complexType>
81
- <xs:complexType name="RegistryValueType">
82
- <xs:annotation>
83
- <xs:documentation>The RegistryValueType type is intended to characterize Windows registry Value name/data pairs.</xs:documentation>
84
- </xs:annotation>
85
- <xs:sequence>
86
- <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
87
- <xs:annotation>
88
- <xs:documentation>The Name field specifies the name of the registry value. For specifying the default value in a registry key, an empty string should be used. </xs:documentation>
89
- </xs:annotation>
90
- </xs:element>
91
- <xs:element name="Data" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
92
- <xs:annotation>
93
- <xs:documentation>The Data field specifies the data contained in the registry value.</xs:documentation>
94
- </xs:annotation>
95
- </xs:element>
96
- <xs:element name="Datatype" type="WinRegistryKeyObj:RegistryDatatypeType" minOccurs="0">
97
- <xs:annotation>
98
- <xs:documentation>The Datatype field specifies the registry (REG_*) datatype used in the registry value.</xs:documentation>
99
- </xs:annotation>
100
- </xs:element>
101
- <xs:element name="Byte_Runs" type="cyboxCommon:ByteRunsType" minOccurs="0">
102
- <xs:annotation>
103
- <xs:documentation>The Byte_Runs field contains a list of byte runs from the raw registry key entry.</xs:documentation>
104
- </xs:annotation>
105
- </xs:element>
106
- </xs:sequence>
107
- </xs:complexType>
108
- <xs:complexType name="RegistryDatatypeType">
109
- <xs:annotation>
110
- <xs:documentation>Registry_Datatype specifies Windows registry datatypes via a union of the RegistryDataTypesEnum 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>
111
- </xs:annotation>
112
- <xs:simpleContent>
113
- <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
114
- <xs:simpleType>
115
- <xs:union memberTypes="WinRegistryKeyObj:RegistryDataTypesEnum xs:string"/>
116
- </xs:simpleType>
117
- <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
118
- <xs:annotation>
119
- <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
120
- </xs:annotation>
121
- </xs:attribute>
122
- </xs:restriction>
123
- </xs:simpleContent>
124
- </xs:complexType>
125
- <xs:complexType name="RegistryHiveType">
126
- <xs:annotation>
127
- <xs:documentation>RegistryHiveType specifies Windows registry hive types via a union of the RegistryHiveEnum 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>
128
- </xs:annotation>
129
- <xs:simpleContent>
130
- <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
131
- <xs:simpleType>
132
- <xs:union memberTypes="WinRegistryKeyObj:RegistryHiveEnum xs:string"/>
133
- </xs:simpleType>
134
- <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
135
- <xs:annotation>
136
- <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
137
- </xs:annotation>
138
- </xs:attribute>
139
- </xs:restriction>
140
- </xs:simpleContent>
141
- </xs:complexType>
142
- <xs:simpleType name="RegistryDataTypesEnum">
143
- <xs:annotation>
144
- <xs:documentation>The RegistryDataTypesEnum type is an enumeration of Windows registry datatypes (REG_*). See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724884(v=vs.85).aspx See also: http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=361.</xs:documentation>
145
- </xs:annotation>
146
- <xs:restriction base="xs:string">
147
- <xs:enumeration value="REG_NONE">
148
- <xs:annotation>
149
- <xs:documentation>No defined value type.</xs:documentation>
150
- </xs:annotation>
151
- </xs:enumeration>
152
- <xs:enumeration value="REG_SZ">
153
- <xs:annotation>
154
- <xs:documentation>A null-terminated string. This will be either a Unicode or an ANSI string, depending on whether you use the Unicode or ANSI functions.</xs:documentation>
155
- </xs:annotation>
156
- </xs:enumeration>
157
- <xs:enumeration value="REG_EXPAND_SZ">
158
- <xs:annotation>
159
- <xs:documentation>A null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%"). It will be a Unicode or ANSI string depending on whether you use the Unicode or ANSI functions.</xs:documentation>
160
- </xs:annotation>
161
- </xs:enumeration>
162
- <xs:enumeration value="REG_BINARY">
163
- <xs:annotation>
164
- <xs:documentation>Binary data in any form.</xs:documentation>
165
- </xs:annotation>
166
- </xs:enumeration>
167
- <xs:enumeration value="REG_DWORD">
168
- <xs:annotation>
169
- <xs:documentation>A 32-bit number.</xs:documentation>
170
- </xs:annotation>
171
- </xs:enumeration>
172
- <xs:enumeration value="REG_DWORD_BIG_ENDIAN">
173
- <xs:annotation>
174
- <xs:documentation>A 32-bit number in big-endian format. Some UNIX systems support big-endian architectures.</xs:documentation>
175
- </xs:annotation>
176
- </xs:enumeration>
177
- <xs:enumeration value="REG_LINK">
178
- <xs:annotation>
179
- <xs:documentation>A null-terminated Unicode string that contains the target path of a symbolic link.</xs:documentation>
180
- </xs:annotation>
181
- </xs:enumeration>
182
- <xs:enumeration value="REG_MULTI_SZ">
183
- <xs:annotation>
184
- <xs:documentation>A sequence of null-terminated strings, terminated by an empty string (\0).</xs:documentation>
185
- </xs:annotation>
186
- </xs:enumeration>
187
- <xs:enumeration value="REG_RESOURCE_LIST">
188
- <xs:annotation>
189
- <xs:documentation>A series of nested arrays designed to store a resource list used by a hardware device driver or one of the physical devices it controls. This data is detected and written into the ResourceMap tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.</xs:documentation>
190
- </xs:annotation>
191
- </xs:enumeration>
192
- <xs:enumeration value="REG_FULL_RESOURCE_DESCRIPTOR">
193
- <xs:annotation>
194
- <xs:documentation>A series of nested arrays designed to store a resource list used by a physical hardware device. This data is detected and written into the HardwareDescription tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.</xs:documentation>
195
- </xs:annotation>
196
- </xs:enumeration>
197
- <xs:enumeration value="REG_RESOURCE_REQUIREMENTS_LIST">
198
- <xs:annotation>
199
- <xs:documentation>Device driver list of hardware resource requirements in Resource Map tree. See http://www.mdgx.com/reg.htm.</xs:documentation>
200
- </xs:annotation>
201
- </xs:enumeration>
202
- <xs:enumeration value="REG_QWORD">
203
- <xs:annotation>
204
- <xs:documentation>A 64-bit number.</xs:documentation>
205
- </xs:annotation>
206
- </xs:enumeration>
207
- <xs:enumeration value="REG_INVALID_TYPE">
208
- <xs:annotation>
209
- <xs:documentation>Specifies an invalid key.</xs:documentation>
210
- </xs:annotation>
211
- </xs:enumeration>
212
- </xs:restriction>
213
- </xs:simpleType>
214
- <xs:simpleType name="RegistryHiveEnum">
215
- <xs:annotation>
216
- <xs:documentation>The RegistryHiveEnum type is an enumeration of Windows registry hives (HKEY_*). See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724836(v=vs.85).aspx.</xs:documentation>
217
- </xs:annotation>
218
- <xs:restriction base="xs:string">
219
- <xs:enumeration value="HKEY_CLASSES_ROOT">
220
- <xs:annotation>
221
- <xs:documentation>Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types. Shell and COM applications use the information stored under this key.</xs:documentation>
222
- </xs:annotation>
223
- </xs:enumeration>
224
- <xs:enumeration value="HKEY_CURRENT_CONFIG">
225
- <xs:annotation>
226
- <xs:documentation>Contains information about the current hardware profile of the local computer system. The information under HKEY_CURRENT_CONFIG describes only the differences between the current hardware configuration and the standard configuration.</xs:documentation>
227
- </xs:annotation>
228
- </xs:enumeration>
229
- <xs:enumeration value="HKEY_CURRENT_USER">
230
- <xs:annotation>
231
- <xs:documentation>Registry entries subordinate to this key define the preferences of the current user. These preferences include the settings of environment variables, data about program groups, colors, printers, network connections, and application preferences. This key makes it easier to establish the current user's settings; the key maps to the current user's branch in HKEY_USERS.</xs:documentation>
232
- </xs:annotation>
233
- </xs:enumeration>
234
- <xs:enumeration value="HKEY_LOCAL_MACHINE">
235
- <xs:annotation>
236
- <xs:documentation>Registry entries subordinate to this key define the physical state of the computer, including data about the bus type, system memory, and installed hardware and software.</xs:documentation>
237
- </xs:annotation>
238
- </xs:enumeration>
239
- <xs:enumeration value="HKEY_USERS">
240
- <xs:annotation>
241
- <xs:documentation>Registry entries subordinate to this key define the default user configuration for new users on the local computer and the user configuration for the current user.</xs:documentation>
242
- </xs:annotation>
243
- </xs:enumeration>
244
- <xs:enumeration value="HKEY_CURRENT_USER_LOCAL_SETTINGS">
245
- <xs:annotation>
246
- <xs:documentation>Registry entries subordinate to this key define preferences of the current user that are local to the machine. These entries are not included in the per-user registry portion of a roaming user profile.</xs:documentation>
247
- </xs:annotation>
248
- </xs:enumeration>
249
- <xs:enumeration value="HKEY_PERFORMANCE_DATA">
250
- <xs:annotation>
251
- <xs:documentation>Registry entries subordinate to this key allow you to access performance data. The data is not actually stored in the registry; the registry functions cause the system to collect the data from its source.</xs:documentation>
252
- </xs:annotation>
253
- </xs:enumeration>
254
- <xs:enumeration value="HKEY_PERFORMANCE_NLSTEXT">
255
- <xs:annotation>
256
- <xs:documentation>Registry entries subordinate to this key reference the text strings that describe counters in the local language of the area in which the computer system is running. These entries are not available to Regedit.exe and Regedt32.exe.</xs:documentation>
257
- </xs:annotation>
258
- </xs:enumeration>
259
- <xs:enumeration value="HKEY_PERFORMANCE_TEXT">
260
- <xs:annotation>
261
- <xs:documentation>Registry entries subordinate to this key reference the text strings that describe counters in US English. These entries are not available to Regedit.exe and Regedt32.exe.</xs:documentation>
262
- </xs:annotation>
263
- </xs:enumeration>
264
- </xs:restriction>
265
- </xs:simpleType>
266
- <xs:complexType name="RegistryValuesType">
267
- <xs:annotation>
268
- <xs:documentation>The RegistryValuesType type specifies the values (with their name/data pairs) held within the registry key.</xs:documentation>
269
- </xs:annotation>
270
- <xs:sequence>
271
- <xs:element name="Value" type="WinRegistryKeyObj:RegistryValueType" maxOccurs="unbounded">
272
- <xs:annotation>
273
- <xs:documentation>The Value field specifies the value (with name/data pair) held within the registry key.</xs:documentation>
274
- </xs:annotation>
275
- </xs:element>
276
- </xs:sequence>
277
- </xs:complexType>
278
- <xs:complexType name="RegistrySubkeysType">
279
- <xs:annotation>
280
- <xs:documentation>The RegistrySubkeysType specifies the set of subkeys contained under the registry key.</xs:documentation>
281
- </xs:annotation>
282
- <xs:sequence>
283
- <xs:element name="Subkey" type="WinRegistryKeyObj:WindowsRegistryKeyObjectType" maxOccurs="unbounded">
284
- <xs:annotation>
285
- <xs:documentation>The Subkey field specifies a single subkey contained under the registry key.</xs:documentation>
286
- </xs:annotation>
287
- </xs:element>
288
- </xs:sequence>
289
- </xs:complexType>
290
- </xs:schema>
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:WinRegistryKeyObj="http://cybox.mitre.org/objects#WinRegistryKeyObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:WinHandleObj="http://cybox.mitre.org/objects#WinHandleObject-2" targetNamespace="http://cybox.mitre.org/objects#WinRegistryKeyObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
3
+ <xs:annotation>
4
+ <xs:documentation>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.</xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>Win_Registry_Key_Object</schema>
7
+ <version>2.1</version>
8
+ <date>01/22/2014</date>
9
+ <short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
10
+ <terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
14
+ <xs:import namespace="http://cybox.mitre.org/objects#WinHandleObject-2" schemaLocation="Win_Handle_Object.xsd"/>
15
+ <xs:element name="Windows_Registry_Key" type="WinRegistryKeyObj:WindowsRegistryKeyObjectType">
16
+ <xs:annotation>
17
+ <xs:documentation>Windows_Registry_Key object characterizes windows registry objects, including Keys and Key/Value pairs. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724871(v=vs.85).aspx.</xs:documentation>
18
+ </xs:annotation>
19
+ </xs:element>
20
+ <xs:complexType name="WindowsRegistryKeyObjectType" mixed="false">
21
+ <xs:annotation>
22
+ <xs:documentation>The WindowsRegistryObjectType type is intended to characterize Windows registry objects, including Keys and Key/Value pairs.</xs:documentation>
23
+ </xs:annotation>
24
+ <xs:complexContent>
25
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
26
+ <xs:sequence>
27
+ <xs:element name="Key" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
28
+ <xs:annotation>
29
+ <xs:documentation>The Key field specifies the full key to the Windows registry object, not including the hive.</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:element>
32
+ <xs:element name="Hive" type="WinRegistryKeyObj:RegistryHiveType" minOccurs="0">
33
+ <xs:annotation>
34
+ <xs:documentation>The Hive field specifies the Windows registry hive to which the registry object belongs to.</xs:documentation>
35
+ </xs:annotation>
36
+ </xs:element>
37
+ <xs:element name="Number_Values" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
38
+ <xs:annotation>
39
+ <xs:documentation>The Number_Values field specifies the number of values found in the registry key.</xs:documentation>
40
+ </xs:annotation>
41
+ </xs:element>
42
+ <xs:element name="Values" type="WinRegistryKeyObj:RegistryValuesType" minOccurs="0">
43
+ <xs:annotation>
44
+ <xs:documentation>The Values field specifies the values (with their name/data pairs) held within the registry key.</xs:documentation>
45
+ </xs:annotation>
46
+ </xs:element>
47
+ <xs:element name="Modified_Time" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
48
+ <xs:annotation>
49
+ <xs:documentation>The Modified_Time field specifies the last date/time that the registry object was modified.</xs:documentation>
50
+ </xs:annotation>
51
+ </xs:element>
52
+ <xs:element name="Creator_Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
53
+ <xs:annotation>
54
+ <xs:documentation>The Creator_Username field specifies the name of the user who created the registry object.</xs:documentation>
55
+ </xs:annotation>
56
+ </xs:element>
57
+ <xs:element name="Handle_List" type="WinHandleObj:WindowsHandleListType" minOccurs="0">
58
+ <xs:annotation>
59
+ <xs:documentation>The Handle_List field specifies a list of open Handles for this registry object.</xs:documentation>
60
+ </xs:annotation>
61
+ </xs:element>
62
+ <xs:element name="Number_Subkeys" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
63
+ <xs:annotation>
64
+ <xs:documentation>The Number_Subkeys field specifies the number of subkeys contained under the registry key.</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:element>
67
+ <xs:element name="Subkeys" type="WinRegistryKeyObj:RegistrySubkeysType" minOccurs="0">
68
+ <xs:annotation>
69
+ <xs:documentation>The Subkeys field specifies the set of subkeys contained under the registry key.</xs:documentation>
70
+ </xs:annotation>
71
+ </xs:element>
72
+ <xs:element name="Byte_Runs" type="cyboxCommon:ByteRunsType" minOccurs="0">
73
+ <xs:annotation>
74
+ <xs:documentation>The Byte_Runs field contains a list of byte runs from the raw registry.</xs:documentation>
75
+ </xs:annotation>
76
+ </xs:element>
77
+ </xs:sequence>
78
+ </xs:extension>
79
+ </xs:complexContent>
80
+ </xs:complexType>
81
+ <xs:complexType name="RegistryValueType">
82
+ <xs:annotation>
83
+ <xs:documentation>The RegistryValueType type is intended to characterize Windows registry Value name/data pairs.</xs:documentation>
84
+ </xs:annotation>
85
+ <xs:sequence>
86
+ <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
87
+ <xs:annotation>
88
+ <xs:documentation>The Name field specifies the name of the registry value. For specifying the default value in a registry key, an empty string should be used. </xs:documentation>
89
+ </xs:annotation>
90
+ </xs:element>
91
+ <xs:element name="Data" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
92
+ <xs:annotation>
93
+ <xs:documentation>The Data field specifies the data contained in the registry value.</xs:documentation>
94
+ </xs:annotation>
95
+ </xs:element>
96
+ <xs:element name="Datatype" type="WinRegistryKeyObj:RegistryDatatypeType" minOccurs="0">
97
+ <xs:annotation>
98
+ <xs:documentation>The Datatype field specifies the registry (REG_*) datatype used in the registry value.</xs:documentation>
99
+ </xs:annotation>
100
+ </xs:element>
101
+ <xs:element name="Byte_Runs" type="cyboxCommon:ByteRunsType" minOccurs="0">
102
+ <xs:annotation>
103
+ <xs:documentation>The Byte_Runs field contains a list of byte runs from the raw registry key entry.</xs:documentation>
104
+ </xs:annotation>
105
+ </xs:element>
106
+ </xs:sequence>
107
+ </xs:complexType>
108
+ <xs:complexType name="RegistryDatatypeType">
109
+ <xs:annotation>
110
+ <xs:documentation>Registry_Datatype specifies Windows registry datatypes via a union of the RegistryDataTypesEnum 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>
111
+ </xs:annotation>
112
+ <xs:simpleContent>
113
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
114
+ <xs:simpleType>
115
+ <xs:union memberTypes="WinRegistryKeyObj:RegistryDataTypesEnum xs:string"/>
116
+ </xs:simpleType>
117
+ <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
118
+ <xs:annotation>
119
+ <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
120
+ </xs:annotation>
121
+ </xs:attribute>
122
+ </xs:restriction>
123
+ </xs:simpleContent>
124
+ </xs:complexType>
125
+ <xs:complexType name="RegistryHiveType">
126
+ <xs:annotation>
127
+ <xs:documentation>RegistryHiveType specifies Windows registry hive types via a union of the RegistryHiveEnum 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>
128
+ </xs:annotation>
129
+ <xs:simpleContent>
130
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
131
+ <xs:simpleType>
132
+ <xs:union memberTypes="WinRegistryKeyObj:RegistryHiveEnum xs:string"/>
133
+ </xs:simpleType>
134
+ <xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
135
+ <xs:annotation>
136
+ <xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
137
+ </xs:annotation>
138
+ </xs:attribute>
139
+ </xs:restriction>
140
+ </xs:simpleContent>
141
+ </xs:complexType>
142
+ <xs:simpleType name="RegistryDataTypesEnum">
143
+ <xs:annotation>
144
+ <xs:documentation>The RegistryDataTypesEnum type is an enumeration of Windows registry datatypes (REG_*). See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724884(v=vs.85).aspx See also: http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=361.</xs:documentation>
145
+ </xs:annotation>
146
+ <xs:restriction base="xs:string">
147
+ <xs:enumeration value="REG_NONE">
148
+ <xs:annotation>
149
+ <xs:documentation>No defined value type.</xs:documentation>
150
+ </xs:annotation>
151
+ </xs:enumeration>
152
+ <xs:enumeration value="REG_SZ">
153
+ <xs:annotation>
154
+ <xs:documentation>A null-terminated string. This will be either a Unicode or an ANSI string, depending on whether you use the Unicode or ANSI functions.</xs:documentation>
155
+ </xs:annotation>
156
+ </xs:enumeration>
157
+ <xs:enumeration value="REG_EXPAND_SZ">
158
+ <xs:annotation>
159
+ <xs:documentation>A null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%"). It will be a Unicode or ANSI string depending on whether you use the Unicode or ANSI functions.</xs:documentation>
160
+ </xs:annotation>
161
+ </xs:enumeration>
162
+ <xs:enumeration value="REG_BINARY">
163
+ <xs:annotation>
164
+ <xs:documentation>Binary data in any form.</xs:documentation>
165
+ </xs:annotation>
166
+ </xs:enumeration>
167
+ <xs:enumeration value="REG_DWORD">
168
+ <xs:annotation>
169
+ <xs:documentation>A 32-bit number.</xs:documentation>
170
+ </xs:annotation>
171
+ </xs:enumeration>
172
+ <xs:enumeration value="REG_DWORD_BIG_ENDIAN">
173
+ <xs:annotation>
174
+ <xs:documentation>A 32-bit number in big-endian format. Some UNIX systems support big-endian architectures.</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:enumeration>
177
+ <xs:enumeration value="REG_LINK">
178
+ <xs:annotation>
179
+ <xs:documentation>A null-terminated Unicode string that contains the target path of a symbolic link.</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:enumeration>
182
+ <xs:enumeration value="REG_MULTI_SZ">
183
+ <xs:annotation>
184
+ <xs:documentation>A sequence of null-terminated strings, terminated by an empty string (\0).</xs:documentation>
185
+ </xs:annotation>
186
+ </xs:enumeration>
187
+ <xs:enumeration value="REG_RESOURCE_LIST">
188
+ <xs:annotation>
189
+ <xs:documentation>A series of nested arrays designed to store a resource list used by a hardware device driver or one of the physical devices it controls. This data is detected and written into the ResourceMap tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.</xs:documentation>
190
+ </xs:annotation>
191
+ </xs:enumeration>
192
+ <xs:enumeration value="REG_FULL_RESOURCE_DESCRIPTOR">
193
+ <xs:annotation>
194
+ <xs:documentation>A series of nested arrays designed to store a resource list used by a physical hardware device. This data is detected and written into the HardwareDescription tree by the system and is displayed in Registry Editor in hexadecimal format as a Binary Value.</xs:documentation>
195
+ </xs:annotation>
196
+ </xs:enumeration>
197
+ <xs:enumeration value="REG_RESOURCE_REQUIREMENTS_LIST">
198
+ <xs:annotation>
199
+ <xs:documentation>Device driver list of hardware resource requirements in Resource Map tree. See http://www.mdgx.com/reg.htm.</xs:documentation>
200
+ </xs:annotation>
201
+ </xs:enumeration>
202
+ <xs:enumeration value="REG_QWORD">
203
+ <xs:annotation>
204
+ <xs:documentation>A 64-bit number.</xs:documentation>
205
+ </xs:annotation>
206
+ </xs:enumeration>
207
+ <xs:enumeration value="REG_INVALID_TYPE">
208
+ <xs:annotation>
209
+ <xs:documentation>Specifies an invalid key.</xs:documentation>
210
+ </xs:annotation>
211
+ </xs:enumeration>
212
+ </xs:restriction>
213
+ </xs:simpleType>
214
+ <xs:simpleType name="RegistryHiveEnum">
215
+ <xs:annotation>
216
+ <xs:documentation>The RegistryHiveEnum type is an enumeration of Windows registry hives (HKEY_*). See also: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724836(v=vs.85).aspx.</xs:documentation>
217
+ </xs:annotation>
218
+ <xs:restriction base="xs:string">
219
+ <xs:enumeration value="HKEY_CLASSES_ROOT">
220
+ <xs:annotation>
221
+ <xs:documentation>Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types. Shell and COM applications use the information stored under this key.</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:enumeration>
224
+ <xs:enumeration value="HKEY_CURRENT_CONFIG">
225
+ <xs:annotation>
226
+ <xs:documentation>Contains information about the current hardware profile of the local computer system. The information under HKEY_CURRENT_CONFIG describes only the differences between the current hardware configuration and the standard configuration.</xs:documentation>
227
+ </xs:annotation>
228
+ </xs:enumeration>
229
+ <xs:enumeration value="HKEY_CURRENT_USER">
230
+ <xs:annotation>
231
+ <xs:documentation>Registry entries subordinate to this key define the preferences of the current user. These preferences include the settings of environment variables, data about program groups, colors, printers, network connections, and application preferences. This key makes it easier to establish the current user's settings; the key maps to the current user's branch in HKEY_USERS.</xs:documentation>
232
+ </xs:annotation>
233
+ </xs:enumeration>
234
+ <xs:enumeration value="HKEY_LOCAL_MACHINE">
235
+ <xs:annotation>
236
+ <xs:documentation>Registry entries subordinate to this key define the physical state of the computer, including data about the bus type, system memory, and installed hardware and software.</xs:documentation>
237
+ </xs:annotation>
238
+ </xs:enumeration>
239
+ <xs:enumeration value="HKEY_USERS">
240
+ <xs:annotation>
241
+ <xs:documentation>Registry entries subordinate to this key define the default user configuration for new users on the local computer and the user configuration for the current user.</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:enumeration>
244
+ <xs:enumeration value="HKEY_CURRENT_USER_LOCAL_SETTINGS">
245
+ <xs:annotation>
246
+ <xs:documentation>Registry entries subordinate to this key define preferences of the current user that are local to the machine. These entries are not included in the per-user registry portion of a roaming user profile.</xs:documentation>
247
+ </xs:annotation>
248
+ </xs:enumeration>
249
+ <xs:enumeration value="HKEY_PERFORMANCE_DATA">
250
+ <xs:annotation>
251
+ <xs:documentation>Registry entries subordinate to this key allow you to access performance data. The data is not actually stored in the registry; the registry functions cause the system to collect the data from its source.</xs:documentation>
252
+ </xs:annotation>
253
+ </xs:enumeration>
254
+ <xs:enumeration value="HKEY_PERFORMANCE_NLSTEXT">
255
+ <xs:annotation>
256
+ <xs:documentation>Registry entries subordinate to this key reference the text strings that describe counters in the local language of the area in which the computer system is running. These entries are not available to Regedit.exe and Regedt32.exe.</xs:documentation>
257
+ </xs:annotation>
258
+ </xs:enumeration>
259
+ <xs:enumeration value="HKEY_PERFORMANCE_TEXT">
260
+ <xs:annotation>
261
+ <xs:documentation>Registry entries subordinate to this key reference the text strings that describe counters in US English. These entries are not available to Regedit.exe and Regedt32.exe.</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:enumeration>
264
+ </xs:restriction>
265
+ </xs:simpleType>
266
+ <xs:complexType name="RegistryValuesType">
267
+ <xs:annotation>
268
+ <xs:documentation>The RegistryValuesType type specifies the values (with their name/data pairs) held within the registry key.</xs:documentation>
269
+ </xs:annotation>
270
+ <xs:sequence>
271
+ <xs:element name="Value" type="WinRegistryKeyObj:RegistryValueType" maxOccurs="unbounded">
272
+ <xs:annotation>
273
+ <xs:documentation>The Value field specifies the value (with name/data pair) held within the registry key.</xs:documentation>
274
+ </xs:annotation>
275
+ </xs:element>
276
+ </xs:sequence>
277
+ </xs:complexType>
278
+ <xs:complexType name="RegistrySubkeysType">
279
+ <xs:annotation>
280
+ <xs:documentation>The RegistrySubkeysType specifies the set of subkeys contained under the registry key.</xs:documentation>
281
+ </xs:annotation>
282
+ <xs:sequence>
283
+ <xs:element name="Subkey" type="WinRegistryKeyObj:WindowsRegistryKeyObjectType" maxOccurs="unbounded">
284
+ <xs:annotation>
285
+ <xs:documentation>The Subkey field specifies a single subkey contained under the registry key.</xs:documentation>
286
+ </xs:annotation>
287
+ </xs:element>
288
+ </xs:sequence>
289
+ </xs:complexType>
290
+ </xs:schema>