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.
- checksums.yaml +8 -8
- data/config/1.1/stix/cybox/objects/Win_Hook_Object.xsd +1 -1
- data/config/1.1.1/stix/campaign.xsd +220 -0
- data/config/1.1.1/stix/course_of_action.xsd +191 -0
- data/config/1.1.1/stix/cybox/cybox_common.xsd +2700 -0
- data/config/1.1.1/stix/cybox/cybox_core.xsd +1145 -0
- data/config/1.1.1/stix/cybox/cybox_default_vocabularies.xsd +5180 -0
- data/config/1.1.1/stix/cybox/extensions/location/ciq_address_3.0.xsd +27 -0
- data/config/1.1.1/stix/cybox/extensions/platform/cpe2.3.xsd +34 -0
- data/config/1.1.1/stix/cybox/external/cpe_2.3/cpe-language_2.3.xsd +234 -0
- data/config/1.1.1/stix/cybox/external/cpe_2.3/cpe-naming_2.3.xsd +45 -0
- data/config/1.1.1/stix/cybox/external/cpe_2.3/xml.xsd +145 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/CommonTypes.xsd +104 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xAL-types.xsd +511 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xAL.xsd +672 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNAL-types.xsd +36 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNAL.xsd +126 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNL-types.xsd +222 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xNL.xsd +284 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xPIL-types.xsd +854 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xPIL.xsd +1621 -0
- data/config/1.1.1/stix/cybox/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -0
- data/config/1.1.1/stix/cybox/objects/API_Object.xsd +55 -0
- data/config/1.1.1/stix/cybox/objects/ARP_Cache_Object.xsd +98 -0
- data/config/1.1.1/stix/cybox/objects/AS_Object.xsd +50 -0
- data/config/1.1.1/stix/cybox/objects/Account_Object.xsd +501 -0
- data/config/1.1.1/stix/cybox/objects/Address_Object.xsd +127 -0
- data/config/1.1.1/stix/cybox/objects/Archive_File_Object.xsd +134 -0
- data/config/1.1.1/stix/cybox/objects/Artifact_Object.xsd +212 -0
- data/config/1.1.1/stix/cybox/objects/Code_Object.xsd +417 -0
- data/config/1.1.1/stix/cybox/objects/Custom_Object.xsd +42 -0
- data/config/1.1.1/stix/cybox/objects/DNS_Cache_Object.xsd +53 -0
- data/config/1.1.1/stix/cybox/objects/DNS_Query_Object.xsd +164 -0
- data/config/1.1.1/stix/cybox/objects/DNS_Record_Object.xsd +92 -0
- data/config/1.1.1/stix/cybox/objects/Device_Object.xsd +65 -0
- data/config/1.1.1/stix/cybox/objects/Disk_Object.xsd +117 -0
- data/config/1.1.1/stix/cybox/objects/Disk_Partition_Object.xsd +199 -0
- data/config/1.1.1/stix/cybox/objects/Domain_Name_Object.xsd +57 -0
- data/config/1.1.1/stix/cybox/objects/Email_Message_Object.xsd +278 -0
- data/config/1.1.1/stix/cybox/objects/File_Object.xsd +397 -0
- data/config/1.1.1/stix/cybox/objects/GUI_Dialogbox_Object.xsd +41 -0
- data/config/1.1.1/stix/cybox/objects/GUI_Object.xsd +40 -0
- data/config/1.1.1/stix/cybox/objects/GUI_Window_Object.xsd +46 -0
- data/config/1.1.1/stix/cybox/objects/HTTP_Session_Object.xsd +633 -0
- data/config/1.1.1/stix/cybox/objects/Hostname_Object.xsd +45 -0
- data/config/1.1.1/stix/cybox/objects/Image_File_Object.xsd +124 -0
- data/config/1.1.1/stix/cybox/objects/Library_Object.xsd +114 -0
- data/config/1.1.1/stix/cybox/objects/Link_Object.xsd +36 -0
- data/config/1.1.1/stix/cybox/objects/Linux_Package_Object.xsd +75 -0
- data/config/1.1.1/stix/cybox/objects/Memory_Object.xsd +141 -0
- data/config/1.1.1/stix/cybox/objects/Mutex_Object.xsd +40 -0
- data/config/1.1.1/stix/cybox/objects/Network_Connection_Object.xsd +540 -0
- data/config/1.1.1/stix/cybox/objects/Network_Flow_Object.xsd +1559 -0
- data/config/1.1.1/stix/cybox/objects/Network_Packet_Object.xsd +2934 -0
- data/config/1.1.1/stix/cybox/objects/Network_Route_Entry_Object.xsd +155 -0
- data/config/1.1.1/stix/cybox/objects/Network_Route_Object.xsd +93 -0
- data/config/1.1.1/stix/cybox/objects/Network_Socket_Object.xsd +529 -0
- data/config/1.1.1/stix/cybox/objects/Network_Subnet_Object.xsd +64 -0
- data/config/1.1.1/stix/cybox/objects/PDF_File_Object.xsd +595 -0
- data/config/1.1.1/stix/cybox/objects/Pipe_Object.xsd +40 -0
- data/config/1.1.1/stix/cybox/objects/Port_Object.xsd +40 -0
- data/config/1.1.1/stix/cybox/objects/Process_Object.xsd +199 -0
- data/config/1.1.1/stix/cybox/objects/Product_Object.xsd +65 -0
- data/config/1.1.1/stix/cybox/objects/SMS_Message_Object.xsd +79 -0
- data/config/1.1.1/stix/cybox/objects/Semaphore_Object.xsd +50 -0
- data/config/1.1.1/stix/cybox/objects/Socket_Address_Object.xsd +50 -0
- data/config/1.1.1/stix/cybox/objects/System_Object.xsd +410 -0
- data/config/1.1.1/stix/cybox/objects/URI_Object.xsd +62 -0
- data/config/1.1.1/stix/cybox/objects/URL_History_Object.xsd +104 -0
- data/config/1.1.1/stix/cybox/objects/Unix_File_Object.xsd +164 -0
- data/config/1.1.1/stix/cybox/objects/Unix_Network_Route_Entry_Object.xsd +56 -0
- data/config/1.1.1/stix/cybox/objects/Unix_Pipe_Object.xsd +36 -0
- data/config/1.1.1/stix/cybox/objects/Unix_Process_Object.xsd +143 -0
- data/config/1.1.1/stix/cybox/objects/Unix_User_Account_Object.xsd +78 -0
- data/config/1.1.1/stix/cybox/objects/Unix_Volume_Object.xsd +41 -0
- data/config/1.1.1/stix/cybox/objects/User_Account_Object.xsd +110 -0
- data/config/1.1.1/stix/cybox/objects/User_Session_Object.xsd +60 -0
- data/config/1.1.1/stix/cybox/objects/Volume_Object.xsd +235 -0
- data/config/1.1.1/stix/cybox/objects/Whois_Object.xsd +430 -0
- data/config/1.1.1/stix/cybox/objects/Win_Computer_Account_Object.xsd +135 -0
- data/config/1.1.1/stix/cybox/objects/Win_Critical_Section_Object.xsd +40 -0
- data/config/1.1.1/stix/cybox/objects/Win_Driver_Object.xsd +270 -0
- data/config/1.1.1/stix/cybox/objects/Win_Event_Log_Object.xsd +137 -0
- data/config/1.1.1/stix/cybox/objects/Win_Event_Object.xsd +80 -0
- data/config/1.1.1/stix/cybox/objects/Win_Executable_File_Object.xsd +1311 -0
- data/config/1.1.1/stix/cybox/objects/Win_File_Object.xsd +269 -0
- data/config/1.1.1/stix/cybox/objects/Win_Filemapping_Object.xsd +175 -0
- data/config/1.1.1/stix/cybox/objects/Win_Handle_Object.xsd +351 -0
- data/config/1.1.1/stix/cybox/objects/Win_Hook_Object.xsd +152 -0
- data/config/1.1.1/stix/cybox/objects/Win_Kernel_Hook_Object.xsd +109 -0
- data/config/1.1.1/stix/cybox/objects/Win_Kernel_Object.xsd +128 -0
- data/config/1.1.1/stix/cybox/objects/Win_Mailslot_Object.xsd +56 -0
- data/config/1.1.1/stix/cybox/objects/Win_Memory_Page_Region_Object.xsd +198 -0
- data/config/1.1.1/stix/cybox/objects/Win_Mutex_Object.xsd +42 -0
- data/config/1.1.1/stix/cybox/objects/Win_Network_Route_Entry_Object.xsd +200 -0
- data/config/1.1.1/stix/cybox/objects/Win_Network_Share_Object.xsd +205 -0
- data/config/1.1.1/stix/cybox/objects/Win_Pipe_Object.xsd +73 -0
- data/config/1.1.1/stix/cybox/objects/Win_Prefetch_Object.xsd +113 -0
- data/config/1.1.1/stix/cybox/objects/Win_Process_Object.xsd +174 -0
- data/config/1.1.1/stix/cybox/objects/Win_Registry_Key_Object.xsd +290 -0
- data/config/1.1.1/stix/cybox/objects/Win_Semaphore_Object.xsd +42 -0
- data/config/1.1.1/stix/cybox/objects/Win_Service_Object.xsd +287 -0
- data/config/1.1.1/stix/cybox/objects/Win_System_Object.xsd +126 -0
- data/config/1.1.1/stix/cybox/objects/Win_System_Restore_Object.xsd +207 -0
- data/config/1.1.1/stix/cybox/objects/Win_Task_Object.xsd +755 -0
- data/config/1.1.1/stix/cybox/objects/Win_Thread_Object.xsd +146 -0
- data/config/1.1.1/stix/cybox/objects/Win_User_Account_Object.xsd +73 -0
- data/config/1.1.1/stix/cybox/objects/Win_Volume_Object.xsd +161 -0
- data/config/1.1.1/stix/cybox/objects/Win_Waitable_Timer_Object.xsd +90 -0
- data/config/1.1.1/stix/cybox/objects/X509_Certificate_Object.xsd +275 -0
- data/config/1.1.1/stix/data_marking.xsd +97 -0
- data/config/1.1.1/stix/exploit_target.xsd +324 -0
- data/config/1.1.1/stix/extensions/address/ciq_3.0_address.xsd +27 -0
- data/config/1.1.1/stix/extensions/attack_pattern/capec_2.7_attack_pattern.xsd +31 -0
- data/config/1.1.1/stix/extensions/identity/ciq_3.0_identity.xsd +113 -0
- data/config/1.1.1/stix/extensions/malware/maec_4.1_malware.xsd +31 -0
- data/config/1.1.1/stix/extensions/marking/simple_marking.xsd +31 -0
- data/config/1.1.1/stix/extensions/marking/terms_of_use_marking.xsd +31 -0
- data/config/1.1.1/stix/extensions/marking/tlp_marking.xsd +40 -0
- data/config/1.1.1/stix/extensions/structured_coa/generic_structured_coa.xsd +46 -0
- data/config/1.1.1/stix/extensions/test_mechanism/generic_test_mechanism.xsd +46 -0
- data/config/1.1.1/stix/extensions/test_mechanism/open_ioc_2010_test_mechanism.xsd +32 -0
- data/config/1.1.1/stix/extensions/test_mechanism/oval_5.10_test_mechanism.xsd +37 -0
- data/config/1.1.1/stix/extensions/test_mechanism/snort_test_mechanism.xsd +56 -0
- data/config/1.1.1/stix/extensions/test_mechanism/yara_test_mechanism.xsd +36 -0
- data/config/1.1.1/stix/extensions/vulnerability/cvrf_1.1_vulnerability.xsd +33 -0
- data/config/1.1.1/stix/external/capec_2.7/ap_schema_v2.7.xsd +3618 -0
- data/config/1.1.1/stix/external/cvrf_1.1/common.xsd +176 -0
- data/config/1.1.1/stix/external/cvrf_1.1/cpe-language_2.2a.xsd +182 -0
- data/config/1.1.1/stix/external/cvrf_1.1/cvrf.xsd +487 -0
- data/config/1.1.1/stix/external/cvrf_1.1/cvss-v2_0.9.xsd +415 -0
- data/config/1.1.1/stix/external/cvrf_1.1/dc.xsd +118 -0
- data/config/1.1.1/stix/external/cvrf_1.1/prod.xsd +292 -0
- data/config/1.1.1/stix/external/cvrf_1.1/scap-core_0.9.xsd +170 -0
- data/config/1.1.1/stix/external/cvrf_1.1/vuln.xsd +631 -0
- data/config/1.1.1/stix/external/cvrf_1.1/xml.xsd +287 -0
- data/config/1.1.1/stix/external/maec_4.1/maec_bundle_schema.xsd +1228 -0
- data/config/1.1.1/stix/external/maec_4.1/maec_container_schema.xsd +62 -0
- data/config/1.1.1/stix/external/maec_4.1/maec_default_vocabularies.xsd +5325 -0
- data/config/1.1.1/stix/external/maec_4.1/maec_package_schema.xsd +1095 -0
- data/config/1.1.1/stix/external/maec_4.1/metadataSharing.xsd +1712 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/CommonTypes.xsd +104 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xAL-types.xsd +511 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xAL.xsd +672 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xNAL-types.xsd +36 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xNAL.xsd +126 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xNL-types.xsd +222 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xNL.xsd +284 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xPIL-types.xsd +854 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xPIL.xsd +1621 -0
- data/config/1.1.1/stix/external/oasis_ciq_3.0/xlink-2003-12-31.xsd +90 -0
- data/config/1.1.1/stix/external/open_ioc_2010/ioc-TR.xsd +25 -0
- data/config/1.1.1/stix/external/open_ioc_2010/ioc.xsd +105 -0
- data/config/1.1.1/stix/external/oval_5.10/oval-common-schema.xsd +781 -0
- data/config/1.1.1/stix/external/oval_5.10/oval-definitions-schema.xsd +1608 -0
- data/config/1.1.1/stix/external/oval_5.10/oval-variables-schema.xsd +84 -0
- data/config/1.1.1/stix/external/oval_5.10/xmldsig-core-schema.xsd +309 -0
- data/config/1.1.1/stix/incident.xsd +762 -0
- data/config/1.1.1/stix/indicator.xsd +368 -0
- data/config/1.1.1/stix/stix_common.xsd +923 -0
- data/config/1.1.1/stix/stix_core.xsd +253 -0
- data/config/1.1.1/stix/stix_default_vocabularies.xsd +2081 -0
- data/config/1.1.1/stix/threat_actor.xsd +182 -0
- data/config/1.1.1/stix/ttp.xsd +430 -0
- data/config/1.1.1/uber_schema.xsd +149 -0
- data/lib/stix_schema_spy/models/attribute.rb +1 -1
- data/lib/stix_schema_spy/models/element.rb +2 -9
- data/lib/stix_schema_spy/models/external_type.rb +29 -0
- data/lib/stix_schema_spy/models/has_children.rb +9 -9
- data/lib/stix_schema_spy/models/node.rb +7 -6
- data/lib/stix_schema_spy/models/schema.rb +6 -4
- data/lib/stix_schema_spy/models/type.rb +44 -5
- data/lib/stix_schema_spy/util/tasks.rb +15 -14
- data/lib/stix_schema_spy/version.rb +1 -1
- metadata +171 -9
@@ -0,0 +1,40 @@
|
|
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:tlpMarking="http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1" targetNamespace="http://data-marking.mitre.org/extensions/MarkingStructure#TLP-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 - TLP</schema>
|
7
|
+
<version>1.1.1</version>
|
8
|
+
<date>05/08/2014 9:00:00 AM</date>
|
9
|
+
<short_description>Data Marking Extension - TLP Marking Instance - Schematic implementation for attaching a Traffic Light Protocol (TLP)designation 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="TLPMarkingStructureType">
|
15
|
+
<xs:annotation>
|
16
|
+
<xs:documentation>The TLPMarkingStructureType is an implementation of the data marking schema that allows for a TLP Designation to be attached to an identified XML structure. Information about TLP is available here: http://www.us-cert.gov/tlp.</xs:documentation>
|
17
|
+
<xs:documentation>Nodes may be marked by multiple TLP Marking statements. When this occurs, the node should be considered marked at the most restrictive TLP Marking of all TLP Markings that were applied to it. For example, if a node is marked both GREEN and AMBER, the node should be considered AMBER.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:complexContent>
|
20
|
+
<xs:extension base="marking:MarkingStructureType">
|
21
|
+
<xs:attribute name="color" type="tlpMarking:TLPColorEnum">
|
22
|
+
<xs:annotation>
|
23
|
+
<xs:documentation>The TLP color designation of the marked structure.</xs:documentation>
|
24
|
+
</xs:annotation>
|
25
|
+
</xs:attribute>
|
26
|
+
</xs:extension>
|
27
|
+
</xs:complexContent>
|
28
|
+
</xs:complexType>
|
29
|
+
<xs:simpleType name="TLPColorEnum">
|
30
|
+
<xs:annotation>
|
31
|
+
<xs:documentation>The TLP color designation of the marked structure.</xs:documentation>
|
32
|
+
</xs:annotation>
|
33
|
+
<xs:restriction base="xs:string">
|
34
|
+
<xs:enumeration value="RED"/>
|
35
|
+
<xs:enumeration value="AMBER"/>
|
36
|
+
<xs:enumeration value="GREEN"/>
|
37
|
+
<xs:enumeration value="WHITE"/>
|
38
|
+
</xs:restriction>
|
39
|
+
</xs:simpleType>
|
40
|
+
</xs:schema>
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:coa="http://stix.mitre.org/CourseOfAction-1" xmlns:stixCommon="http://stix.mitre.org/common-1" xmlns:genericStructuredCOA="http://stix.mitre.org/extensions/StructuredCOA#Generic-1" targetNamespace="http://stix.mitre.org/extensions/StructuredCOA#Generic-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 Extension - Structured Course of Action 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 - Generic Structured Course of Action Instance - Schematic implementation for the using a generic Structured Course of Action 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/CourseOfAction-1" schemaLocation="../../course_of_action.xsd"/>
|
14
|
+
<xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
|
15
|
+
<xs:complexType name="GenericStructuredCOAType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>The GenericStructuredCOAType specifies an instantial extension from the abstract StructuredCOAType intended to support the generic inclusion of any COA content.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:complexContent>
|
20
|
+
<xs:extension base="coa:StructuredCOAType">
|
21
|
+
<xs:sequence>
|
22
|
+
<xs:element name="Description" type="stixCommon:StructuredTextType">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>A structured Description of this Generic Structured COA.</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="Type" type="stixCommon:ControlledVocabularyStringType">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>Specifies the type of Generic Structured COA.</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="Specification" type="stixCommon:EncodedCDATAType">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
</xs:sequence>
|
38
|
+
<xs:attribute name="reference_location" type="xs:anyURI">
|
39
|
+
<xs:annotation>
|
40
|
+
<xs:documentation>Specifies a reference URL for the location of the Generic Structured COA.</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:attribute>
|
43
|
+
</xs:extension>
|
44
|
+
</xs:complexContent>
|
45
|
+
</xs:complexType>
|
46
|
+
</xs:schema>
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:stixCommon="http://stix.mitre.org/common-1" xmlns:genericTM="http://stix.mitre.org/extensions/TestMechanism#Generic-1" targetNamespace="http://stix.mitre.org/extensions/TestMechanism#Generic-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 Extension - Generic Test Mechanism 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 - Generic Test Mechanism Instance - Schematic implementation for the using a generic Test Machanism 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/Indicator-2" schemaLocation="../../indicator.xsd"/>
|
14
|
+
<xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
|
15
|
+
<xs:complexType name="GenericTestMechanismType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>The GenericTestMechanismType specifies an instantial extension from the abstract TestMechanismType intended to support the generic inclusion of any test mechanism content.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:complexContent>
|
20
|
+
<xs:extension base="indicator:TestMechanismType">
|
21
|
+
<xs:sequence>
|
22
|
+
<xs:element name="Description" type="stixCommon:StructuredTextType" minOccurs="0">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>A structured Description of this Generic Test Mechanism.</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="Type" type="stixCommon:ControlledVocabularyStringType" minOccurs="0">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>Specifies the type of Generic Test Mechanism.</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="Specification" type="stixCommon:EncodedCDATAType" minOccurs="0">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>The Specification field encapsulates any test mechnism specification in its native format within a string field. The specification should be within a CDATA construct within the string field.</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
</xs:sequence>
|
38
|
+
<xs:attribute name="reference_location" type="xs:anyURI">
|
39
|
+
<xs:annotation>
|
40
|
+
<xs:documentation>Specifies a reference URL for the location of the Generic Test Mechanism.</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:attribute>
|
43
|
+
</xs:extension>
|
44
|
+
</xs:complexContent>
|
45
|
+
</xs:complexType>
|
46
|
+
</xs:schema>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:ioc-tr="http://schemas.mandiant.com/2010/ioc/TR/" xmlns:ioc="http://schemas.mandiant.com/2010/ioc" xmlns:stix-openioc="http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-1" targetNamespace="http://stix.mitre.org/extensions/TestMechanism#OpenIOC2010-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 Extension - Open IOC Test Mechanism 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 - Open IOC Test Mechanism Instance - Schematic implementation for the using the 2010 version of Open IOC to describe a Test Machanism 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/Indicator-2" schemaLocation="../../indicator.xsd"/>
|
14
|
+
<xs:import namespace="http://schemas.mandiant.com/2010/ioc" schemaLocation="../../external/open_ioc_2010/ioc.xsd"/>
|
15
|
+
<xs:import namespace="http://schemas.mandiant.com/2010/ioc/TR/" schemaLocation="../../external/open_ioc_2010/ioc-TR.xsd"/>
|
16
|
+
<xs:complexType name="OpenIOC2010TestMechanismType">
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>The OpenIOC2010TestMechanismType provides an extension to the TestMechanismType which imports and leverages the 2010 Open IOC schema in order to include OpenIOC elements as the test mechanism.</xs:documentation>
|
19
|
+
</xs:annotation>
|
20
|
+
<xs:complexContent>
|
21
|
+
<xs:extension base="indicator:TestMechanismType">
|
22
|
+
<xs:sequence>
|
23
|
+
<xs:element name="ioc" type="ioc:IndicatorOfCompromise">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>The ioc field contains the structured specification of the OpenIOC test mechanism.</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:element>
|
28
|
+
</xs:sequence>
|
29
|
+
</xs:extension>
|
30
|
+
</xs:complexContent>
|
31
|
+
</xs:complexType>
|
32
|
+
</xs:schema>
|
@@ -0,0 +1,37 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval-var="http://oval.mitre.org/XMLSchema/oval-variables-5" xmlns:stix-oval="http://stix.mitre.org/extensions/TestMechanism#OVAL5.10-1" targetNamespace="http://stix.mitre.org/extensions/TestMechanism#OVAL5.10-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 Extension - OVAL Test Mechanism 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 - OVAL Test Mechanism Instance - Schematic implementation for the using OVAL to describe a Test Machanism 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/Indicator-2" schemaLocation="../../indicator.xsd"/>
|
14
|
+
<xs:import namespace="http://oval.mitre.org/XMLSchema/oval-definitions-5" schemaLocation="../../external/oval_5.10/oval-definitions-schema.xsd"/>
|
15
|
+
<xs:import namespace="http://oval.mitre.org/XMLSchema/oval-variables-5" schemaLocation="../../external/oval_5.10/oval-variables-schema.xsd"/>
|
16
|
+
<xs:complexType name="OVAL5.10TestMechanismType">
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>The OVALTestMechanismType provides an extension to the TestMechanismType which imports and leverages the OVAL schema in order to include OVAL Definitions as the test mechanism.</xs:documentation>
|
19
|
+
</xs:annotation>
|
20
|
+
<xs:complexContent>
|
21
|
+
<xs:extension base="indicator:TestMechanismType">
|
22
|
+
<xs:sequence>
|
23
|
+
<xs:element ref="oval-def:oval_definitions">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>The oval_definitions field contains the structured specification of the OVAL test mechanism. When including OVAL Definition documents it is expected that at least one valid OVAL Definition Definition is included.</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:element>
|
28
|
+
<xs:element ref="oval-var:oval_variables" minOccurs="0">
|
29
|
+
<xs:annotation>
|
30
|
+
<xs:documentation>The oval_variables field contains a valid OVAL Variables document and should only be used to supply external variable values needed by this OVAL Test Mechanism's OVAL Definitions.</xs:documentation>
|
31
|
+
</xs:annotation>
|
32
|
+
</xs:element>
|
33
|
+
</xs:sequence>
|
34
|
+
</xs:extension>
|
35
|
+
</xs:complexContent>
|
36
|
+
</xs:complexType>
|
37
|
+
</xs:schema>
|
@@ -0,0 +1,56 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:stixCommon="http://stix.mitre.org/common-1" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:snortTM="http://stix.mitre.org/extensions/TestMechanism#Snort-1" targetNamespace="http://stix.mitre.org/extensions/TestMechanism#Snort-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 Extension - Snort Test Mechanism 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 - Snort Test Mechanism Instance - Schematic implementation for the using a Snort rule as a Test Machanism 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/Indicator-2" schemaLocation="../../indicator.xsd"/>
|
14
|
+
<xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
|
15
|
+
<xs:complexType name="SnortTestMechanismType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>The SnortTestMechanismType specifies an instantial extension from the abstract TestMechanismType intended to support the inclusion of a Snort rule as a test mechanism content.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:complexContent>
|
20
|
+
<xs:extension base="indicator:TestMechanismType">
|
21
|
+
<xs:sequence>
|
22
|
+
<xs:element name="Product_Name" type="xs:string" minOccurs="0">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>Name of the Snort-compatible tool that the rules were written again. If the tool has a CPE name, use of that name is suggested, otherwise a simple name like "Snort", "Suricata", or "Sourcefire" could be used.</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="Version" type="xs:string" minOccurs="0">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>The Version of Snort or Snort-compatible tool that the rules were written against.</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="Rule" type="stixCommon:EncodedCDATAType" minOccurs="0" maxOccurs="unbounded">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>The Rule field encapsulates a Snort rule in its native format within a String field. The specification should be within a CDATA construct within the String field.</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
<xs:element name="Event_Filter" type="stixCommon:EncodedCDATAType" minOccurs="0" maxOccurs="unbounded">
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>The Event_Filter field encapsulates a Snort event filter line in its native format within a String field. The specification should be within a CDATA construct within the String field.</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
</xs:element>
|
42
|
+
<xs:element name="Rate_Filter" type="stixCommon:EncodedCDATAType" minOccurs="0" maxOccurs="unbounded">
|
43
|
+
<xs:annotation>
|
44
|
+
<xs:documentation>The Rate_Filter field encapsulates a Snort rate filter line in its native format within a String field. The specification should be within a CDATA construct within the String field.</xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
</xs:element>
|
47
|
+
<xs:element name="Event_Suppression" type="stixCommon:EncodedCDATAType" minOccurs="0" maxOccurs="unbounded">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>The Event_Suppression field encapsulates a Snort event suppression line in its native format within a String field. The specification should be within a CDATA construct within the String field.</xs:documentation>
|
50
|
+
</xs:annotation>
|
51
|
+
</xs:element>
|
52
|
+
</xs:sequence>
|
53
|
+
</xs:extension>
|
54
|
+
</xs:complexContent>
|
55
|
+
</xs:complexType>
|
56
|
+
</xs:schema>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:indicator="http://stix.mitre.org/Indicator-2" xmlns:stixCommon="http://stix.mitre.org/common-1" xmlns:yaraTM="http://stix.mitre.org/extensions/TestMechanism#YARA-1" targetNamespace="http://stix.mitre.org/extensions/TestMechanism#YARA-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 Extension - YARA Test Mechanism 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 - YARA Test Mechanism Instance - Schematic implementation for the using a YARA rule as a Test Machanism 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/Indicator-2" schemaLocation="../../indicator.xsd"/>
|
14
|
+
<xs:import namespace="http://stix.mitre.org/common-1" schemaLocation="../../stix_common.xsd"/>
|
15
|
+
<xs:complexType name="YaraTestMechanismType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>The YaraTestMechanismType specifies an instantial extension from the abstract TestMechanismType intended to support the inclusion of a YARA rule as a test mechanism content.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:complexContent>
|
20
|
+
<xs:extension base="indicator:TestMechanismType">
|
21
|
+
<xs:sequence>
|
22
|
+
<xs:element name="Version" type="xs:string" minOccurs="0">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>The Version of YARA that the rule was written against.</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="Rule" type="stixCommon:EncodedCDATAType" minOccurs="0">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>The Rule field encapsulates a YARA rule in its native format within a String field. The specification should be within a CDATA construct within the String field.</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
</xs:sequence>
|
33
|
+
</xs:extension>
|
34
|
+
</xs:complexContent>
|
35
|
+
</xs:complexType>
|
36
|
+
</xs:schema>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:stix-cvrf="http://stix.mitre.org/extensions/Vulnerability#CVRF-1" targetNamespace="http://stix.mitre.org/extensions/Vulnerability#CVRF-1" xmlns="http://stix.mitre.org/extensions/Vulnerability#CVRF-1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:et="http://stix.mitre.org/ExploitTarget-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 - CVRF 1.1 Vulnerability 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 - CVRF 1.1 Vulnerability Instance - Schematic implementation for the using version 1.1 of CVRF to describe an Vulneability 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://www.icasi.org/CVRF/schema/cvrf/1.1" schemaLocation="../../external/cvrf_1.1/cvrf.xsd"/>
|
14
|
+
<xs:import namespace="http://stix.mitre.org/ExploitTarget-1" schemaLocation="../../exploit_target.xsd"/>
|
15
|
+
<xs:complexType name="CVRF1.1InstanceType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>
|
18
|
+
The CVRF1.1InstanceType provides an extension to the VulnerabilityType which imports and leverages the CVRF schema for structured characterization of Vulnerabilities. This could include characterization of 0-days or other vulnerabilities that do not have a CVE or OSVDB ID.
|
19
|
+
</xs:documentation>
|
20
|
+
</xs:annotation>
|
21
|
+
<xs:complexContent>
|
22
|
+
<xs:extension base="et:VulnerabilityType">
|
23
|
+
<xs:sequence>
|
24
|
+
<xs:element ref="cvrf:cvrfdoc">
|
25
|
+
<xs:annotation>
|
26
|
+
<xs:documentation>The CVRF field contains the structured characterization of Vulnerabilities utilizing the CVRF schema.</xs:documentation>
|
27
|
+
</xs:annotation>
|
28
|
+
</xs:element>
|
29
|
+
</xs:sequence>
|
30
|
+
</xs:extension>
|
31
|
+
</xs:complexContent>
|
32
|
+
</xs:complexType>
|
33
|
+
</xs:schema>
|