Showing:

Annotations
Attributes
Diagrams
Source
Main schema maec_4.1_malware.xsd
Namespace http://stix.mitre.org/extensions/Malware#MAEC4.1-1
Annotations
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.
Element stix-maec:MAEC4.1InstanceType / stix-maec:MAEC
Namespace http://stix.mitre.org/extensions/Malware#MAEC4.1-1
Annotations
The MAEC field contains the structured characterization of instances of Malware utilizing the MAEC Package schema.
Diagram
Diagram maec_package_schema_xsd.tmp#PackageType_id maec_package_schema_xsd.tmp#PackageType_schema_version maec_package_schema_xsd.tmp#PackageType_timestamp maec_package_schema_xsd.tmp#PackageType_Malware_Subjects maec_package_schema_xsd.tmp#PackageType_Grouping_Relationships maec_package_schema_xsd.tmp#PackageType
Type maecPackage:PackageType
Children maecPackage:Grouping_Relationships, maecPackage:Malware_Subjects
Attributes
QName Type Fixed Use Annotation
id xs:QName required
The required id field specifies a unique ID for this Package.
schema_version xs:string 2.1 required
The required schema_version field specifies the version of the MAEC Package schema that the document has been written in and that should be used for validation.
timestamp xs:dateTime optional
The timestamp field specifies the date/time that the Package was generated.
Source
<xs:element name="MAEC" type="maec:PackageType">
  <xs:annotation>
    <xs:documentation>The MAEC field contains the structured characterization of instances of Malware utilizing the MAEC Package schema.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type stix-maec:MAEC4.1InstanceType
Namespace http://stix.mitre.org/extensions/Malware#MAEC4.1-1
Annotations
The MAEC4.1InstanceType provides an extension to MalwareInstanceType which imports and leverages the MAEC 4.1 schema for structured characterization of Malware.
Diagram
Diagram ttp_xsd.tmp#MalwareInstanceType_id ttp_xsd.tmp#MalwareInstanceType_idref ttp_xsd.tmp#MalwareInstanceType_Type ttp_xsd.tmp#MalwareInstanceType_Name ttp_xsd.tmp#MalwareInstanceType_Title ttp_xsd.tmp#MalwareInstanceType_Description ttp_xsd.tmp#MalwareInstanceType_Short_Description ttp_xsd.tmp#MalwareInstanceType maec_4_1_malware_xsd.tmp#MAEC4.1InstanceType_MAEC
Type extension of ttp:MalwareInstanceType
Type hierarchy
Children stix-maec:MAEC, ttp:Description, ttp:Name, ttp:Short_Description, ttp:Title, ttp:Type
Attributes
QName Type Use Annotation
id xs:QName optional
Specifies a unique ID for this Malware Instance.
idref xs:QName optional
Specifies a reference to the ID for this Malware Instance specified elsewhere.
Source
<xs:complexType name="MAEC4.1InstanceType">
  <xs:annotation>
    <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>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ttp:MalwareInstanceType">
      <xs:sequence>
        <xs:element name="MAEC" type="maec:PackageType">
          <xs:annotation>
            <xs:documentation>The MAEC field contains the structured characterization of instances of Malware utilizing the MAEC Package schema.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>