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,324 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:et="http://stix.mitre.org/ExploitTarget-1" xmlns:stixCommon="http://stix.mitre.org/common-1" xmlns:marking="http://data-marking.mitre.org/Marking-1" xmlns:stix="http://stix.mitre.org/stix-1" xmlns:cybox="http://cybox.mitre.org/cybox-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:campaign="http://stix.mitre.org/Campaign-1" xmlns:coa="http://stix.mitre.org/CourseOfAction-1" xmlns:incident="http://stix.mitre.org/Incident-1" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:ta="http://stix.mitre.org/ThreatActor-1" xmlns:ttp="http://stix.mitre.org/TTP-1" targetNamespace="http://stix.mitre.org/ExploitTarget-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>STIX Exploit Target</schema>
7
+ <version>1.1.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Structured Threat Information eXpression (STIX) - ExploitTarget - Schematic implementation for the ExploitTarget construct within the STIX structured cyber threat expression language architecture</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="stix_common.xsd"/>
14
+ <xs:import namespace="http://data-marking.mitre.org/Marking-1" schemaLocation="data_marking.xsd"/>
15
+ <xs:import namespace="http://cybox.mitre.org/cybox-2" schemaLocation="cybox/cybox_core.xsd"/>
16
+ <xs:element name="Exploit_Target" type="et:ExploitTargetType">
17
+ <xs:annotation>
18
+ <xs:documentation>The ExploitTarget field characterizes potential targets for exploitation. In other words characteristics about targeted victims that may make them vulnerable to attack.</xs:documentation>
19
+ </xs:annotation>
20
+ <xs:unique name="unique-et-id">
21
+ <xs:selector xpath=".//stixCommon:*|.//stix:*|.//cybox:*|.//cyboxCommon:*|.//campaign:*|.//coa:*|.//et:*|.//incident:*|.//indicator:*|.//ta:*|.//ttp:*|.//marking:*"/>
22
+ <xs:field xpath="@id"/>
23
+ </xs:unique>
24
+ </xs:element>
25
+ <xs:complexType name="ExploitTargetType">
26
+ <xs:complexContent>
27
+ <xs:extension base="stixCommon:ExploitTargetBaseType">
28
+ <xs:sequence>
29
+ <xs:element name="Title" type="xs:string" minOccurs="0">
30
+ <xs:annotation>
31
+ <xs:documentation>The Title field provides a simple title for this ExploitTarget.</xs:documentation>
32
+ </xs:annotation>
33
+ </xs:element>
34
+ <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0">
35
+ <xs:annotation>
36
+ <xs:documentation>The Description field is optional and provides an unstructured, text description of this ExploitTarget.</xs:documentation>
37
+ </xs:annotation>
38
+ </xs:element>
39
+ <xs:element name="Short_Description" type="stixCommon:StructuredTextType" minOccurs="0">
40
+ <xs:annotation>
41
+ <xs:documentation>The Short_Description field is optional and provides a short, unstructured, text description of this ExploitTarget.</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:element>
44
+ <xs:element name="Vulnerability" type="et:VulnerabilityType" minOccurs="0" maxOccurs="unbounded">
45
+ <xs:annotation>
46
+ <xs:documentation>The Vulnerability field identifies and characterizes a Vulnerability as a potential ExploitTarget.</xs:documentation>
47
+ </xs:annotation>
48
+ </xs:element>
49
+ <xs:element name="Weakness" type="et:WeaknessType" minOccurs="0" maxOccurs="unbounded">
50
+ <xs:annotation>
51
+ <xs:documentation>The Weakness field identifies and characterizes a Weakness as a potential ExploitTarget.</xs:documentation>
52
+ </xs:annotation>
53
+ </xs:element>
54
+ <xs:element name="Configuration" type="et:ConfigurationType" minOccurs="0" maxOccurs="unbounded">
55
+ <xs:annotation>
56
+ <xs:documentation>The Configuration field identifies and characterizes a Configuration as a potential ExploitTarget.</xs:documentation>
57
+ </xs:annotation>
58
+ </xs:element>
59
+ <xs:element name="Potential_COAs" type="et:PotentialCOAsType" minOccurs="0">
60
+ <xs:annotation>
61
+ <xs:documentation>The Potential_COAs field specifies potential Courses of Action for this ExploitTarget.</xs:documentation>
62
+ </xs:annotation>
63
+ </xs:element>
64
+ <xs:element name="Information_Source" type="stixCommon:InformationSourceType" minOccurs="0">
65
+ <xs:annotation>
66
+ <xs:documentation>The Information_Source field details the source of this entry.</xs:documentation>
67
+ </xs:annotation>
68
+ </xs:element>
69
+ <xs:element name="Handling" type="marking:MarkingType" minOccurs="0">
70
+ <xs:annotation>
71
+ <xs:documentation>The Handling field specifies the appropriate data handling markings for the elements of this Exploit Target. The valid marking scope is the nearest ExploitTargetBaseType ancestor of this Handling element and all its descendants.</xs:documentation>
72
+ </xs:annotation>
73
+ </xs:element>
74
+ <xs:element name="Related_Exploit_Targets" type="et:RelatedExploitTargetsType" minOccurs="0">
75
+ <xs:annotation>
76
+ <xs:documentation>The Related_Exploit_Targets field specifies one or more exploit targets that are related to this exploit target.</xs:documentation>
77
+ </xs:annotation>
78
+ </xs:element>
79
+ <xs:element name="Related_Packages" type="stixCommon:RelatedPackageRefsType" minOccurs="0">
80
+ <xs:annotation>
81
+ <xs:documentation>The Related_Packages field identifies or characterizes relationships to set of related Packages.</xs:documentation>
82
+ </xs:annotation>
83
+ </xs:element>
84
+ </xs:sequence>
85
+ <xs:attribute name="version" type="et:ExploitTargetVersionType">
86
+ <xs:annotation>
87
+ <xs:documentation>Specifies the relevant STIX-ExploitTarget schema version for this content.</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:attribute>
90
+ </xs:extension>
91
+ </xs:complexContent>
92
+ </xs:complexType>
93
+ <!---->
94
+ <xs:simpleType name="ExploitTargetVersionType">
95
+ <xs:annotation>
96
+ <xs:documentation>An enumeration of all versions of the Exploit Target type valid in the current release of STIX.</xs:documentation>
97
+ </xs:annotation>
98
+ <xs:restriction base="xs:string">
99
+ <xs:enumeration value="1.0"/>
100
+ <xs:enumeration value="1.0.1"/>
101
+ <xs:enumeration value="1.1"/>
102
+ <xs:enumeration value="1.1.1" />
103
+ </xs:restriction>
104
+ </xs:simpleType>
105
+ <xs:complexType name="VulnerabilityType">
106
+ <xs:annotation>
107
+ <xs:documentation>Characterizes an individual vulnerability.</xs:documentation>
108
+ <xs:documentation>In addition to capturing basic information and references to vulnerability registries, this type is intended to be extended to enable the structured description of a vulnerability by using the XML Schema extension feature. The STIX default extension uses the Common Vulnerability Reporting Format (CVRF) schema to do so. The extension that defines this is captured in the CVRF1.1InstanceType in the http://stix.mitre.org/extensions/Vulnerability#CVRF1.1-1 namespace. This type is defined in the extensions/vulnerability/cvrf_1.1_vulnerability.xsd file or at the URL http://stix.mitre.org/XMLSchema/extensions/vulnerability/cvrf_1.1/1.1.1/cvrf_1.1_vulnerability.xsd.</xs:documentation>
109
+ </xs:annotation>
110
+ <xs:sequence>
111
+ <xs:element name="Title" type="xs:string" minOccurs="0">
112
+ <xs:annotation>
113
+ <xs:documentation>The Title field provides a simple title for this vulnerability.</xs:documentation>
114
+ </xs:annotation>
115
+ </xs:element>
116
+ <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0">
117
+ <xs:annotation>
118
+ <xs:documentation>The Description field provides an unstructured, text description of this vulnerability.</xs:documentation>
119
+ </xs:annotation>
120
+ </xs:element>
121
+ <xs:element name="Short_Description" type="stixCommon:StructuredTextType" minOccurs="0">
122
+ <xs:annotation>
123
+ <xs:documentation>The Short_Description field provides a short, unstructured, text description of this vulnerability.</xs:documentation>
124
+ </xs:annotation>
125
+ </xs:element>
126
+ <xs:element name="CVE_ID" minOccurs="0">
127
+ <xs:annotation>
128
+ <xs:documentation>The CVE_ID field specifies a CVE identifier for a particular vulnerability.</xs:documentation>
129
+ </xs:annotation>
130
+ <xs:simpleType>
131
+ <xs:restriction base="xs:string">
132
+ <xs:pattern value="CVE-\d\d\d\d-\d+"/>
133
+ </xs:restriction>
134
+ </xs:simpleType>
135
+ </xs:element>
136
+ <xs:element name="OSVDB_ID" type="xs:positiveInteger" minOccurs="0">
137
+ <xs:annotation>
138
+ <xs:documentation>The OSVDB_ID field specifies an OSVDB identifier for a particular vulnerability.</xs:documentation>
139
+ </xs:annotation>
140
+ </xs:element>
141
+ <xs:element name="Source" type="xs:string" minOccurs="0">
142
+ <xs:annotation>
143
+ <xs:documentation>The Source field describes the source of the CVE or OSVDB as a textual description or URL.</xs:documentation>
144
+ </xs:annotation>
145
+ </xs:element>
146
+ <xs:element name="CVSS_Score" type="et:CVSSVectorType" minOccurs="0">
147
+ <xs:annotation>
148
+ <xs:documentation>The CVSS_Score field captures the full CVSS v2.0 base, temporal, and environmental vectors in their string format.</xs:documentation>
149
+ </xs:annotation>
150
+ </xs:element>
151
+ <xs:element name="Discovered_DateTime" type="stixCommon:DateTimeWithPrecisionType" minOccurs="0">
152
+ <xs:annotation>
153
+ <xs:documentation>The date and time that this vulnerability was first discovered.</xs:documentation>
154
+ </xs:annotation>
155
+ </xs:element>
156
+ <xs:element name="Published_DateTime" type="stixCommon:DateTimeWithPrecisionType" minOccurs="0">
157
+ <xs:annotation>
158
+ <xs:documentation>The date and time that this vulnerability was first published.</xs:documentation>
159
+ </xs:annotation>
160
+ </xs:element>
161
+ <xs:element name="Affected_Software" type="et:AffectedSoftwareType" minOccurs="0">
162
+ <xs:annotation>
163
+ <xs:documentation>The Affected_Software field captures the list of platforms and software that are affected by this vulnerability. It is implemented through the CybOX Observables, the suggested CybOX objects to use are the Product Object, the Device Object, the System Object, and the Code Object.</xs:documentation>
164
+ </xs:annotation>
165
+ </xs:element>
166
+ <xs:element name="References" type="stixCommon:ReferencesType" minOccurs="0">
167
+ <xs:annotation>
168
+ <xs:documentation>The References field captures a list of external references describing this vulnerability.</xs:documentation>
169
+ </xs:annotation>
170
+ </xs:element>
171
+ </xs:sequence>
172
+ <xs:attribute name="is_known" type="xs:boolean">
173
+ <xs:annotation>
174
+ <xs:documentation>The @is_known field captures whether or not the vulnerability is known (i.e. not a 0-day) at the time of characterization.</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:attribute>
177
+ <xs:attribute name="is_publicly_acknowledged" type="xs:boolean">
178
+ <xs:annotation>
179
+ <xs:documentation>The @is_publicly_acknowledged field captures whether or not the vulnerability is publicly acknowledged by the vendor.</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:attribute>
182
+ </xs:complexType>
183
+ <xs:complexType name="PotentialCOAsType">
184
+ <xs:complexContent>
185
+ <xs:extension base="stixCommon:GenericRelationshipListType">
186
+ <xs:sequence>
187
+ <xs:element name="Potential_COA" type="stixCommon:RelatedCourseOfActionType" maxOccurs="unbounded">
188
+ <xs:annotation>
189
+ <xs:documentation>The Potential_COA field specifies a potential Course of Action for this ExploitTarget.</xs:documentation>
190
+ </xs:annotation>
191
+ </xs:element>
192
+ </xs:sequence>
193
+ </xs:extension>
194
+ </xs:complexContent>
195
+ </xs:complexType>
196
+ <xs:complexType name="ConfigurationType">
197
+ <xs:sequence>
198
+ <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0">
199
+ <xs:annotation>
200
+ <xs:documentation>The Description field is optional and provides an unstructured, text description of this Configuration.</xs:documentation>
201
+ </xs:annotation>
202
+ </xs:element>
203
+ <xs:element name="Short_Description" type="stixCommon:StructuredTextType" minOccurs="0">
204
+ <xs:annotation>
205
+ <xs:documentation>The Short_Description field is optional and provides a short, unstructured, text description of this Configuration.</xs:documentation>
206
+ </xs:annotation>
207
+ </xs:element>
208
+ <xs:element name="CCE_ID" minOccurs="0">
209
+ <xs:annotation>
210
+ <xs:documentation>The CCE_ID field is optional and specifies a CCE identifier for a particular configuration item.</xs:documentation>
211
+ </xs:annotation>
212
+ <xs:simpleType>
213
+ <xs:restriction base="xs:string">
214
+ <xs:pattern value="CCE-\d+-\d"/>
215
+ </xs:restriction>
216
+ </xs:simpleType>
217
+ </xs:element>
218
+ </xs:sequence>
219
+ </xs:complexType>
220
+ <xs:complexType name="WeaknessType">
221
+ <xs:sequence>
222
+ <xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0">
223
+ <xs:annotation>
224
+ <xs:documentation>The Description field is optional and provides an unstructured, text description of this Weakness.</xs:documentation>
225
+ </xs:annotation>
226
+ </xs:element>
227
+ <xs:element name="CWE_ID" minOccurs="0">
228
+ <xs:annotation>
229
+ <xs:documentation>The CWE_ID element is optional and specifies a CWE identifier for a particular weakness.</xs:documentation>
230
+ </xs:annotation>
231
+ <xs:simpleType>
232
+ <xs:restriction base="xs:string">
233
+ <xs:pattern value="CWE-\d+"/>
234
+ </xs:restriction>
235
+ </xs:simpleType>
236
+ </xs:element>
237
+ </xs:sequence>
238
+ </xs:complexType>
239
+ <xs:complexType name="AffectedSoftwareType">
240
+ <xs:complexContent>
241
+ <xs:extension base="stixCommon:GenericRelationshipListType">
242
+ <xs:sequence>
243
+ <xs:element name="Affected_Software" type="stixCommon:RelatedObservableType" maxOccurs="unbounded">
244
+ <xs:annotation>
245
+ <xs:documentation>Characterizes a single instance of software affected by this vulnerability.</xs:documentation>
246
+ </xs:annotation>
247
+ </xs:element>
248
+ </xs:sequence>
249
+ </xs:extension>
250
+ </xs:complexContent>
251
+ </xs:complexType>
252
+ <xs:complexType name="CVSSVectorType">
253
+ <xs:sequence>
254
+ <xs:element name="Overall_Score" type="et:CVSSScoreType" minOccurs="0">
255
+ <xs:annotation>
256
+ <xs:documentation>Captures the overall CVSS 2.0 score. Note that this is not the same as the unadjusted CVSS Base Score, which should be captured in the Base_Score field.</xs:documentation>
257
+ </xs:annotation>
258
+ </xs:element>
259
+ <xs:element name="Base_Score" type="et:CVSSScoreType" minOccurs="0">
260
+ <xs:annotation>
261
+ <xs:documentation>Captures the unadjusted CVSS 2.0 Base score.</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:element>
264
+ <xs:element name="Base_Vector" type="et:CVSSBaseVectorType" minOccurs="0">
265
+ <xs:annotation>
266
+ <xs:documentation>Captures the CVSS 2.0 Base Vector per the compressed string format.</xs:documentation>
267
+ </xs:annotation>
268
+ </xs:element>
269
+ <xs:element name="Temporal_Score" type="et:CVSSScoreType" minOccurs="0">
270
+ <xs:annotation>
271
+ <xs:documentation>Captures the unadjusted CVSS 2.0 Temporal score.</xs:documentation>
272
+ </xs:annotation>
273
+ </xs:element>
274
+ <xs:element name="Temporal_Vector" type="et:CVSSTemporalVectorType" minOccurs="0">
275
+ <xs:annotation>
276
+ <xs:documentation>Captures the CVSS 2.0 Temporal Vector per the compressed string format.</xs:documentation>
277
+ </xs:annotation>
278
+ </xs:element>
279
+ <xs:element name="Environmental_Score" type="et:CVSSScoreType" minOccurs="0">
280
+ <xs:annotation>
281
+ <xs:documentation>Captures the unadjusted CVSS 2.0 Environmental score.</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:element>
284
+ <xs:element name="Environmental_Vector" type="et:CVSSEnvironmentalVectorType" minOccurs="0">
285
+ <xs:annotation>
286
+ <xs:documentation>Captures the CVSS 2.0 Environmental Vector in the compressed string format.</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:element>
289
+ </xs:sequence>
290
+ </xs:complexType>
291
+ <xs:simpleType name="CVSSScoreType">
292
+ <xs:restriction base="xs:string">
293
+ <xs:pattern value="((10)|[0-9])\.[0-9]"/>
294
+ </xs:restriction>
295
+ </xs:simpleType>
296
+ <xs:simpleType name="CVSSBaseVectorType">
297
+ <xs:restriction base="xs:string">
298
+ <xs:pattern value="AV:[LAN]/AC:[HML]/Au:[MSN]/C:[NPC]/I:[NPC]/A:[NPC]"/>
299
+ </xs:restriction>
300
+ </xs:simpleType>
301
+ <xs:simpleType name="CVSSTemporalVectorType">
302
+ <xs:restriction base="xs:string">
303
+ <xs:pattern value="E:([UFH]|(POC)|(ND))/RL:([WU]|(OF)|(TF)|(ND))/RC:([C]|(UC)|(UR)|(ND))"/>
304
+ </xs:restriction>
305
+ </xs:simpleType>
306
+ <xs:simpleType name="CVSSEnvironmentalVectorType">
307
+ <xs:restriction base="xs:string">
308
+ <xs:pattern value="CDP:([NLH]|(LM)|(MH)|(ND))/TD:([NLMH]|(ND))/CR:([LMH]|(ND))/IR:([LMH]|(ND))/AR:([LMH]|(ND))"/>
309
+ </xs:restriction>
310
+ </xs:simpleType>
311
+ <xs:complexType name="RelatedExploitTargetsType">
312
+ <xs:complexContent>
313
+ <xs:extension base="stixCommon:GenericRelationshipListType">
314
+ <xs:sequence>
315
+ <xs:element name="Related_Exploit_Target" type="stixCommon:RelatedExploitTargetType" maxOccurs="unbounded">
316
+ <xs:annotation>
317
+ <xs:documentation>The Related_Exploit_Target field specifies a single other exploit target related to this exploit target.</xs:documentation>
318
+ </xs:annotation>
319
+ </xs:element>
320
+ </xs:sequence>
321
+ </xs:extension>
322
+ </xs:complexContent>
323
+ </xs:complexType>
324
+ </xs:schema>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://stix.mitre.org/extensions/Address#CIQAddress3.0-1" xmlns:stix-ciqaddress="http://stix.mitre.org/extensions/Address#CIQAddress3.0-1" xmlns:a="urn:oasis:names:tc:ciq:xal:3" xmlns:stixCommon="http://stix.mitre.org/common-1" version="1.1.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>STIX Extension - CIQ Address 3.0 Instance</schema>
7
+ <version>1.1.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Structured Threat Information eXpression (STIX) Extension - CIQ Address 3.0 Instance - Schematic implementation for the using version 3.0 of CIQ to describe an Address within the STIX structured cyber threat expression language architecture.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
14
+ <xs:import namespace="urn:oasis:names:tc:ciq:xal:3" schemaLocation="../../external/oasis_ciq_3.0/xAL.xsd"/>
15
+ <xs:complexType name="CIQAddress3.0InstanceType">
16
+ <xs:annotation>
17
+ <xs:documentation>The CIQAddress3.0InstanceType provides an extension to the AddressAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Addresses.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="stixCommon:AddressAbstractType">
21
+ <xs:sequence>
22
+ <xs:element minOccurs="0" name="Location" type="a:AddressType"/>
23
+ </xs:sequence>
24
+ </xs:extension>
25
+ </xs:complexContent>
26
+ </xs:complexType>
27
+ </xs:schema>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:capec="http://capec.mitre.org/capec-2" xmlns:ttp="http://stix.mitre.org/TTP-1" xmlns:stix-capec="http://stix.mitre.org/extensions/AP#CAPEC2.7-1" targetNamespace="http://stix.mitre.org/extensions/AP#CAPEC2.7-1" elementFormDefault="qualified" version="1.0.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>STIX Extension - CAPEC 2.7 Attack Pattern Instance</schema>
7
+ <version>1.0.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Structured Threat Information eXpression (STIX) Extension - CAPEC Attack Pattern Instance - Schematic implementation for the using CAPEC 2.7 to describe an Attack Pattern within the STIX structured cyber threat expression language architecture.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://stix.mitre.org/TTP-1" schemaLocation="../../ttp.xsd"/>
14
+ <xs:import namespace="http://capec.mitre.org/capec-2" schemaLocation="../../external/capec_2.7/ap_schema_v2.7.xsd"/>
15
+ <xs:complexType name="CAPEC2.7InstanceType">
16
+ <xs:annotation>
17
+ <xs:documentation>The CAPECInstanceType provides an extension to the APStructureAbstractType which imports and leverages the CAPEC 2.7 schema for structured characterization of Attack Patterns.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="ttp:AttackPatternType">
21
+ <xs:sequence>
22
+ <xs:element name="CAPEC" type="capec:Attack_PatternType">
23
+ <xs:annotation>
24
+ <xs:documentation>The CAPEC field contains the structured specification of an Attack Pattern utilizing the CAPEC schema.</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:schema>
@@ -0,0 +1,113 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:ciq="urn:oasis:names:tc:ciq:xpil:3" xmlns:stixCommon="http://stix.mitre.org/common-1" targetNamespace="http://stix.mitre.org/extensions/Identity#CIQIdentity3.0-1" xmlns:stix-ciqidentity="http://stix.mitre.org/extensions/Identity#CIQIdentity3.0-1" version="1.1.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>STIX Extension - CIQ Identity 3.0 Instance</schema>
7
+ <version>1.1.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Structured Threat Information eXpression (STIX) Extension - CIQ Identity 3.0 Instance - Schematic implementation for the using version 3.0 of CIQ to describe an Identity within the STIX structured cyber threat expression language architecture.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
14
+ <xs:import namespace="urn:oasis:names:tc:ciq:xpil:3" schemaLocation="../../external/oasis_ciq_3.0/xPIL.xsd"/>
15
+ <xs:complexType name="CIQIdentity3.0InstanceType">
16
+ <xs:annotation>
17
+ <xs:documentation>The CIQIdentity3.0InstanceType provides an extension to the IdentityStructureAbstractType which imports and leverages version 3.0 of the OASIS CIQ-PIL schema for structured characterization of Identities.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="stixCommon:IdentityType">
21
+ <xs:sequence>
22
+ <xs:element name="Specification" type="stix-ciqidentity:STIXCIQIdentity3.0Type">
23
+ <xs:annotation>
24
+ <xs:documentation>The Specification field contains the structured characterization of an Identity utilizing the CIQ-PIL schema.</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ <xs:element name="Role" type="xs:string" minOccurs="0" maxOccurs="unbounded">
28
+ <xs:annotation>
29
+ <xs:documentation>The Role field specifies a relevant role played by this entity.</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:element>
32
+ </xs:sequence>
33
+ </xs:extension>
34
+ </xs:complexContent>
35
+ </xs:complexType>
36
+ <xs:complexType name="STIXCIQIdentity3.0Type">
37
+ <xs:annotation>
38
+ <xs:documentation>The STIXCIQIdentityType provides a restriction and minor extension of the imported OASIS CIQ-PIL PartyType for use in characterizing STIX Identities.</xs:documentation>
39
+ </xs:annotation>
40
+ <xs:complexContent>
41
+ <xs:restriction base="ciq:PartyType">
42
+ <xs:sequence>
43
+ <xs:element minOccurs="0" ref="ciq:FreeTextLines"/>
44
+ <xs:element minOccurs="0" ref="ciq:PartyName"/>
45
+ <xs:element minOccurs="0" ref="ciq:Addresses"/>
46
+ <xs:element minOccurs="0" ref="ciq:Accounts">
47
+ <xs:annotation>
48
+ <xs:documentation>A container to define the accounts details of the party such as utility account, financil accounts</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:element>
51
+ <xs:element minOccurs="0" ref="ciq:ContactNumbers"/>
52
+ <xs:element minOccurs="0" ref="ciq:Documents">
53
+ <xs:annotation>
54
+ <xs:documentation>A container for identification document and cards of the party that are unique to the party. e.g. license, identification card, credit card, etc</xs:documentation>
55
+ </xs:annotation>
56
+ </xs:element>
57
+ <xs:element minOccurs="0" ref="ciq:ElectronicAddressIdentifiers"/>
58
+ <xs:element minOccurs="0" ref="ciq:Events"/>
59
+ <xs:element minOccurs="0" ref="ciq:Identifiers"/>
60
+ <xs:element minOccurs="0" ref="ciq:Memberships">
61
+ <xs:annotation>
62
+ <xs:documentation>A container for memberships of party with other organisations (e.g. industry groups) or social networks (clubs, association, etc)</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:element>
65
+ <xs:element minOccurs="0" ref="ciq:Relationships">
66
+ <xs:annotation>
67
+ <xs:documentation>Relationships with other parties (persons or organisations, and the nature of relationship). Examples: - For person: Contacts, blood relatives, friends, referees, customers, etc - for Organisation: Subsidiary, Parent company, Branches, Divisions, Partners, etc</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:element>
70
+ <xs:element minOccurs="0" ref="ciq:Revenues">
71
+ <xs:annotation>
72
+ <xs:documentation>Container for income / revenue information of the party (salary/organisation revenue)</xs:documentation>
73
+ </xs:annotation>
74
+ </xs:element>
75
+ <xs:element minOccurs="0" ref="ciq:Stocks"/>
76
+ <xs:element minOccurs="0" ref="ciq:Vehicles"/>
77
+ <xs:element minOccurs="0" ref="ciq:OrganisationInfo">
78
+ <xs:annotation>
79
+ <xs:documentation>Container for other organisation specific details that are not covered in this schema that are common to a party</xs:documentation>
80
+ </xs:annotation>
81
+ </xs:element>
82
+ <xs:element minOccurs="0" ref="ciq:PersonInfo">
83
+ <xs:annotation>
84
+ <xs:documentation>Container for other person specific details that are not covered in this schema elements that are common to a party</xs:documentation>
85
+ </xs:annotation>
86
+ </xs:element>
87
+ <xs:element minOccurs="0" ref="ciq:BirthInfo"/>
88
+ <xs:element minOccurs="0" ref="ciq:CountriesOfResidence"/>
89
+ <xs:element minOccurs="0" ref="ciq:Favourites"/>
90
+ <xs:element minOccurs="0" ref="ciq:Habits"/>
91
+ <xs:element minOccurs="0" ref="ciq:Hobbies"/>
92
+ <xs:element minOccurs="0" ref="ciq:Languages"/>
93
+ <xs:element minOccurs="0" ref="ciq:Nationalities"/>
94
+ <xs:element minOccurs="0" ref="ciq:Occupations"/>
95
+ <xs:element minOccurs="0" ref="ciq:PhysicalInfo"/>
96
+ <xs:element minOccurs="0" ref="ciq:Preferences"/>
97
+ <xs:element minOccurs="0" ref="ciq:Qualifications"/>
98
+ <xs:element minOccurs="0" ref="ciq:Visas"/>
99
+ </xs:sequence>
100
+ <xs:attribute form="qualified" name="PartyType" type="ciq:PartyTypeList">
101
+ <xs:annotation>
102
+ <xs:documentation>Type of Party. e.g. Person or an organisation. An organisation could be university, college, club, association, company, etc</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:attribute>
105
+ <xs:attribute form="qualified" name="LanguageCode" type="xs:language">
106
+ <xs:annotation>
107
+ <xs:documentation>Human Language used. e.g. "en", "en-US", "en-AUS", etc</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:attribute>
110
+ </xs:restriction>
111
+ </xs:complexContent>
112
+ </xs:complexType>
113
+ </xs:schema>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://stix.mitre.org/extensions/Malware#MAEC4.1-1" xmlns:stix-maec="http://stix.mitre.org/extensions/Malware#MAEC4.1-1" xmlns:maec="http://maec.mitre.org/XMLSchema/maec-package-2" xmlns:ttp="http://stix.mitre.org/TTP-1" version="1.0.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The STIX XML Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org.</xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>STIX Extension - MAEC 4.1 Malware Instance</schema>
7
+ <version>1.0.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Structured Threat Information eXpression (STIX) Extension - MAEC 4.1 Malware Instance - Schematic implementation for the using MAEC 4.1 to describe Malware within the STIX structured cyber threat expression language architecture.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://stix.mitre.org/TTP-1" schemaLocation="../../ttp.xsd"/>
14
+ <xs:import namespace="http://maec.mitre.org/XMLSchema/maec-package-2" schemaLocation="../../external/maec_4.1/maec_package_schema.xsd"/>
15
+ <xs:complexType name="MAEC4.1InstanceType">
16
+ <xs:annotation>
17
+ <xs:documentation>The MAEC4.1InstanceType provides an extension to MalwareInstanceType which imports and leverages the MAEC 4.1 schema for structured characterization of Malware.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="ttp:MalwareInstanceType">
21
+ <xs:sequence>
22
+ <xs:element name="MAEC" type="maec:PackageType">
23
+ <xs:annotation>
24
+ <xs:documentation>The MAEC field contains the structured characterization of instances of Malware utilizing the MAEC Package schema.</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:schema>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:marking="http://data-marking.mitre.org/Marking-1" xmlns:simpleMarking="http://data-marking.mitre.org/extensions/MarkingStructure#Simple-1" targetNamespace="http://data-marking.mitre.org/extensions/MarkingStructure#Simple-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation. The Data Marking Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>Data Marking Extension - Simple Marking Instance</schema>
7
+ <version>1.1.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Data Marking Extension - Simple Marking Instance - Schematic implementation for attaching a simple statement to an idendified XML structure.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://data-marking.mitre.org/Marking-1" schemaLocation="../../data_marking.xsd"/>
14
+ <xs:complexType name="SimpleMarkingStructureType">
15
+ <xs:annotation>
16
+ <xs:documentation>The SimpleMarkingStructureType is a basic implementation of the data marking schema that allows for a string statement to be associated with the data being marked. One example might be the application of a copyright statement to some data set.</xs:documentation>
17
+ <xs:documentation>Nodes may be marked by multiple SimpleMarking statements. When this occurs, all SimpleMarking statements applied to that node are considered valid. There is no resolution for SimpleMarking Statements that appear to conflict: the behavior is undefined at the STIX level.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="marking:MarkingStructureType">
21
+ <xs:sequence>
22
+ <xs:element name="Statement" type="xs:string">
23
+ <xs:annotation>
24
+ <xs:documentation>The statement to apply to the structure for which the Marking is to be applied.</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:schema>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:marking="http://data-marking.mitre.org/Marking-1" xmlns:TOUMarking="http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1" targetNamespace="http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.1" xml:lang="English">
3
+ <xs:annotation>
4
+ <xs:documentation>This schema was originally developed by The MITRE Corporation in coordination with Terry MacDonald. The Data Marking Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org. </xs:documentation>
5
+ <xs:appinfo>
6
+ <schema>Data Marking Extension - Terms Of Use Marking Instance</schema>
7
+ <version>1.0.1</version>
8
+ <date>05/08/2014 9:00:00 AM</date>
9
+ <short_description>Data Marking Extension - Terms Of Use Marking Instance - Schematic implementation for attaching a Terms Of Use statement to an idendified XML structure.</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 STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the STIX Schema, this license header must be included. </terms_of_use>
11
+ </xs:appinfo>
12
+ </xs:annotation>
13
+ <xs:import namespace="http://data-marking.mitre.org/Marking-1" schemaLocation="../../data_marking.xsd"/>
14
+ <xs:complexType name="TermsOfUseMarkingStructureType">
15
+ <xs:annotation>
16
+ <xs:documentation>The TermsOfUseMarkingStructureType is a basic implementation of the data marking schema that allows for a string statement describing the Terms Of Use to be associated with the data being marked.</xs:documentation>
17
+ <xs:documentation>Nodes may be marked by multiple Terms Of Use Marking statements. When this occurs, all of the multiple Terms of Use Marking statements apply. Its up to the organization adding an additional Term Of User Marking statement to ensure that it's Terms Of Use does not conflict with any previously applied Terms Of Use Marking Statement.</xs:documentation>
18
+ </xs:annotation>
19
+ <xs:complexContent>
20
+ <xs:extension base="marking:MarkingStructureType">
21
+ <xs:sequence>
22
+ <xs:element name="Terms_Of_Use" type="xs:string">
23
+ <xs:annotation>
24
+ <xs:documentation>The Terms Of Use statement to apply to the structure for which the Marking is to be applied.</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ </xs:sequence>
28
+ </xs:extension>
29
+ </xs:complexContent>
30
+ </xs:complexType>
31
+ </xs:schema>