stix_schema_spy 1.0 → 1.1

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 (175) hide show
  1. checksums.yaml +8 -8
  2. data/config/1.1/stix/cybox/objects/Win_Hook_Object.xsd +1 -1
  3. data/config/1.1.1/stix/campaign.xsd +220 -0
  4. data/config/1.1.1/stix/course_of_action.xsd +191 -0
  5. data/config/1.1.1/stix/cybox/cybox_common.xsd +2700 -0
  6. data/config/1.1.1/stix/cybox/cybox_core.xsd +1145 -0
  7. data/config/1.1.1/stix/cybox/cybox_default_vocabularies.xsd +5180 -0
  8. data/config/1.1.1/stix/cybox/extensions/location/ciq_address_3.0.xsd +27 -0
  9. data/config/1.1.1/stix/cybox/extensions/platform/cpe2.3.xsd +34 -0
  10. data/config/1.1.1/stix/cybox/external/cpe_2.3/cpe-language_2.3.xsd +234 -0
  11. data/config/1.1.1/stix/cybox/external/cpe_2.3/cpe-naming_2.3.xsd +45 -0
  12. data/config/1.1.1/stix/cybox/external/cpe_2.3/xml.xsd +145 -0
  13. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/CommonTypes.xsd +104 -0
  14. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xAL-types.xsd +511 -0
  15. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xAL.xsd +672 -0
  16. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNAL-types.xsd +36 -0
  17. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNAL.xsd +126 -0
  18. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNL-types.xsd +222 -0
  19. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNL.xsd +284 -0
  20. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xPIL-types.xsd +854 -0
  21. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xPIL.xsd +1621 -0
  22. data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -0
  23. data/config/1.1.1/stix/cybox/objects/API_Object.xsd +55 -0
  24. data/config/1.1.1/stix/cybox/objects/ARP_Cache_Object.xsd +98 -0
  25. data/config/1.1.1/stix/cybox/objects/AS_Object.xsd +50 -0
  26. data/config/1.1.1/stix/cybox/objects/Account_Object.xsd +501 -0
  27. data/config/1.1.1/stix/cybox/objects/Address_Object.xsd +127 -0
  28. data/config/1.1.1/stix/cybox/objects/Archive_File_Object.xsd +134 -0
  29. data/config/1.1.1/stix/cybox/objects/Artifact_Object.xsd +212 -0
  30. data/config/1.1.1/stix/cybox/objects/Code_Object.xsd +417 -0
  31. data/config/1.1.1/stix/cybox/objects/Custom_Object.xsd +42 -0
  32. data/config/1.1.1/stix/cybox/objects/DNS_Cache_Object.xsd +53 -0
  33. data/config/1.1.1/stix/cybox/objects/DNS_Query_Object.xsd +164 -0
  34. data/config/1.1.1/stix/cybox/objects/DNS_Record_Object.xsd +92 -0
  35. data/config/1.1.1/stix/cybox/objects/Device_Object.xsd +65 -0
  36. data/config/1.1.1/stix/cybox/objects/Disk_Object.xsd +117 -0
  37. data/config/1.1.1/stix/cybox/objects/Disk_Partition_Object.xsd +199 -0
  38. data/config/1.1.1/stix/cybox/objects/Domain_Name_Object.xsd +57 -0
  39. data/config/1.1.1/stix/cybox/objects/Email_Message_Object.xsd +278 -0
  40. data/config/1.1.1/stix/cybox/objects/File_Object.xsd +397 -0
  41. data/config/1.1.1/stix/cybox/objects/GUI_Dialogbox_Object.xsd +41 -0
  42. data/config/1.1.1/stix/cybox/objects/GUI_Object.xsd +40 -0
  43. data/config/1.1.1/stix/cybox/objects/GUI_Window_Object.xsd +46 -0
  44. data/config/1.1.1/stix/cybox/objects/HTTP_Session_Object.xsd +633 -0
  45. data/config/1.1.1/stix/cybox/objects/Hostname_Object.xsd +45 -0
  46. data/config/1.1.1/stix/cybox/objects/Image_File_Object.xsd +124 -0
  47. data/config/1.1.1/stix/cybox/objects/Library_Object.xsd +114 -0
  48. data/config/1.1.1/stix/cybox/objects/Link_Object.xsd +36 -0
  49. data/config/1.1.1/stix/cybox/objects/Linux_Package_Object.xsd +75 -0
  50. data/config/1.1.1/stix/cybox/objects/Memory_Object.xsd +141 -0
  51. data/config/1.1.1/stix/cybox/objects/Mutex_Object.xsd +40 -0
  52. data/config/1.1.1/stix/cybox/objects/Network_Connection_Object.xsd +540 -0
  53. data/config/1.1.1/stix/cybox/objects/Network_Flow_Object.xsd +1559 -0
  54. data/config/1.1.1/stix/cybox/objects/Network_Packet_Object.xsd +2934 -0
  55. data/config/1.1.1/stix/cybox/objects/Network_Route_Entry_Object.xsd +155 -0
  56. data/config/1.1.1/stix/cybox/objects/Network_Route_Object.xsd +93 -0
  57. data/config/1.1.1/stix/cybox/objects/Network_Socket_Object.xsd +529 -0
  58. data/config/1.1.1/stix/cybox/objects/Network_Subnet_Object.xsd +64 -0
  59. data/config/1.1.1/stix/cybox/objects/PDF_File_Object.xsd +595 -0
  60. data/config/1.1.1/stix/cybox/objects/Pipe_Object.xsd +40 -0
  61. data/config/1.1.1/stix/cybox/objects/Port_Object.xsd +40 -0
  62. data/config/1.1.1/stix/cybox/objects/Process_Object.xsd +199 -0
  63. data/config/1.1.1/stix/cybox/objects/Product_Object.xsd +65 -0
  64. data/config/1.1.1/stix/cybox/objects/SMS_Message_Object.xsd +79 -0
  65. data/config/1.1.1/stix/cybox/objects/Semaphore_Object.xsd +50 -0
  66. data/config/1.1.1/stix/cybox/objects/Socket_Address_Object.xsd +50 -0
  67. data/config/1.1.1/stix/cybox/objects/System_Object.xsd +410 -0
  68. data/config/1.1.1/stix/cybox/objects/URI_Object.xsd +62 -0
  69. data/config/1.1.1/stix/cybox/objects/URL_History_Object.xsd +104 -0
  70. data/config/1.1.1/stix/cybox/objects/Unix_File_Object.xsd +164 -0
  71. data/config/1.1.1/stix/cybox/objects/Unix_Network_Route_Entry_Object.xsd +56 -0
  72. data/config/1.1.1/stix/cybox/objects/Unix_Pipe_Object.xsd +36 -0
  73. data/config/1.1.1/stix/cybox/objects/Unix_Process_Object.xsd +143 -0
  74. data/config/1.1.1/stix/cybox/objects/Unix_User_Account_Object.xsd +78 -0
  75. data/config/1.1.1/stix/cybox/objects/Unix_Volume_Object.xsd +41 -0
  76. data/config/1.1.1/stix/cybox/objects/User_Account_Object.xsd +110 -0
  77. data/config/1.1.1/stix/cybox/objects/User_Session_Object.xsd +60 -0
  78. data/config/1.1.1/stix/cybox/objects/Volume_Object.xsd +235 -0
  79. data/config/1.1.1/stix/cybox/objects/Whois_Object.xsd +430 -0
  80. data/config/1.1.1/stix/cybox/objects/Win_Computer_Account_Object.xsd +135 -0
  81. data/config/1.1.1/stix/cybox/objects/Win_Critical_Section_Object.xsd +40 -0
  82. data/config/1.1.1/stix/cybox/objects/Win_Driver_Object.xsd +270 -0
  83. data/config/1.1.1/stix/cybox/objects/Win_Event_Log_Object.xsd +137 -0
  84. data/config/1.1.1/stix/cybox/objects/Win_Event_Object.xsd +80 -0
  85. data/config/1.1.1/stix/cybox/objects/Win_Executable_File_Object.xsd +1311 -0
  86. data/config/1.1.1/stix/cybox/objects/Win_File_Object.xsd +269 -0
  87. data/config/1.1.1/stix/cybox/objects/Win_Filemapping_Object.xsd +175 -0
  88. data/config/1.1.1/stix/cybox/objects/Win_Handle_Object.xsd +351 -0
  89. data/config/1.1.1/stix/cybox/objects/Win_Hook_Object.xsd +152 -0
  90. data/config/1.1.1/stix/cybox/objects/Win_Kernel_Hook_Object.xsd +109 -0
  91. data/config/1.1.1/stix/cybox/objects/Win_Kernel_Object.xsd +128 -0
  92. data/config/1.1.1/stix/cybox/objects/Win_Mailslot_Object.xsd +56 -0
  93. data/config/1.1.1/stix/cybox/objects/Win_Memory_Page_Region_Object.xsd +198 -0
  94. data/config/1.1.1/stix/cybox/objects/Win_Mutex_Object.xsd +42 -0
  95. data/config/1.1.1/stix/cybox/objects/Win_Network_Route_Entry_Object.xsd +200 -0
  96. data/config/1.1.1/stix/cybox/objects/Win_Network_Share_Object.xsd +205 -0
  97. data/config/1.1.1/stix/cybox/objects/Win_Pipe_Object.xsd +73 -0
  98. data/config/1.1.1/stix/cybox/objects/Win_Prefetch_Object.xsd +113 -0
  99. data/config/1.1.1/stix/cybox/objects/Win_Process_Object.xsd +174 -0
  100. data/config/1.1.1/stix/cybox/objects/Win_Registry_Key_Object.xsd +290 -0
  101. data/config/1.1.1/stix/cybox/objects/Win_Semaphore_Object.xsd +42 -0
  102. data/config/1.1.1/stix/cybox/objects/Win_Service_Object.xsd +287 -0
  103. data/config/1.1.1/stix/cybox/objects/Win_System_Object.xsd +126 -0
  104. data/config/1.1.1/stix/cybox/objects/Win_System_Restore_Object.xsd +207 -0
  105. data/config/1.1.1/stix/cybox/objects/Win_Task_Object.xsd +755 -0
  106. data/config/1.1.1/stix/cybox/objects/Win_Thread_Object.xsd +146 -0
  107. data/config/1.1.1/stix/cybox/objects/Win_User_Account_Object.xsd +73 -0
  108. data/config/1.1.1/stix/cybox/objects/Win_Volume_Object.xsd +161 -0
  109. data/config/1.1.1/stix/cybox/objects/Win_Waitable_Timer_Object.xsd +90 -0
  110. data/config/1.1.1/stix/cybox/objects/X509_Certificate_Object.xsd +275 -0
  111. data/config/1.1.1/stix/data_marking.xsd +97 -0
  112. data/config/1.1.1/stix/exploit_target.xsd +324 -0
  113. data/config/1.1.1/stix/extensions/address/ciq_3.0_address.xsd +27 -0
  114. data/config/1.1.1/stix/extensions/attack_pattern/capec_2.7_attack_pattern.xsd +31 -0
  115. data/config/1.1.1/stix/extensions/identity/ciq_3.0_identity.xsd +113 -0
  116. data/config/1.1.1/stix/extensions/malware/maec_4.1_malware.xsd +31 -0
  117. data/config/1.1.1/stix/extensions/marking/simple_marking.xsd +31 -0
  118. data/config/1.1.1/stix/extensions/marking/terms_of_use_marking.xsd +31 -0
  119. data/config/1.1.1/stix/extensions/marking/tlp_marking.xsd +40 -0
  120. data/config/1.1.1/stix/extensions/structured_coa/generic_structured_coa.xsd +46 -0
  121. data/config/1.1.1/stix/extensions/test_mechanism/generic_test_mechanism.xsd +46 -0
  122. data/config/1.1.1/stix/extensions/test_mechanism/open_ioc_2010_test_mechanism.xsd +32 -0
  123. data/config/1.1.1/stix/extensions/test_mechanism/oval_5.10_test_mechanism.xsd +37 -0
  124. data/config/1.1.1/stix/extensions/test_mechanism/snort_test_mechanism.xsd +56 -0
  125. data/config/1.1.1/stix/extensions/test_mechanism/yara_test_mechanism.xsd +36 -0
  126. data/config/1.1.1/stix/extensions/vulnerability/cvrf_1.1_vulnerability.xsd +33 -0
  127. data/config/1.1.1/stix/external/capec_2.7/ap_schema_v2.7.xsd +3618 -0
  128. data/config/1.1.1/stix/external/cvrf_1.1/common.xsd +176 -0
  129. data/config/1.1.1/stix/external/cvrf_1.1/cpe-language_2.2a.xsd +182 -0
  130. data/config/1.1.1/stix/external/cvrf_1.1/cvrf.xsd +487 -0
  131. data/config/1.1.1/stix/external/cvrf_1.1/cvss-v2_0.9.xsd +415 -0
  132. data/config/1.1.1/stix/external/cvrf_1.1/dc.xsd +118 -0
  133. data/config/1.1.1/stix/external/cvrf_1.1/prod.xsd +292 -0
  134. data/config/1.1.1/stix/external/cvrf_1.1/scap-core_0.9.xsd +170 -0
  135. data/config/1.1.1/stix/external/cvrf_1.1/vuln.xsd +631 -0
  136. data/config/1.1.1/stix/external/cvrf_1.1/xml.xsd +287 -0
  137. data/config/1.1.1/stix/external/maec_4.1/maec_bundle_schema.xsd +1228 -0
  138. data/config/1.1.1/stix/external/maec_4.1/maec_container_schema.xsd +62 -0
  139. data/config/1.1.1/stix/external/maec_4.1/maec_default_vocabularies.xsd +5325 -0
  140. data/config/1.1.1/stix/external/maec_4.1/maec_package_schema.xsd +1095 -0
  141. data/config/1.1.1/stix/external/maec_4.1/metadataSharing.xsd +1712 -0
  142. data/config/1.1.1/stix/external/oasis_ciq_3.0/CommonTypes.xsd +104 -0
  143. data/config/1.1.1/stix/external/oasis_ciq_3.0/xAL-types.xsd +511 -0
  144. data/config/1.1.1/stix/external/oasis_ciq_3.0/xAL.xsd +672 -0
  145. data/config/1.1.1/stix/external/oasis_ciq_3.0/xNAL-types.xsd +36 -0
  146. data/config/1.1.1/stix/external/oasis_ciq_3.0/xNAL.xsd +126 -0
  147. data/config/1.1.1/stix/external/oasis_ciq_3.0/xNL-types.xsd +222 -0
  148. data/config/1.1.1/stix/external/oasis_ciq_3.0/xNL.xsd +284 -0
  149. data/config/1.1.1/stix/external/oasis_ciq_3.0/xPIL-types.xsd +854 -0
  150. data/config/1.1.1/stix/external/oasis_ciq_3.0/xPIL.xsd +1621 -0
  151. data/config/1.1.1/stix/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -0
  152. data/config/1.1.1/stix/external/open_ioc_2010/ioc-TR.xsd +25 -0
  153. data/config/1.1.1/stix/external/open_ioc_2010/ioc.xsd +105 -0
  154. data/config/1.1.1/stix/external/oval_5.10/oval-common-schema.xsd +781 -0
  155. data/config/1.1.1/stix/external/oval_5.10/oval-definitions-schema.xsd +1608 -0
  156. data/config/1.1.1/stix/external/oval_5.10/oval-variables-schema.xsd +84 -0
  157. data/config/1.1.1/stix/external/oval_5.10/xmldsig-core-schema.xsd +309 -0
  158. data/config/1.1.1/stix/incident.xsd +762 -0
  159. data/config/1.1.1/stix/indicator.xsd +368 -0
  160. data/config/1.1.1/stix/stix_common.xsd +923 -0
  161. data/config/1.1.1/stix/stix_core.xsd +253 -0
  162. data/config/1.1.1/stix/stix_default_vocabularies.xsd +2081 -0
  163. data/config/1.1.1/stix/threat_actor.xsd +182 -0
  164. data/config/1.1.1/stix/ttp.xsd +430 -0
  165. data/config/1.1.1/uber_schema.xsd +149 -0
  166. data/lib/stix_schema_spy/models/attribute.rb +1 -1
  167. data/lib/stix_schema_spy/models/element.rb +2 -9
  168. data/lib/stix_schema_spy/models/external_type.rb +29 -0
  169. data/lib/stix_schema_spy/models/has_children.rb +9 -9
  170. data/lib/stix_schema_spy/models/node.rb +7 -6
  171. data/lib/stix_schema_spy/models/schema.rb +6 -4
  172. data/lib/stix_schema_spy/models/type.rb +44 -5
  173. data/lib/stix_schema_spy/util/tasks.rb +15 -14
  174. data/lib/stix_schema_spy/version.rb +1 -1
  175. metadata +171 -9
