Showing:

Annotations
Diagrams
Source
Used by
Main schema Win_User_Account_Object.xsd
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
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.
Element WinUserAccountObj:Windows_User_Account
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Windows_User_Account object is intended to characterize Windows user accounts.
Diagram
Diagram Win_User_Account_Object_xsd.tmp#WindowsUserAccountObjectType_Security_ID Win_User_Account_Object_xsd.tmp#WindowsUserAccountObjectType_Security_Type Win_User_Account_Object_xsd.tmp#WindowsUserAccountObjectType
Type WinUserAccountObj:WindowsUserAccountObjectType
Type hierarchy
Children WinUserAccountObj:Security_ID, WinUserAccountObj:Security_Type
Source
<xs:element name="Windows_User_Account" type="WinUserAccountObj:WindowsUserAccountObjectType">
  <xs:annotation>
    <xs:documentation>Windows_User_Account object is intended to characterize Windows user accounts.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinUserAccountObj:WindowsUserAccountObjectType / WinUserAccountObj:Security_ID
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Security ID represents the Security ID (SID) of a windows user.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Security_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Security ID represents the Security ID (SID) of a windows user.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinUserAccountObj:WindowsUserAccountObjectType / WinUserAccountObj:Security_Type
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Security Type represents the type of the Security ID (SID).
Diagram
Diagram
Type SIDType
Source
<xs:element name="Security_Type" type="cyboxCommon:SIDType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Security Type represents the type of the Security ID (SID).</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinUserAccountObj:WindowsGroupType / WinUserAccountObj:Name
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Identifies the name of the windows group.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Name" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>Identifies the name of the windows group.</xs:documentation>
  </xs:annotation>
</xs:element>
Element WinUserAccountObj:WindowsPrivilegeType / WinUserAccountObj:User_Right
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
User Right represents one right that a user may have.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="User_Right" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>User Right represents one right that a user may have.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WinUserAccountObj:WindowsUserAccountObjectType
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
The WinUserAccountObjectType type is intended to characterize Windows user accounts.
Diagram
Diagram Win_User_Account_Object_xsd.tmp#WindowsUserAccountObjectType_Security_ID Win_User_Account_Object_xsd.tmp#WindowsUserAccountObjectType_Security_Type
Type extension of UserAccountObjectType
Type hierarchy
Used by
Children WinUserAccountObj:Security_ID, WinUserAccountObj:Security_Type
Source
<xs:complexType name="WindowsUserAccountObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The WinUserAccountObjectType type is intended to characterize Windows user accounts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:UserAccountObjectType">
      <xs:sequence>
        <xs:element name="Security_ID" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Security ID represents the Security ID (SID) of a windows user.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Security_Type" type="cyboxCommon:SIDType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Security Type represents the type of the Security ID (SID).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type WinUserAccountObj:WindowsGroupType
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Windows Group represents a single windows group.
Diagram
Diagram Win_User_Account_Object_xsd.tmp#WindowsGroupType_Name
Type extension of GroupType
Type hierarchy
Children WinUserAccountObj:Name
Source
<xs:complexType name="WindowsGroupType">
  <xs:annotation>
    <xs:documentation>Windows Group represents a single windows group.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:GroupType">
      <xs:sequence>
        <xs:element name="Name" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>Identifies the name of the windows group.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type WinUserAccountObj:WindowsPrivilegeType
Namespace http://cybox.mitre.org/objects#WinUserAccountObject-2
Annotations
Windows Privilege represents a single privilege that a user may have within Windows.
Diagram
Diagram Win_User_Account_Object_xsd.tmp#WindowsPrivilegeType_User_Right
Type extension of PrivilegeType
Type hierarchy
Children WinUserAccountObj:User_Right
Source
<xs:complexType name="WindowsPrivilegeType">
  <xs:annotation>
    <xs:documentation>Windows Privilege represents a single privilege that a user may have within Windows.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:PrivilegeType">
      <xs:sequence>
        <xs:element name="User_Right" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>User Right represents one right that a user may have.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>