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,410 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SystemObj="http://cybox.mitre.org/objects#SystemObject-2" xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#SystemObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
|
3
|
+
<xs:annotation>
|
4
|
+
<xs:documentation>This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.</xs:documentation>
|
5
|
+
<xs:appinfo>
|
6
|
+
<schema>System_Object</schema>
|
7
|
+
<version>2.1</version>
|
8
|
+
<date>01/22/2014</date>
|
9
|
+
<short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
|
10
|
+
<terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
|
11
|
+
</xs:appinfo>
|
12
|
+
</xs:annotation>
|
13
|
+
<xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
|
14
|
+
<xs:import namespace="http://cybox.mitre.org/objects#AddressObject-2" schemaLocation="Address_Object.xsd"/>
|
15
|
+
<xs:element name="System" type="SystemObj:SystemObjectType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>The System object is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
</xs:element>
|
20
|
+
<xs:complexType name="SystemObjectType" mixed="false">
|
21
|
+
<xs:annotation>
|
22
|
+
<xs:documentation>The SystemObjectType type is intended to characterize computer systems (as a combination of both software and hardware).</xs:documentation>
|
23
|
+
</xs:annotation>
|
24
|
+
<xs:complexContent>
|
25
|
+
<xs:extension base="cyboxCommon:ObjectPropertiesType">
|
26
|
+
<xs:sequence>
|
27
|
+
<xs:element name="Available_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>The Available_Physical_Memory field specifies the amount of physical memory available on the system, in bytes.</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="BIOS_Info" type="SystemObj:BIOSInfoType" minOccurs="0" maxOccurs="1">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>The BIOS_Info field specifies information about the BIOS on the system.</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
<xs:element name="Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>The Date field specifies the current date on the system.</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
</xs:element>
|
42
|
+
<xs:element name="Hostname" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
43
|
+
<xs:annotation>
|
44
|
+
<xs:documentation>The Hostname field specifies the hostname of the system.</xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
</xs:element>
|
47
|
+
<xs:element name="Local_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>The Local_Time field specifies the local time on the system.</xs:documentation>
|
50
|
+
</xs:annotation>
|
51
|
+
</xs:element>
|
52
|
+
<xs:element name="Network_Interface_List" type="SystemObj:NetworkInterfaceListType" minOccurs="0" maxOccurs="1">
|
53
|
+
<xs:annotation>
|
54
|
+
<xs:documentation>The Network_Interface_List field specifies the list of network interfaces present on the system.</xs:documentation>
|
55
|
+
</xs:annotation>
|
56
|
+
</xs:element>
|
57
|
+
<xs:element name="OS" type="SystemObj:OSType" minOccurs="0" maxOccurs="1">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>The OS field specifies information about the operating system installed on the system.</xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
</xs:element>
|
62
|
+
<xs:element name="Processor" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
63
|
+
<xs:annotation>
|
64
|
+
<xs:documentation>The Processor field specifies the name of the CPU used by the system.</xs:documentation>
|
65
|
+
</xs:annotation>
|
66
|
+
</xs:element>
|
67
|
+
<xs:element name="Processor_Architecture" type="SystemObj:ProcessorArchType" minOccurs="0">
|
68
|
+
<xs:annotation>
|
69
|
+
<xs:documentation>The Processor_Architecture field specifies the specific architecture (e.g. x86) used by the CPU of the system.</xs:documentation>
|
70
|
+
</xs:annotation>
|
71
|
+
</xs:element>
|
72
|
+
<xs:element name="System_Time" type="cyboxCommon:TimeObjectPropertyType" minOccurs="0">
|
73
|
+
<xs:annotation>
|
74
|
+
<xs:documentation>The System_Time field specifies the system, or hardware, time on the system.</xs:documentation>
|
75
|
+
</xs:annotation>
|
76
|
+
</xs:element>
|
77
|
+
<xs:element name="Timezone_DST" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
78
|
+
<xs:annotation>
|
79
|
+
<xs:documentation>The Timezone_DST field specifies the time zone used by the system, taking daylight savings time (DST) into account.</xs:documentation>
|
80
|
+
</xs:annotation>
|
81
|
+
</xs:element>
|
82
|
+
<xs:element name="Timezone_Standard" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
83
|
+
<xs:annotation>
|
84
|
+
<xs:documentation>The Timezone_Standard field specifies the time zone used by the system, without taking daylight savings time (DST) into account.</xs:documentation>
|
85
|
+
</xs:annotation>
|
86
|
+
</xs:element>
|
87
|
+
<xs:element name="Total_Physical_Memory" type="cyboxCommon:UnsignedLongObjectPropertyType" minOccurs="0" maxOccurs="1">
|
88
|
+
<xs:annotation>
|
89
|
+
<xs:documentation>The Total_Physical_Memory field specifies the total amount of physical memory present on the system, in bytes.</xs:documentation>
|
90
|
+
</xs:annotation>
|
91
|
+
</xs:element>
|
92
|
+
<xs:element name="Uptime" type="cyboxCommon:DurationObjectPropertyType" minOccurs="0">
|
93
|
+
<xs:annotation>
|
94
|
+
<xs:documentation>The Uptime field specifies the duration that represents the current amount of time that the system has been up.</xs:documentation>
|
95
|
+
</xs:annotation>
|
96
|
+
</xs:element>
|
97
|
+
<xs:element name="Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
98
|
+
<xs:annotation>
|
99
|
+
<xs:documentation>The Username field specifies the name of the user currently logged into the system.</xs:documentation>
|
100
|
+
</xs:annotation>
|
101
|
+
</xs:element>
|
102
|
+
</xs:sequence>
|
103
|
+
</xs:extension>
|
104
|
+
</xs:complexContent>
|
105
|
+
</xs:complexType>
|
106
|
+
<xs:complexType name="BIOSInfoType">
|
107
|
+
<xs:annotation>
|
108
|
+
<xs:documentation>The BIOSInfoType type specifies information about a system's BIOS.</xs:documentation>
|
109
|
+
</xs:annotation>
|
110
|
+
<xs:sequence>
|
111
|
+
<xs:element name="BIOS_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
|
112
|
+
<xs:annotation>
|
113
|
+
<xs:documentation>The BIOS_Date field specifies the date of the bios (e.g. the datestamp of the BIOS revision).</xs:documentation>
|
114
|
+
</xs:annotation>
|
115
|
+
</xs:element>
|
116
|
+
<xs:element name="BIOS_Version" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
117
|
+
<xs:annotation>
|
118
|
+
<xs:documentation>The BIOS_Version field specifies the version of the BIOS.</xs:documentation>
|
119
|
+
</xs:annotation>
|
120
|
+
</xs:element>
|
121
|
+
<xs:element name="BIOS_Manufacturer" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
|
122
|
+
<xs:annotation>
|
123
|
+
<xs:documentation>The BIOS_Manufacturer field specifies the manufacturer of the BIOS.</xs:documentation>
|
124
|
+
</xs:annotation>
|
125
|
+
</xs:element>
|
126
|
+
<xs:element name="BIOS_Release_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0">
|
127
|
+
<xs:annotation>
|
128
|
+
<xs:documentation>The BIOS_Release_Date field specifies the date the BIOS was released.</xs:documentation>
|
129
|
+
</xs:annotation>
|
130
|
+
</xs:element>
|
131
|
+
<xs:element name="BIOS_Serial_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
|
132
|
+
<xs:annotation>
|
133
|
+
<xs:documentation>The BIOS_Serial_Number field specifies the serial number of the BIOS.</xs:documentation>
|
134
|
+
</xs:annotation>
|
135
|
+
</xs:element>
|
136
|
+
</xs:sequence>
|
137
|
+
</xs:complexType>
|
138
|
+
<xs:complexType name="NetworkInterfaceListType">
|
139
|
+
<xs:annotation>
|
140
|
+
<xs:documentation>The NetworkInterfaceListType type specifies information about the network interfaces present on the system.</xs:documentation>
|
141
|
+
</xs:annotation>
|
142
|
+
<xs:sequence>
|
143
|
+
<xs:element name="Network_Interface" type="SystemObj:NetworkInterfaceType" minOccurs="1" maxOccurs="unbounded">
|
144
|
+
<xs:annotation>
|
145
|
+
<xs:documentation>The Network_Interface field specifies information about a network interface, such as its MAC address.</xs:documentation>
|
146
|
+
</xs:annotation>
|
147
|
+
</xs:element>
|
148
|
+
</xs:sequence>
|
149
|
+
</xs:complexType>
|
150
|
+
<xs:complexType name="IPGatewayListType">
|
151
|
+
<xs:annotation>
|
152
|
+
<xs:documentation>The IPGatewayListType type specifies the IP Addresses of the gateways used by the system.</xs:documentation>
|
153
|
+
</xs:annotation>
|
154
|
+
<xs:sequence>
|
155
|
+
<xs:element name="IP_Gateway_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
|
156
|
+
<xs:annotation>
|
157
|
+
<xs:documentation>The IP_Gateway_Address field specifies the IP Address of a gateway used by the system.</xs:documentation>
|
158
|
+
</xs:annotation>
|
159
|
+
</xs:element>
|
160
|
+
</xs:sequence>
|
161
|
+
</xs:complexType>
|
162
|
+
<xs:complexType name="NetworkInterfaceType">
|
163
|
+
<xs:annotation>
|
164
|
+
<xs:documentation>The NetworkInterfaceType type specifies information about a network interface, such as its MAC address.</xs:documentation>
|
165
|
+
</xs:annotation>
|
166
|
+
<xs:sequence>
|
167
|
+
<xs:element name="Adapter" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
168
|
+
<xs:annotation>
|
169
|
+
<xs:documentation>The Adapter field specifies the name of the network adapter used by the network interface.</xs:documentation>
|
170
|
+
</xs:annotation>
|
171
|
+
</xs:element>
|
172
|
+
<xs:element name="Description" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
173
|
+
<xs:annotation>
|
174
|
+
<xs:documentation>The Description field specifies the description of the network interface.</xs:documentation>
|
175
|
+
</xs:annotation>
|
176
|
+
</xs:element>
|
177
|
+
<xs:element name="DHCP_Lease_Expires" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
|
178
|
+
<xs:annotation>
|
179
|
+
<xs:documentation>The DHCP_Lease_Expires field specifies the date/time that the DHCP lease obtained on the network interface expires.</xs:documentation>
|
180
|
+
</xs:annotation>
|
181
|
+
</xs:element>
|
182
|
+
<xs:element name="DHCP_Lease_Obtained" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
|
183
|
+
<xs:annotation>
|
184
|
+
<xs:documentation>The DHCP_Lease_Obtained field specifies the date/time that the DHCP lease was obtained on the network interface.</xs:documentation>
|
185
|
+
</xs:annotation>
|
186
|
+
</xs:element>
|
187
|
+
<xs:element name="DHCP_Server_List" type="SystemObj:DHCPServerListType" minOccurs="0" maxOccurs="1">
|
188
|
+
<xs:annotation>
|
189
|
+
<xs:documentation>The DHCP_Server_List field specifies the list of DHCP servers used by the network interface.</xs:documentation>
|
190
|
+
</xs:annotation>
|
191
|
+
</xs:element>
|
192
|
+
<xs:element name="IP_Gateway_List" type="SystemObj:IPGatewayListType" minOccurs="0" maxOccurs="1">
|
193
|
+
<xs:annotation>
|
194
|
+
<xs:documentation>The IP_Gateway_List field specifies the list of IP Gateways used by the network interface.</xs:documentation>
|
195
|
+
</xs:annotation>
|
196
|
+
</xs:element>
|
197
|
+
<xs:element name="IP_List" type="SystemObj:IPInfoListType" minOccurs="0" maxOccurs="1">
|
198
|
+
<xs:annotation>
|
199
|
+
<xs:documentation>The IP_List field specifies the list of IP addresses used by the network interface.</xs:documentation>
|
200
|
+
</xs:annotation>
|
201
|
+
</xs:element>
|
202
|
+
<xs:element name="MAC" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
203
|
+
<xs:annotation>
|
204
|
+
<xs:documentation>The MAC field specifies the MAC or hardware address of the physical network card. Either a colon (':') or a dash ('-') may be used a separator between the octets.</xs:documentation>
|
205
|
+
</xs:annotation>
|
206
|
+
</xs:element>
|
207
|
+
</xs:sequence>
|
208
|
+
</xs:complexType>
|
209
|
+
<xs:complexType name="IPInfoListType">
|
210
|
+
<xs:annotation>
|
211
|
+
<xs:documentation>The IPInfoListType type specifies a list of IP address/subnet mask pairs associated with a network interface.</xs:documentation>
|
212
|
+
</xs:annotation>
|
213
|
+
<xs:sequence>
|
214
|
+
<xs:element name="IP_Info" type="SystemObj:IPInfoType" minOccurs="1" maxOccurs="unbounded">
|
215
|
+
<xs:annotation>
|
216
|
+
<xs:documentation>The IP_Info field specifies an IP Address/Subnet mask entry in the list.</xs:documentation>
|
217
|
+
</xs:annotation>
|
218
|
+
</xs:element>
|
219
|
+
</xs:sequence>
|
220
|
+
</xs:complexType>
|
221
|
+
<xs:complexType name="IPInfoType">
|
222
|
+
<xs:annotation>
|
223
|
+
<xs:documentation>The IP_Info type specifies information about the IP address and its associated subnet mask used by a network interface.</xs:documentation>
|
224
|
+
</xs:annotation>
|
225
|
+
<xs:sequence>
|
226
|
+
<xs:element name="IP_Address" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
|
227
|
+
<xs:annotation>
|
228
|
+
<xs:documentation>The IP_Address field specifies an IP address.</xs:documentation>
|
229
|
+
</xs:annotation>
|
230
|
+
</xs:element>
|
231
|
+
<xs:element name="Subnet_Mask" type="AddressObj:AddressObjectType" minOccurs="0" maxOccurs="1">
|
232
|
+
<xs:annotation>
|
233
|
+
<xs:documentation>The Subnet_Mask field specifies a subnet mask.</xs:documentation>
|
234
|
+
</xs:annotation>
|
235
|
+
</xs:element>
|
236
|
+
</xs:sequence>
|
237
|
+
</xs:complexType>
|
238
|
+
<xs:complexType name="DHCPServerListType">
|
239
|
+
<xs:annotation>
|
240
|
+
<xs:documentation>The DHCPServerListType type specifies a list of DHCP Servers, via their IP addresses.</xs:documentation>
|
241
|
+
</xs:annotation>
|
242
|
+
<xs:sequence>
|
243
|
+
<xs:element name="DHCP_Server_Address" type="AddressObj:AddressObjectType" minOccurs="1" maxOccurs="unbounded">
|
244
|
+
<xs:annotation>
|
245
|
+
<xs:documentation>The DHCP_Server_Address field specifies the IP address of a DHCP server.</xs:documentation>
|
246
|
+
</xs:annotation>
|
247
|
+
</xs:element>
|
248
|
+
</xs:sequence>
|
249
|
+
</xs:complexType>
|
250
|
+
<xs:complexType name="OSType">
|
251
|
+
<xs:annotation>
|
252
|
+
<xs:documentation>The OSType type specifies information about an operating system. It imports and extends the PlatformSpecificationType from the CybOX Common Types.</xs:documentation>
|
253
|
+
</xs:annotation>
|
254
|
+
<xs:complexContent>
|
255
|
+
<xs:extension base="cyboxCommon:PlatformSpecificationType">
|
256
|
+
<xs:sequence>
|
257
|
+
<xs:element name="Bitness" type="SystemObj:BitnessType" minOccurs="0">
|
258
|
+
<xs:annotation>
|
259
|
+
<xs:documentation>The Bitness field specifies the bitness of the operating system (i.e. 32 or 64).</xs:documentation>
|
260
|
+
<xs:documentation>Note that this is potentially different from the word size of the underlying hardware or CPU. A 32-bit operating system can be installed on a machine running a 64-bit processor.</xs:documentation>
|
261
|
+
</xs:annotation>
|
262
|
+
</xs:element>
|
263
|
+
<xs:element name="Build_Number" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
264
|
+
<xs:annotation>
|
265
|
+
<xs:documentation>The Build_Number field specifies the build number of the operating system.</xs:documentation>
|
266
|
+
</xs:annotation>
|
267
|
+
</xs:element>
|
268
|
+
<xs:element name="Environment_Variable_List" type="cyboxCommon:EnvironmentVariableListType" minOccurs="0">
|
269
|
+
<xs:annotation>
|
270
|
+
<xs:documentation>The EnvironmentVariableList field specifies a list of environment variables present on the operating system.</xs:documentation>
|
271
|
+
</xs:annotation>
|
272
|
+
</xs:element>
|
273
|
+
<xs:element name="Install_Date" type="cyboxCommon:DateObjectPropertyType" minOccurs="0" maxOccurs="1">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>The Install_Date field specifies the date the operating system was installed.</xs:documentation>
|
276
|
+
</xs:annotation>
|
277
|
+
</xs:element>
|
278
|
+
<xs:element name="Patch_Level" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
|
279
|
+
<xs:annotation>
|
280
|
+
<xs:documentation>The Patch_Level field specifies the patch level of the operating system.</xs:documentation>
|
281
|
+
</xs:annotation>
|
282
|
+
</xs:element>
|
283
|
+
<xs:element name="Platform" type="cyboxCommon:PlatformSpecificationType" minOccurs="0">
|
284
|
+
<xs:annotation>
|
285
|
+
<xs:documentation>This field contains general identifiers for this OS instance..</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
</xs:element>
|
288
|
+
</xs:sequence>
|
289
|
+
</xs:extension>
|
290
|
+
</xs:complexContent>
|
291
|
+
</xs:complexType>
|
292
|
+
<xs:complexType name="ProcessorArchType">
|
293
|
+
<xs:annotation>
|
294
|
+
<xs:documentation>ProcessorArchType specifies CPU architecture types, via a union of the ProcessorArchEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
|
295
|
+
</xs:annotation>
|
296
|
+
<xs:simpleContent>
|
297
|
+
<xs:restriction base="cyboxCommon:BaseObjectPropertyType">
|
298
|
+
<xs:simpleType>
|
299
|
+
<xs:union memberTypes="SystemObj:ProcessorArchEnum xs:string"/>
|
300
|
+
</xs:simpleType>
|
301
|
+
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
|
302
|
+
<xs:annotation>
|
303
|
+
<xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
|
304
|
+
</xs:annotation>
|
305
|
+
</xs:attribute>
|
306
|
+
</xs:restriction>
|
307
|
+
</xs:simpleContent>
|
308
|
+
</xs:complexType>
|
309
|
+
<xs:complexType name="BitnessType">
|
310
|
+
<xs:annotation>
|
311
|
+
<xs:documentation>BitnessType specifies operating system bitness, via a union of the BitnessEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</xs:documentation>
|
312
|
+
</xs:annotation>
|
313
|
+
<xs:simpleContent>
|
314
|
+
<xs:restriction base="cyboxCommon:BaseObjectPropertyType">
|
315
|
+
<xs:simpleType>
|
316
|
+
<xs:union memberTypes="SystemObj:BitnessEnum xs:string"/>
|
317
|
+
</xs:simpleType>
|
318
|
+
<xs:attribute name="datatype" type="cyboxCommon:DatatypeEnum" fixed="string">
|
319
|
+
<xs:annotation>
|
320
|
+
<xs:documentation>This attribute is optional and specifies the expected type for the value of the specified property.</xs:documentation>
|
321
|
+
</xs:annotation>
|
322
|
+
</xs:attribute>
|
323
|
+
</xs:restriction>
|
324
|
+
</xs:simpleContent>
|
325
|
+
</xs:complexType>
|
326
|
+
<xs:simpleType name="ProcessorArchEnum">
|
327
|
+
<xs:annotation>
|
328
|
+
<xs:documentation>The ProcessorArchEnum type is a (non-exhaustive) enumeration of computer processor architectures.</xs:documentation>
|
329
|
+
</xs:annotation>
|
330
|
+
<xs:restriction base="xs:string">
|
331
|
+
<xs:enumeration value="x86-32">
|
332
|
+
<xs:annotation>
|
333
|
+
<xs:documentation>Specifies the 32-bit x86 architecture.</xs:documentation>
|
334
|
+
</xs:annotation>
|
335
|
+
</xs:enumeration>
|
336
|
+
<xs:enumeration value="x86-64">
|
337
|
+
<xs:annotation>
|
338
|
+
<xs:documentation>Specifies the 64-bit x86 architecture.</xs:documentation>
|
339
|
+
</xs:annotation>
|
340
|
+
</xs:enumeration>
|
341
|
+
<xs:enumeration value="IA-64">
|
342
|
+
<xs:annotation>
|
343
|
+
<xs:documentation>Specifies the 64-bit IA (Itanium) architecture.</xs:documentation>
|
344
|
+
</xs:annotation>
|
345
|
+
</xs:enumeration>
|
346
|
+
<xs:enumeration value="PowerPC">
|
347
|
+
<xs:annotation>
|
348
|
+
<xs:documentation>Specifies the PowerPC IA (Itanium) architecture.</xs:documentation>
|
349
|
+
</xs:annotation>
|
350
|
+
</xs:enumeration>
|
351
|
+
<xs:enumeration value="ARM">
|
352
|
+
<xs:annotation>
|
353
|
+
<xs:documentation>Specifies the ARM architecture.</xs:documentation>
|
354
|
+
</xs:annotation>
|
355
|
+
</xs:enumeration>
|
356
|
+
<xs:enumeration value="Alpha">
|
357
|
+
<xs:annotation>
|
358
|
+
<xs:documentation>Specifies the Alpha architecture.</xs:documentation>
|
359
|
+
</xs:annotation>
|
360
|
+
</xs:enumeration>
|
361
|
+
<xs:enumeration value="SPARC">
|
362
|
+
<xs:annotation>
|
363
|
+
<xs:documentation>Specifies the SPARC architecture.</xs:documentation>
|
364
|
+
</xs:annotation>
|
365
|
+
</xs:enumeration>
|
366
|
+
<xs:enumeration value="z/Architecture">
|
367
|
+
<xs:annotation>
|
368
|
+
<xs:documentation>Specifies the z/architecture, used on IBM mainframes.</xs:documentation>
|
369
|
+
</xs:annotation>
|
370
|
+
</xs:enumeration>
|
371
|
+
<xs:enumeration value="eSi-RISC">
|
372
|
+
<xs:annotation>
|
373
|
+
<xs:documentation>Specifies the eSi-RISC architecture.</xs:documentation>
|
374
|
+
</xs:annotation>
|
375
|
+
</xs:enumeration>
|
376
|
+
<xs:enumeration value="MIPS">
|
377
|
+
<xs:annotation>
|
378
|
+
<xs:documentation>Specifies the MIPS architecture.</xs:documentation>
|
379
|
+
</xs:annotation>
|
380
|
+
</xs:enumeration>
|
381
|
+
<xs:enumeration value="Motorola 68k">
|
382
|
+
<xs:annotation>
|
383
|
+
<xs:documentation>Specifies the Motorola 68k architecture.</xs:documentation>
|
384
|
+
</xs:annotation>
|
385
|
+
</xs:enumeration>
|
386
|
+
<xs:enumeration value="Other">
|
387
|
+
<xs:annotation>
|
388
|
+
<xs:documentation>Specifies a processor architecture other than those defined in this enumeration.</xs:documentation>
|
389
|
+
</xs:annotation>
|
390
|
+
</xs:enumeration>
|
391
|
+
</xs:restriction>
|
392
|
+
</xs:simpleType>
|
393
|
+
<xs:simpleType name="BitnessEnum">
|
394
|
+
<xs:annotation>
|
395
|
+
<xs:documentation>The BitnessEnum type is an enumeration of word sizes that define classes of operating systems.</xs:documentation>
|
396
|
+
</xs:annotation>
|
397
|
+
<xs:restriction base="xs:string">
|
398
|
+
<xs:enumeration value="32">
|
399
|
+
<xs:annotation>
|
400
|
+
<xs:documentation>Specifies a 32-bit operating system.</xs:documentation>
|
401
|
+
</xs:annotation>
|
402
|
+
</xs:enumeration>
|
403
|
+
<xs:enumeration value="64">
|
404
|
+
<xs:annotation>
|
405
|
+
<xs:documentation>Specifies a 64-bit operating system.</xs:documentation>
|
406
|
+
</xs:annotation>
|
407
|
+
</xs:enumeration>
|
408
|
+
</xs:restriction>
|
409
|
+
</xs:simpleType>
|
410
|
+
</xs:schema>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:URIObj="http://cybox.mitre.org/objects#URIObject-2" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#URIObject-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
|
3
|
+
<xs:annotation>
|
4
|
+
<xs:documentation>This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.</xs:documentation>
|
5
|
+
<xs:appinfo>
|
6
|
+
<schema>URI_Object</schema>
|
7
|
+
<version>2.1</version>
|
8
|
+
<date>01/22/2014</date>
|
9
|
+
<short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
|
10
|
+
<terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
|
11
|
+
</xs:appinfo>
|
12
|
+
</xs:annotation>
|
13
|
+
<xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
|
14
|
+
<xs:element name="URI" type="URIObj:URIObjectType">
|
15
|
+
<xs:annotation>
|
16
|
+
<xs:documentation>The URI object is intended to characterize Uniform Resource Identifiers (URI's).</xs:documentation>
|
17
|
+
</xs:annotation>
|
18
|
+
</xs:element>
|
19
|
+
<xs:complexType name="URIObjectType">
|
20
|
+
<xs:annotation>
|
21
|
+
<xs:documentation>The URIObjectType type is intended to characterize Uniform Resource Identifiers (URI's).</xs:documentation>
|
22
|
+
</xs:annotation>
|
23
|
+
<xs:complexContent>
|
24
|
+
<xs:extension base="cyboxCommon:ObjectPropertiesType">
|
25
|
+
<xs:sequence>
|
26
|
+
<xs:element name="Value" type="cyboxCommon:AnyURIObjectPropertyType" minOccurs="0">
|
27
|
+
<xs:annotation>
|
28
|
+
<xs:documentation>The Value field specifies the value of the URI.</xs:documentation>
|
29
|
+
</xs:annotation>
|
30
|
+
</xs:element>
|
31
|
+
</xs:sequence>
|
32
|
+
<xs:attribute name="type" type="URIObj:URITypeEnum">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>The type field specifies the type of URI that is being defined.</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:attribute>
|
37
|
+
</xs:extension>
|
38
|
+
</xs:complexContent>
|
39
|
+
</xs:complexType>
|
40
|
+
<xs:simpleType name="URITypeEnum">
|
41
|
+
<xs:annotation>
|
42
|
+
<xs:documentation>The URITypeEnum is an enumeration of types of URIs.</xs:documentation>
|
43
|
+
</xs:annotation>
|
44
|
+
<xs:restriction base="xs:string">
|
45
|
+
<xs:enumeration value="URL">
|
46
|
+
<xs:annotation>
|
47
|
+
<xs:documentation>Specifies a URL type of URI.</xs:documentation>
|
48
|
+
</xs:annotation>
|
49
|
+
</xs:enumeration>
|
50
|
+
<xs:enumeration value="General URN">
|
51
|
+
<xs:annotation>
|
52
|
+
<xs:documentation>Specifies a General URN type of URI.</xs:documentation>
|
53
|
+
</xs:annotation>
|
54
|
+
</xs:enumeration>
|
55
|
+
<xs:enumeration value="Domain Name">
|
56
|
+
<xs:annotation>
|
57
|
+
<xs:documentation>Specifies a Domain Name type of URI.</xs:documentation>
|
58
|
+
</xs:annotation>
|
59
|
+
</xs:enumeration>
|
60
|
+
</xs:restriction>
|
61
|
+
</xs:simpleType>
|
62
|
+
</xs:schema>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:HostnameObj="http://cybox.mitre.org/objects#HostnameObject-1" xmlns:URIObj="http://cybox.mitre.org/objects#URIObject-2" xmlns:URLHistoryObj="http://cybox.mitre.org/objects#URLHistoryObject-1" xmlns:cyboxCommon="http://cybox.mitre.org/common-2" targetNamespace="http://cybox.mitre.org/objects#URLHistoryObject-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
3
|
+
<xs:annotation>
|
4
|
+
<xs:documentation>This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org. </xs:documentation>
|
5
|
+
<xs:appinfo>
|
6
|
+
<schema>URL_History_Object</schema>
|
7
|
+
<version>1.0</version>
|
8
|
+
<date>01/22/2014</date>
|
9
|
+
<short_description>The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. </short_description>
|
10
|
+
<terms_of_use>Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.</terms_of_use>
|
11
|
+
</xs:appinfo>
|
12
|
+
</xs:annotation>
|
13
|
+
<xs:import namespace="http://cybox.mitre.org/common-2" schemaLocation="../cybox_common.xsd"/>
|
14
|
+
<xs:import namespace="http://cybox.mitre.org/objects#URIObject-2" schemaLocation="URI_Object.xsd"/>
|
15
|
+
<xs:import namespace="http://cybox.mitre.org/objects#HostnameObject-1" schemaLocation="Hostname_Object.xsd"/>
|
16
|
+
<xs:element name="URL_History" type="URLHistoryObj:URLHistoryObjectType">
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>The URL_History object is intended to characterize the stored URL history of a particular web browser.</xs:documentation>
|
19
|
+
</xs:annotation>
|
20
|
+
</xs:element>
|
21
|
+
<xs:complexType name="URLHistoryObjectType" mixed="false">
|
22
|
+
<xs:annotation>
|
23
|
+
<xs:documentation>The URLHistoryObject type is intended to characterize the stored URL history for a particular web browser.</xs:documentation>
|
24
|
+
</xs:annotation>
|
25
|
+
<xs:complexContent>
|
26
|
+
<xs:extension base="cyboxCommon:ObjectPropertiesType">
|
27
|
+
<xs:sequence>
|
28
|
+
<xs:element minOccurs="0" name="Browser_Information" type="cyboxCommon:ToolInformationType">
|
29
|
+
<xs:annotation>
|
30
|
+
<xs:documentation>The Browser_Information field captures information about the particular Web Browser whose URL history is being captured. It uses the ToolInformationType from the imported CybOX Common schema.</xs:documentation>
|
31
|
+
</xs:annotation>
|
32
|
+
</xs:element>
|
33
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="URL_History_Entry" type="URLHistoryObj:URLHistoryEntryType">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>The URL_History_Entry field specifies a single URL history entry stored in the browser's history.</xs:documentation>
|
36
|
+
</xs:annotation>
|
37
|
+
</xs:element>
|
38
|
+
</xs:sequence>
|
39
|
+
</xs:extension>
|
40
|
+
</xs:complexContent>
|
41
|
+
</xs:complexType>
|
42
|
+
<xs:complexType name="URLHistoryEntryType">
|
43
|
+
<xs:annotation>
|
44
|
+
<xs:documentation>The URLHistoryEntryType captures the properties of a URL history entry for a particular browser.</xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
<xs:sequence>
|
47
|
+
<xs:element minOccurs="0" name="URL" type="URIObj:URIObjectType">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>The URL field specifies the URL that the URL history entry points to. It uses the URIObjectType from the imported CybOX URI Object.</xs:documentation>
|
50
|
+
</xs:annotation>
|
51
|
+
</xs:element>
|
52
|
+
<xs:element minOccurs="0" name="Hostname" type="HostnameObj:HostnameObjectType">
|
53
|
+
<xs:annotation>
|
54
|
+
<xs:documentation>The Hostname field specifies the hostname portion of the URL that the URL history entry points to (captured in the URL field).</xs:documentation>
|
55
|
+
</xs:annotation>
|
56
|
+
</xs:element>
|
57
|
+
<xs:element minOccurs="0" name="Referrer_URL" type="URIObj:URIObjectType">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>The Referrer field specifies the origination point (i.e., URL) of the URL captured in the URL history entry, if applicable. It uses the URIObjectType from the imported CybOX URI Object.</xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
</xs:element>
|
62
|
+
<xs:element minOccurs="0" name="Page_Title" type="cyboxCommon:StringObjectPropertyType">
|
63
|
+
<xs:annotation>
|
64
|
+
<xs:documentation>The Page_Title field specifies the title of the web page referred to by the URL captured in the URL field.</xs:documentation>
|
65
|
+
</xs:annotation>
|
66
|
+
</xs:element>
|
67
|
+
<xs:element minOccurs="0" name="User_Profile_Name" type="cyboxCommon:StringObjectPropertyType">
|
68
|
+
<xs:annotation>
|
69
|
+
<xs:documentation>The User_Profile_Name captures the name of the web browser user profile for which the URL history entry was created. </xs:documentation>
|
70
|
+
</xs:annotation>
|
71
|
+
</xs:element>
|
72
|
+
<xs:element minOccurs="0" name="Visit_Count" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
|
73
|
+
<xs:annotation>
|
74
|
+
<xs:documentation>The Visit_Count field specifies the number of times the URL referred to by the URL field has been visited.</xs:documentation>
|
75
|
+
</xs:annotation>
|
76
|
+
</xs:element>
|
77
|
+
<xs:element minOccurs="0" name="Manually_Entered_Count" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
|
78
|
+
<xs:annotation>
|
79
|
+
<xs:documentation>The Manually_Entered_Count field specifies the number of times the URL referred to by the URL field was manually entered into the browser's address field by the user. This field is only applicable for URL history entries generated by Google's Chrome browser.</xs:documentation>
|
80
|
+
</xs:annotation>
|
81
|
+
</xs:element>
|
82
|
+
<xs:element minOccurs="0" name="Modification_DateTime" type="cyboxCommon:DateTimeObjectPropertyType">
|
83
|
+
<xs:annotation>
|
84
|
+
<xs:documentation>The Modification_DateTime field specifies the date/time that the URL history entry was last modified.</xs:documentation>
|
85
|
+
</xs:annotation>
|
86
|
+
</xs:element>
|
87
|
+
<xs:element minOccurs="0" name="Expiration_DateTime" type="cyboxCommon:DateTimeObjectPropertyType">
|
88
|
+
<xs:annotation>
|
89
|
+
<xs:documentation>The Expiration_DateTime field specifies the date/time that the URL history entry expires.</xs:documentation>
|
90
|
+
</xs:annotation>
|
91
|
+
</xs:element>
|
92
|
+
<xs:element minOccurs="0" name="First_Visit_DateTime" type="cyboxCommon:DateTimeObjectPropertyType">
|
93
|
+
<xs:annotation>
|
94
|
+
<xs:documentation>The First_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was first visited.</xs:documentation>
|
95
|
+
</xs:annotation>
|
96
|
+
</xs:element>
|
97
|
+
<xs:element minOccurs="0" name="Last_Visit_DateTime" type="cyboxCommon:DateTimeObjectPropertyType">
|
98
|
+
<xs:annotation>
|
99
|
+
<xs:documentation>The Last_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was last visited.</xs:documentation>
|
100
|
+
</xs:annotation>
|
101
|
+
</xs:element>
|
102
|
+
</xs:sequence>
|
103
|
+
</xs:complexType>
|
104
|
+
</xs:schema>
|