@@ -0,0 +1,430 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:WhoisObj="http://cybox.mitre.org/objects#WhoisObject-2" xmlns:URIObj="http://cybox.mitre.org/objects#URIObject-2" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#WhoisObject-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>Whois_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#URIObject-2" schemaLocation="URI_Object.xsd"/>
15
+ <xs:import namespace="http://cybox.mitre.org/objects#AddressObject-2" schemaLocation="Address_Object.xsd"/>
16
+ <xs:element name="Whois_Entry" type="WhoisObj:WhoisObjectType">
17
+ <xs:annotation>
18
+ <xs:documentation>The Whois_Entry object is intended to characterize an individual Whois entry for a domain.</xs:documentation>
19
+ </xs:annotation>
20
+ </xs:element>
21
+ <xs:complexType name="WhoisObjectType" mixed="false">
22
+ <xs:annotation>
23
+ <xs:documentation>The WhoisObjectType type is intended to characterize Whois information for a domain.</xs:documentation>
24
+ </xs:annotation>
25
+ <xs:complexContent>
26
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
27
+ <xs:sequence>
28
+ <xs:element name="Lookup_Date" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0">
29
+ <xs:annotation>
30
+ <xs:documentation>The Lookup_Date field specifies the date and time that the Whois record was queried.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ <xs:element name="Domain_Name" type="URIObj:URIObjectType" minOccurs="0">
34
+ <xs:annotation>
35
+ <xs:documentation>The Domain_Name field specifies the corresponding domain name for this whois entry.</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:element>
38
+ <xs:element name="Domain_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
39
+ <xs:annotation>
40
+ <xs:documentation>The Domain_ID field specifies the domain id for the domain associated with this Whois entry.</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:element>
43
+ <xs:element name="Server_Name" type="URIObj:URIObjectType" minOccurs="0">
44
+ <xs:annotation>
45
+ <xs:documentation>The Server_Name field specifies the corresponding server name for this whois entry. This usually corresponds to a nameserver lookup.</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:element>
48
+ <xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0">
49
+ <xs:annotation>
50
+ <xs:documentation>The IP_Address field specifies the corresponding ip address for this whois entry. The usually corresponds to a nameserver lookup.</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:element>
53
+ <xs:element name="DNSSEC" type="WhoisObj:WhoisDNSSECTypeEnum" minOccurs="0" maxOccurs="1">
54
+ <xs:annotation>
55
+ <xs:documentation>The DNSSEC element corresponds to the DNSSEC field associated with a Whois entry. Acceptable values are: "Signed" or "Unsigned".</xs:documentation>
56
+ </xs:annotation>
57
+ </xs:element>
58
+ <xs:element name="Nameservers" type="WhoisObj:WhoisNameserversType" minOccurs="0" maxOccurs="1">
59
+ <xs:annotation>
60
+ <xs:documentation>The Nameservers element represents a list of nameserver entries for a Whois entry.</xs:documentation>
61
+ </xs:annotation>
62
+ </xs:element>
63
+ <xs:element name="Status" type="WhoisObj:WhoisStatusesType" minOccurs="0" maxOccurs="1">
64
+ <xs:annotation>
65
+ <xs:documentation>The Status element represents a list of statuses for a given Whois entry.</xs:documentation>
66
+ </xs:annotation>
67
+ </xs:element>
68
+ <xs:element name="Updated_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
69
+ <xs:annotation>
70
+ <xs:documentation>The Updated_Date field specifies the date in which the registered domain information was last updated.</xs:documentation>
71
+ </xs:annotation>
72
+ </xs:element>
73
+ <xs:element name="Creation_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
74
+ <xs:annotation>
75
+ <xs:documentation>The Creation_Date field specifies the date in which the registered domain was created.</xs:documentation>
76
+ </xs:annotation>
77
+ </xs:element>
78
+ <xs:element name="Expiration_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
79
+ <xs:annotation>
80
+ <xs:documentation>The Expiration_Date field specifies the date in which the registered domain will expire.</xs:documentation>
81
+ </xs:annotation>
82
+ </xs:element>
83
+ <xs:element minOccurs="0" name="Regional_Internet_Registry" type="cyboxCommon:RegionalRegistryType">
84
+ <xs:annotation>
85
+ <xs:documentation>The Regional_Internet_Registry field specifies the name of the Regional Internet Registry (RIR) which allocated the IP address contained in this WHOIS entry.</xs:documentation>
86
+ </xs:annotation>
87
+ </xs:element>
88
+ <xs:element name="Sponsoring_Registrar" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
89
+ <xs:annotation>
90
+ <xs:documentation>The Sponsoring_Registrar field holds the name of the sponsoring registrar for the domain.</xs:documentation>
91
+ </xs:annotation>
92
+ </xs:element>
93
+ <xs:element name="Registrar_Info" type="WhoisObj:WhoisRegistrarInfoType" minOccurs="0">
94
+ <xs:annotation>
95
+ <xs:documentation>The Registrar_Info element represents registrar info that would be returned from a registrar lookup.</xs:documentation>
96
+ </xs:annotation>
97
+ </xs:element>
98
+ <xs:element name="Registrants" minOccurs="0" type="WhoisObj:WhoisRegistrantsType">
99
+ <xs:annotation>
100
+ <xs:documentation>The Registrants element represents the registrant information associated with a domain lookup.</xs:documentation>
101
+ </xs:annotation>
102
+ </xs:element>
103
+ <xs:element name="Contact_Info" type="WhoisObj:WhoisContactType" minOccurs="0">
104
+ <xs:annotation>
105
+ <xs:documentation>The Contact_Info element represents contact info that would be returned from a contact lookup.</xs:documentation>
106
+ </xs:annotation>
107
+ </xs:element>
108
+ <xs:element name="Remarks" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
109
+ <xs:annotation>
110
+ <xs:documentation>The Remarks field specifies any remarks associated with this Whois entry.</xs:documentation>
111
+ </xs:annotation>
112
+ </xs:element>
113
+ </xs:sequence>
114
+ </xs:extension>
115
+ </xs:complexContent>
116
+ </xs:complexType>
117
+
118
+ <xs:simpleType name="WhoisStatusTypeEnum">
119
+ <xs:annotation>
120
+ <xs:documentation>The WhoisStatusEnum enumeration lists all valid statuses for a domain within a whois entry.</xs:documentation>
121
+ </xs:annotation>
122
+ <xs:restriction base="xs:string">
123
+ <xs:enumeration value="ADD_PERIOD">
124
+ <xs:annotation>
125
+ <xs:documentation>The 5-day Add Grace Period after the initial registration of a domain. If the domain is deleted by the registrar during this period, the registry provides a credit to the registrar for the cost of the registration.</xs:documentation>
126
+ </xs:annotation>
127
+ </xs:enumeration>
128
+ <xs:enumeration value="RENEW_PERIOD">
129
+ <xs:annotation>
130
+ <xs:documentation>The 5-day period after a domain registration period is explicitly extended (renewed) by the registrar. If the domain is deleted by the registrar during this period, the registry provides a credit to the registrar for the cost of the renewal.</xs:documentation>
131
+ </xs:annotation>
132
+ </xs:enumeration>
133
+ <xs:enumeration value="AUTO_RENEW_PERIOD">
134
+ <xs:annotation>
135
+ <xs:documentation>The 45-day period after a domain registration period expires and is extended (renewed) automatically by the registry. If the domain is deleted by the registrar during this period, the registry provides a credit to the registrar for the cost of the renewal.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:enumeration>
138
+ <xs:enumeration value="TRANSFER_PERIOD">
139
+ <xs:annotation>
140
+ <xs:documentation>The 5-day period after the successful transfer of domain name registration sponsorship from one registrar to another registrar. If the domain is deleted by the new sponsoring registrar during this period, the registry provides a credit to the registrar for the cost of the transfer.</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:enumeration>
143
+ <xs:enumeration value="PENDING_DELETE_RESTORABLE">
144
+ <xs:annotation>
145
+ <xs:documentation>The 30-day period after a registrar has submitted a delete command to delete a domain from the registry. All Internet services associated with the domain are disabled. During this period, a registrar can submit a request to Restore the domain.</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:enumeration>
148
+ <xs:enumeration value="PENDING_DELETE_SCHEDULED_FOR_RELEASE">
149
+ <xs:annotation>
150
+ <xs:documentation>The 5-day period following the PENDING DELETE RESTORABLE period. During this period, all Internet services associated with the domain will remain disabled and domain cannot be Restored.</xs:documentation>
151
+ </xs:annotation>
152
+ </xs:enumeration>
153
+ <xs:enumeration value="PENDING_RESTORE">
154
+ <xs:annotation>
155
+ <xs:documentation>The registrar has submitted a Restore request for a domain that was previously in the status of PENDING DELETE RESTORABLE and the registry is awaiting a Restore Report from the registrar.</xs:documentation>
156
+ </xs:annotation>
157
+ </xs:enumeration>
158
+ <xs:enumeration value="OK">
159
+ <xs:annotation>
160
+ <xs:documentation>This is the normal status for a domain that has no pending operations or prohibitions.</xs:documentation>
161
+ </xs:annotation>
162
+ </xs:enumeration>
163
+ <xs:enumeration value="INACTIVE">
164
+ <xs:annotation>
165
+ <xs:documentation>The domain has no associated nameservers. A minimum of 2 nameservers must be associated with the domain before it can be published to the zone.</xs:documentation>
166
+ </xs:annotation>
167
+ </xs:enumeration>
168
+ <xs:enumeration value="CLIENT_TRANSFER_PROHIBITED">
169
+ <xs:annotation>
170
+ <xs:documentation>Registrar does not allow the transfer of a domain.</xs:documentation>
171
+ </xs:annotation>
172
+ </xs:enumeration>
173
+ <xs:enumeration value="CLIENT_RENEW_PROHIBITED">
174
+ <xs:annotation>
175
+ <xs:documentation>Registrar does not allow the renewal of a domain.</xs:documentation>
176
+ </xs:annotation>
177
+ </xs:enumeration>
178
+ <xs:enumeration value="CLIENT_DELETE_PROHIBITED">
179
+ <xs:annotation>
180
+ <xs:documentation>Registrar does not allow the deletion of a domain.</xs:documentation>
181
+ </xs:annotation>
182
+ </xs:enumeration>
183
+ <xs:enumeration value="CLIENT_UPDATE_PROHIBITED">
184
+ <xs:annotation>
185
+ <xs:documentation>Registrar does not allow the update or modification of a domain.</xs:documentation>
186
+ </xs:annotation>
187
+ </xs:enumeration>
188
+ <xs:enumeration value="CLIENT_HOLD">
189
+ <xs:annotation>
190
+ <xs:documentation>Registrar will not allow the domain to be published to the zone.</xs:documentation>
191
+ </xs:annotation>
192
+ </xs:enumeration>
193
+ <xs:enumeration value="TRANSFER_PROHIBITED">
194
+ <xs:annotation>
195
+ <xs:documentation>Registry does not allow the transfer of a domain.</xs:documentation>
196
+ </xs:annotation>
197
+ </xs:enumeration>
198
+ <xs:enumeration value="RENEW_PROHIBITED">
199
+ <xs:annotation>
200
+ <xs:documentation>Registry does not allow the renewal of a domain.</xs:documentation>
201
+ </xs:annotation>
202
+ </xs:enumeration>
203
+ <xs:enumeration value="DELETE_PROHIBITED">
204
+ <xs:annotation>
205
+ <xs:documentation>Registry does not allow the deletion of a domain.</xs:documentation>
206
+ </xs:annotation>
207
+ </xs:enumeration>
208
+ <xs:enumeration value="UPDATE_PROHIBITED">
209
+ <xs:annotation>
210
+ <xs:documentation>Registry does not allow all the update or modification of a domain.</xs:documentation>
211
+ </xs:annotation>
212
+ </xs:enumeration>
213
+ <xs:enumeration value="HOLD">
214
+ <xs:annotation>
215
+ <xs:documentation>Registry will not allow the domain to be published to the zone.</xs:documentation>
216
+ </xs:annotation>
217
+ </xs:enumeration>
218
+ </xs:restriction>
219
+ </xs:simpleType>
220
+
221
+ <xs:complexType name="WhoisRegistrarInfoType">
222
+ <xs:sequence>
223
+ <xs:element name="Registrar_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
224
+ <xs:annotation>
225
+ <xs:documentation>The Registrar_ID corresponds to the Registrar ID field of a Whois entry.</xs:documentation>
226
+ </xs:annotation>
227
+ </xs:element>
228
+ <xs:element name="Registrar_GUID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
229
+ <xs:annotation>
230
+ <xs:documentation>The Registrar_GUID corresponds to the Registrar GUID field of a Whois entry.</xs:documentation>
231
+ </xs:annotation>
232
+ </xs:element>
233
+ <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
234
+ <xs:annotation>
235
+ <xs:documentation>The Name field holds the name of the registrar organization.</xs:documentation>
236
+ </xs:annotation>
237
+ </xs:element>
238
+ <xs:element name="Address" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
239
+ <xs:annotation>
240
+ <xs:documentation>The Address field holds the address (location) of the registrar organization.</xs:documentation>
241
+ </xs:annotation>
242
+ </xs:element>
243
+ <xs:element name="Email_Address" type="AddressObj:AddressObjectType" minOccurs="0">
244
+ <xs:annotation>
245
+ <xs:documentation>The main email address for the registrar.</xs:documentation>
246
+ </xs:annotation>
247
+ </xs:element>
248
+ <xs:element name="Phone_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
249
+ <xs:annotation>
250
+ <xs:documentation>The Phone_Number field holds the phone number of the registrar organization.</xs:documentation>
251
+ </xs:annotation>
252
+ </xs:element>
253
+ <xs:element name="Whois_Server" type="URIObj:URIObjectType" minOccurs="0">
254
+ <xs:annotation>
255
+ <xs:documentation>The Whois_Server field specifies the corresponding whois server for this registrar.</xs:documentation>
256
+ </xs:annotation>
257
+ </xs:element>
258
+ <xs:element name="Referral_URL" type="URIObj:URIObjectType" minOccurs="0">
259
+ <xs:annotation>
260
+ <xs:documentation>The Referral_URL field specifies the corresponding referral URL for registrar.</xs:documentation>
261
+ </xs:annotation>
262
+ </xs:element>
263
+ <xs:element name="Contacts" type="WhoisObj:WhoisContactsType" minOccurs="0" maxOccurs="1">
264
+ <xs:annotation>
265
+ <xs:documentation>A list of registrar contacts.</xs:documentation>
266
+ </xs:annotation>
267
+ </xs:element>
268
+ </xs:sequence>
269
+ </xs:complexType>
270
+
271
+ <xs:simpleType name="WhoisDNSSECTypeEnum">
272
+ <xs:annotation>
273
+ <xs:documentation>The WhoisDNSSECTypeEnum defines an enumeration of acceptable values for the DNSSEC field in a Whois entry.</xs:documentation>
274
+ </xs:annotation>
275
+ <xs:restriction base="xs:string">
276
+ <xs:enumeration value="Signed">
277
+ <xs:annotation>
278
+ <xs:documentation>The Signed value signifies that the domain name associated with the Whois entry is digitally signed.</xs:documentation>
279
+ </xs:annotation>
280
+ </xs:enumeration>
281
+ <xs:enumeration value="Unsigned">
282
+ <xs:annotation>
283
+ <xs:documentation>The Unsigned value signifies that the domain name associated with the Whois entry is not digitally signed.</xs:documentation>
284
+ </xs:annotation>
285
+ </xs:enumeration>
286
+ </xs:restriction>
287
+ </xs:simpleType>
288
+
289
+ <xs:complexType name="WhoisContactsType">
290
+ <xs:annotation>
291
+ <xs:documentation>The WhoisContactsType represents a list of contacts (usually registrar or registrant) found in a Whois entry.</xs:documentation>
292
+ </xs:annotation>
293
+ <xs:sequence>
294
+ <xs:element name="Contact" type="WhoisObj:WhoisContactType" minOccurs="0" maxOccurs="unbounded">
295
+ <xs:annotation>
296
+ <xs:documentation>A contact found in a Whois entry.</xs:documentation>
297
+ </xs:annotation>
298
+ </xs:element>
299
+ </xs:sequence>
300
+ </xs:complexType>
301
+
302
+ <xs:complexType name="WhoisContactType">
303
+ <xs:sequence>
304
+ <xs:element name="Contact_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
305
+ <xs:annotation>
306
+ <xs:documentation>The Contact_ID corresponds to an ID for the contact. This can be presented as Contact ID, Billing ID, Admin ID, Tech ID, etc.</xs:documentation>
307
+ </xs:annotation>
308
+ </xs:element>
309
+ <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
310
+ <xs:annotation>
311
+ <xs:documentation>The name of the contact.</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:element>
314
+ <xs:element name="Email_Address" type="AddressObj:AddressObjectType" minOccurs="0">
315
+ <xs:annotation>
316
+ <xs:documentation>The email address of the contact.</xs:documentation>
317
+ </xs:annotation>
318
+ </xs:element>
319
+ <xs:element name="Phone_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
320
+ <xs:annotation>
321
+ <xs:documentation>The phone number of the contact.</xs:documentation>
322
+ </xs:annotation>
323
+ </xs:element>
324
+ <xs:element name="Fax_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
325
+ <xs:annotation>
326
+ <xs:documentation>The fax number of the contact.</xs:documentation>
327
+ </xs:annotation>
328
+ </xs:element>
329
+ <xs:element name="Address" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
330
+ <xs:annotation>
331
+ <xs:documentation>The address of the contact.</xs:documentation>
332
+ </xs:annotation>
333
+ </xs:element>
334
+ <xs:element name="Organization" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
335
+ <xs:annotation>
336
+ <xs:documentation>The name of the organization this contact works for or is assoicated with.</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:element>
339
+ </xs:sequence>
340
+ <xs:attribute name="contact_type">
341
+ <xs:annotation>
342
+ <xs:documentation>The contact_type field specifies what type of contact this is. Only values from WhoisObj:RegistrarContactTypeEnum can be used.</xs:documentation>
343
+ </xs:annotation>
344
+ <xs:simpleType>
345
+ <xs:restriction base="WhoisObj:WhoisContactTypeEnum"/>
346
+ </xs:simpleType>
347
+ </xs:attribute>
348
+ </xs:complexType>
349
+
350
+ <xs:simpleType name="WhoisContactTypeEnum">
351
+ <xs:annotation>
352
+ <xs:documentation>The RegistrarContactTypeEnum defines the types of registrar contacts listed in a whois entry.</xs:documentation>
353
+ </xs:annotation>
354
+ <xs:restriction base="xs:string">
355
+ <xs:enumeration value="ADMIN">
356
+ <xs:annotation>
357
+ <xs:documentation>The contact is an administrator.</xs:documentation>
358
+ </xs:annotation>
359
+ </xs:enumeration>
360
+ <xs:enumeration value="BILLING">
361
+ <xs:annotation>
362
+ <xs:documentation>The contact is for billing.</xs:documentation>
363
+ </xs:annotation>
364
+ </xs:enumeration>
365
+ <xs:enumeration value="TECHNICAL">
366
+ <xs:annotation>
367
+ <xs:documentation>The contact is for technical assistance.</xs:documentation>
368
+ </xs:annotation>
369
+ </xs:enumeration>
370
+ </xs:restriction>
371
+ </xs:simpleType>
372
+
373
+ <xs:complexType name="WhoisStatusType">
374
+ <xs:annotation>
375
+ <xs:documentation>The WhoisStatusType specifies a status for a domain as listed in its Whois entry. Only statuses defined by WhoisStatusTypeEnum can be used.</xs:documentation>
376
+ </xs:annotation>
377
+ <xs:simpleContent>
378
+ <xs:restriction base="cyboxCommon:BaseObjectPropertyType">
379
+ <xs:simpleType>
380
+ <xs:union memberTypes="WhoisObj:WhoisStatusTypeEnum xs:string"/>
381
+ </xs:simpleType>
382
+ </xs:restriction>
383
+ </xs:simpleContent>
384
+ </xs:complexType>
385
+
386
+ <xs:complexType name="WhoisStatusesType">
387
+ <xs:annotation>
388
+ <xs:documentation>The WhoisStatusesType defines a list of WhoisStatusType objecst.</xs:documentation>
389
+ </xs:annotation>
390
+ <xs:sequence>
391
+ <xs:element name="Status" type="WhoisObj:WhoisStatusType" minOccurs="0" maxOccurs="unbounded"/>
392
+ </xs:sequence>
393
+ </xs:complexType>
394
+
395
+ <xs:complexType name="WhoisNameserversType">
396
+ <xs:annotation>
397
+ <xs:documentation>The WhoisNameserversType defines a list of nameservers associated with a Whois entry.</xs:documentation>
398
+ </xs:annotation>
399
+ <xs:sequence>
400
+ <xs:element name="Nameserver" type="URIObj:URIObjectType" minOccurs="0" maxOccurs="unbounded">
401
+ <xs:annotation>
402
+ <xs:documentation>The Nameserver field specifies a nameserver of the domain for this whois entry.</xs:documentation>
403
+ </xs:annotation>
404
+ </xs:element>
405
+ </xs:sequence>
406
+ </xs:complexType>
407
+
408
+ <xs:complexType name="WhoisRegistrantInfoType">
409
+ <xs:complexContent>
410
+ <xs:extension base="WhoisObj:WhoisContactType">
411
+ <xs:sequence>
412
+ <xs:element name="Registrant_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
413
+ <xs:annotation>
414
+ <xs:documentation>The Registrant_ID specifies the registrant id for a given registrant.</xs:documentation>
415
+ </xs:annotation>
416
+ </xs:element>
417
+ </xs:sequence>
418
+ </xs:extension>
419
+ </xs:complexContent>
420
+ </xs:complexType>
421
+
422
+ <xs:complexType name="WhoisRegistrantsType">
423
+ <xs:annotation>
424
+ <xs:documentation>The WhoisRegistrantsType represents a list of registrant information for a given Whois entry.</xs:documentation>
425
+ </xs:annotation>
426
+ <xs:sequence>
427
+ <xs:element name="Registrant" type="WhoisObj:WhoisRegistrantInfoType" minOccurs="0" maxOccurs="unbounded"/>
428
+ </xs:sequence>
429
+ </xs:complexType>
430
+ </xs:schema>
@@ -0,0 +1,135 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:WinComputerAccountObj="http://cybox.mitre.org/objects#WinComputerAccountObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:AccountObj="http://cybox.mitre.org/objects#AccountObject-2" xmlns:PortObj="http://cybox.mitre.org/objects#PortObject-2" xmlns:ns1="http://cybox.mitre.org/objects#WinComputerAccountObject-2" targetNamespace="http://cybox.mitre.org/objects#WinComputerAccountObject-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_Computer_Account_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#AccountObject-2" schemaLocation="Account_Object.xsd"/>
15
+ <xs:import namespace="http://cybox.mitre.org/objects#PortObject-2" schemaLocation="Port_Object.xsd"/>
16
+ <xs:element name="Windows_Computer_Account" type="WinComputerAccountObj:WindowsComputerAccountObjectType">
17
+ <xs:annotation>
18
+ <xs:documentation>The Windows_Computer_Account object is intended to characterize Windows computer accounts.</xs:documentation>
19
+ </xs:annotation>
20
+ </xs:element>
21
+ <xs:complexType name="WindowsComputerAccountObjectType" mixed="false">
22
+ <xs:annotation>
23
+ <xs:documentation>The WinComputerAccountObject type is intended to characterize Windows computer accounts.</xs:documentation>
24
+ </xs:annotation>
25
+ <xs:complexContent>
26
+ <xs:extension base="AccountObj:AccountObjectType">
27
+ <xs:sequence>
28
+ <xs:element name="Fully_Qualified_Name" type="WinComputerAccountObj:FullyQualifiedNameType" minOccurs="0">
29
+ <xs:annotation>
30
+ <xs:documentation>The Fully_Qualified_Name field refers to the fully qualified name(s) of the Windows computer account.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ <xs:element name="Kerberos" type="WinComputerAccountObj:KerberosType" minOccurs="0">
34
+ <xs:annotation>
35
+ <xs:documentation>The Kerberos field specifies the Kerberos authentication protocol specific Object properties for the Windows computer account.</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:element>
38
+ <xs:element name="Security_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
39
+ <xs:annotation>
40
+ <xs:documentation>The Security_ID field specifies the Security ID (SID) value assigned to the Windows computer account.</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:element>
43
+ <xs:element name="Security_Type" type="cyboxCommon:SIDType" minOccurs="0" maxOccurs="1">
44
+ <xs:annotation>
45
+ <xs:documentation>The Security_Type field specifies the type of Security ID (SID) assigned to the Windows computer account.</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:element>
48
+ <xs:element name="Type" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
49
+ <xs:annotation>
50
+ <xs:documentation>The Type field specifies the type of the Windows computer account.</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:element>
53
+ </xs:sequence>
54
+ </xs:extension>
55
+ </xs:complexContent>
56
+ </xs:complexType>
57
+ <xs:complexType name="FullyQualifiedNameType">
58
+ <xs:annotation>
59
+ <xs:documentation>The FullyQualifiedNameType type refers to the fully qualified name(s) of the Windows computer account.</xs:documentation>
60
+ </xs:annotation>
61
+ <xs:sequence>
62
+ <xs:element name="NetBEUI_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
63
+ <xs:annotation>
64
+ <xs:documentation>The NetBEUI_Name field specifies the NETBEUI name of the Windows computer account.</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:element>
67
+ <xs:element name="Full_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
68
+ <xs:annotation>
69
+ <xs:documentation>The Full_Name field specifies the full name of the Windows computer account.</xs:documentation>
70
+ </xs:annotation>
71
+ </xs:element>
72
+ </xs:sequence>
73
+ </xs:complexType>
74
+ <xs:complexType name="KerberosType">
75
+ <xs:annotation>
76
+ <xs:documentation>The KerberosType type specifies the Kerberos authentication protocol specific Object properties for the Windows computer account.</xs:documentation>
77
+ </xs:annotation>
78
+ <xs:sequence>
79
+ <xs:element name="Delegation" type="WinComputerAccountObj:KerberosDelegationType" minOccurs="0">
80
+ <xs:annotation>
81
+ <xs:documentation>The Delegation field specifies the Kerberos delegation used for the Windows computer account.</xs:documentation>
82
+ </xs:annotation>
83
+ </xs:element>
84
+ <xs:element name="Ticket" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0">
85
+ <xs:annotation>
86
+ <xs:documentation>The Ticket field specifies the ID of the Kerberos ticket assigned to the Windows computer account.</xs:documentation>
87
+ </xs:annotation>
88
+ </xs:element>
89
+ </xs:sequence>
90
+ </xs:complexType>
91
+ <xs:complexType name="KerberosDelegationType">
92
+ <xs:annotation>
93
+ <xs:documentation>The Delegation field specifies the Kerberos delegation used for the Windows computer account.</xs:documentation>
94
+ </xs:annotation>
95
+ <xs:sequence>
96
+ <xs:element name="Bitmask" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
97
+ <xs:annotation>
98
+ <xs:documentation>The Bitmask field specifies the bitmask used in the Kerberos delegation for the Windows computer account.</xs:documentation>
99
+ </xs:annotation>
100
+ </xs:element>
101
+ <xs:element name="Service" type="WinComputerAccountObj:KerberosServiceType" minOccurs="0">
102
+ <xs:annotation>
103
+ <xs:documentation>The Service field specifies the properties of the Kerberos delegation service for the Windows computer account.</xs:documentation>
104
+ </xs:annotation>
105
+ </xs:element>
106
+ </xs:sequence>
107
+ </xs:complexType>
108
+ <xs:complexType name="KerberosServiceType">
109
+ <xs:annotation>
110
+ <xs:documentation>The KerberosServiceType specifies the properties of the Kerberos delegation service for the Windows computer account.</xs:documentation>
111
+ </xs:annotation>
112
+ <xs:sequence>
113
+ <xs:element name="Computer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
114
+ <xs:annotation>
115
+ <xs:documentation>The Computer field specifies the computer name for the Kerberos service.</xs:documentation>
116
+ </xs:annotation>
117
+ </xs:element>
118
+ <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
119
+ <xs:annotation>
120
+ <xs:documentation>The Name field specifies the name of the Kerberos service.</xs:documentation>
121
+ </xs:annotation>
122
+ </xs:element>
123
+ <xs:element name="Port" type="PortObj:PortObjectType" minOccurs="0">
124
+ <xs:annotation>
125
+ <xs:documentation>The Port field specifies the port for the Kerberos service.</xs:documentation>
126
+ </xs:annotation>
127
+ </xs:element>
128
+ <xs:element name="User" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
129
+ <xs:annotation>
130
+ <xs:documentation>The User field specifies the username for the Kerberos service.</xs:documentation>
131
+ </xs:annotation>
132
+ </xs:element>
133
+ </xs:sequence>
134
+ </xs:complexType>
135
+ </xs:schema>
@@ -0,0 +1,40 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:WinCriticalSectionObj="http://cybox.mitre.org/objects#WinCriticalSectionObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#WinCriticalSectionObject-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_Critical_Section_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:element name="Windows_Critical_Section" type="WinCriticalSectionObj:WindowsCriticalSectionObjectType">
15
+ <xs:annotation>
16
+ <xs:documentation>The Windows_Critical_Section object is intended to characterize Windows Critical Section objects.</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:element>
19
+ <xs:complexType name="WindowsCriticalSectionObjectType" mixed="false">
20
+ <xs:annotation>
21
+ <xs:documentation>The WindowsCriticalSectionObjectType type is intended to characterize Windows Critical Section objects.</xs:documentation>
22
+ </xs:annotation>
23
+ <xs:complexContent>
24
+ <xs:extension base="cyboxCommon:ObjectPropertiesType">
25
+ <xs:sequence>
26
+ <xs:element name="Address" type="cyboxCommon:HexBinaryObjectPropertyType" minOccurs="0">
27
+ <xs:annotation>
28
+ <xs:documentation>The Address field specifies the address of the code that crated the critical section object.</xs:documentation>
29
+ </xs:annotation>
30
+ </xs:element>
31
+ <xs:element name="Spin_Count" type="cyboxCommon:NonNegativeIntegerObjectPropertyType" minOccurs="0">
32
+ <xs:annotation>
33
+ <xs:documentation>The Spin_Count field specifies the spin count value for the critical section object.</xs:documentation>
34
+ </xs:annotation>
35
+ </xs:element>
36
+ </xs:sequence>
37
+ </xs:extension>
38
+ </xs:complexContent>
39
+ </xs:complexType>
40
+ </xs:schema>