Showing:

Annotations
Diagrams
Source
Used by
Main schema User_Account_Object.xsd
Namespace http://cybox.mitre.org/objects#UserAccountObject-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 UserAccountObj:User_Account
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The User_Account object is intended to characterize generic user accounts.
Diagram
Diagram User_Account_Object_xsd.tmp#UserAccountObjectType_password_required User_Account_Object_xsd.tmp#UserAccountObjectType_Full_Name User_Account_Object_xsd.tmp#UserAccountObjectType_Group_List User_Account_Object_xsd.tmp#UserAccountObjectType_Home_Directory User_Account_Object_xsd.tmp#UserAccountObjectType_Last_Login User_Account_Object_xsd.tmp#UserAccountObjectType_Privilege_List User_Account_Object_xsd.tmp#UserAccountObjectType_Script_Path User_Account_Object_xsd.tmp#UserAccountObjectType_Username User_Account_Object_xsd.tmp#UserAccountObjectType_User_Password_Age User_Account_Object_xsd.tmp#UserAccountObjectType
Type UserAccountObj:UserAccountObjectType
Type hierarchy
Children UserAccountObj:Full_Name, UserAccountObj:Group_List, UserAccountObj:Home_Directory, UserAccountObj:Last_Login, UserAccountObj:Privilege_List, UserAccountObj:Script_Path, UserAccountObj:User_Password_Age, UserAccountObj:Username
Source
<xs:element name="User_Account" type="UserAccountObj:UserAccountObjectType">
  <xs:annotation>
    <xs:documentation>The User_Account object is intended to characterize generic user accounts.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Full_Name
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Full_Name field specifies the full name of the user for which this account was created.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Full_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Full_Name field specifies the full name of the user for which this account was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Group_List
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Group_List field specifies the list of groups to which the user account belongs to.
Diagram
Diagram User_Account_Object_xsd.tmp#GroupListType_Group User_Account_Object_xsd.tmp#GroupListType
Type UserAccountObj:GroupListType
Children UserAccountObj:Group
Source
<xs:element name="Group_List" type="UserAccountObj:GroupListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Group_List field specifies the list of groups to which the user account belongs to.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:GroupListType / UserAccountObj:Group
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Group field specifies a group that a user account belongs to. This is an abstract type since group IDs are operating-system specific, and is extended as needed in the derived CybOX object schemas.
Diagram
Diagram User_Account_Object_xsd.tmp#GroupType
Type UserAccountObj:GroupType
Source
<xs:element name="Group" type="UserAccountObj:GroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Group field specifies a group that a user account belongs to. This is an abstract type since group IDs are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Home_Directory
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Home_Directory field specifies the fully-qualified path to the home directory of the user account.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Home_Directory" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Home_Directory field specifies the fully-qualified path to the home directory of the user account.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Last_Login
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Last_Login field specifies the date/time that the user account was last logged into.
Diagram
Diagram
Type DateTimeObjectPropertyType
Source
<xs:element name="Last_Login" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Last_Login field specifies the date/time that the user account was last logged into.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Privilege_List
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Privilege_List field specifies the privileges that the user account has.
Diagram
Diagram User_Account_Object_xsd.tmp#PrivilegeListType_Privilege User_Account_Object_xsd.tmp#PrivilegeListType
Type UserAccountObj:PrivilegeListType
Children UserAccountObj:Privilege
Source
<xs:element name="Privilege_List" type="UserAccountObj:PrivilegeListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Privilege_List field specifies the privileges that the user account has.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:PrivilegeListType / UserAccountObj:Privilege
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Privilege field specifies a specific privilege that a user has. This is an abstract type since user privileges are operating-system specific, and is extended as needed in the derived CybOX object schemas.
Diagram
Diagram User_Account_Object_xsd.tmp#PrivilegeType
Type UserAccountObj:PrivilegeType
Source
<xs:element name="Privilege" type="UserAccountObj:PrivilegeType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Privilege field specifies a specific privilege that a user has. This is an abstract type since user privileges are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Script_Path
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Script_Path field specifies the fully-qualified path to the directory where the logon script for the user account resides.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Script_Path" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Script_Path field specifies the fully-qualified path to the directory where the logon script for the user account resides.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:Username
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The Username field specifies the particular username of the user account.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Username field specifies the particular username of the user account.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UserAccountObj:UserAccountObjectType / UserAccountObj:User_Password_Age
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The User_Password_Age field specifies the current age of the user account's password.
Diagram
Diagram
Type DurationObjectPropertyType
Source
<xs:element name="User_Password_Age" type="cyboxCommon:DurationObjectPropertyType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The User_Password_Age field specifies the current age of the user account's password.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type UserAccountObj:UserAccountObjectType
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The UserAccountObjectType type is intended to characterize generic user accounts.
Diagram
Diagram User_Account_Object_xsd.tmp#UserAccountObjectType_password_required User_Account_Object_xsd.tmp#UserAccountObjectType_Full_Name User_Account_Object_xsd.tmp#UserAccountObjectType_Group_List User_Account_Object_xsd.tmp#UserAccountObjectType_Home_Directory User_Account_Object_xsd.tmp#UserAccountObjectType_Last_Login User_Account_Object_xsd.tmp#UserAccountObjectType_Privilege_List User_Account_Object_xsd.tmp#UserAccountObjectType_Script_Path User_Account_Object_xsd.tmp#UserAccountObjectType_Username User_Account_Object_xsd.tmp#UserAccountObjectType_User_Password_Age
Type extension of AccountObjectType
Type hierarchy
Used by
Children UserAccountObj:Full_Name, UserAccountObj:Group_List, UserAccountObj:Home_Directory, UserAccountObj:Last_Login, UserAccountObj:Privilege_List, UserAccountObj:Script_Path, UserAccountObj:User_Password_Age, UserAccountObj:Username
Source
<xs:complexType name="UserAccountObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The UserAccountObjectType type is intended to characterize generic user accounts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AccountObj:AccountObjectType">
      <xs:sequence>
        <xs:element name="Full_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Full_Name field specifies the full name of the user for which this account was created.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Group_List" type="UserAccountObj:GroupListType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Group_List field specifies the list of groups to which the user account belongs to.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Home_Directory" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Home_Directory field specifies the fully-qualified path to the home directory of the user account.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Last_Login" type="cyboxCommon:DateTimeObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Last_Login field specifies the date/time that the user account was last logged into.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Privilege_List" type="UserAccountObj:PrivilegeListType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Privilege_List field specifies the privileges that the user account has.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Script_Path" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Script_Path field specifies the fully-qualified path to the directory where the logon script for the user account resides.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Username" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The Username field specifies the particular username of the user account.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="User_Password_Age" type="cyboxCommon:DurationObjectPropertyType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The User_Password_Age field specifies the current age of the user account's password.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="password_required" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The password_required field specifies whether a password is required for this user account.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type UserAccountObj:GroupListType
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The GroupListType type specifies the groups that the user account belongs to.
Diagram
Diagram User_Account_Object_xsd.tmp#GroupListType_Group
Used by
Children UserAccountObj:Group
Source
<xs:complexType name="GroupListType">
  <xs:annotation>
    <xs:documentation>The GroupListType type specifies the groups that the user account belongs to.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Group" type="UserAccountObj:GroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Group field specifies a group that a user account belongs to. This is an abstract type since group IDs are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type UserAccountObj:GroupType
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The GroupType type specifies a group that a user account belongs to. This is an abstract type since group IDs are operating-system specific, and is extended as needed in the derived CybOX object schemas.
Diagram
Diagram
Used by
Source
<xs:complexType name="GroupType" abstract="true">
  <xs:annotation>
    <xs:documentation>The GroupType type specifies a group that a user account belongs to. This is an abstract type since group IDs are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
  </xs:annotation>
</xs:complexType>
Complex Type UserAccountObj:PrivilegeListType
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The PrivilegeListType type specifies the list of privileges that the user account has.
Diagram
Diagram User_Account_Object_xsd.tmp#PrivilegeListType_Privilege
Used by
Children UserAccountObj:Privilege
Source
<xs:complexType name="PrivilegeListType">
  <xs:annotation>
    <xs:documentation>The PrivilegeListType type specifies the list of privileges that the user account has.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Privilege" type="UserAccountObj:PrivilegeType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Privilege field specifies a specific privilege that a user has. This is an abstract type since user privileges are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type UserAccountObj:PrivilegeType
Namespace http://cybox.mitre.org/objects#UserAccountObject-2
Annotations
The PrivilegeType type specifies a specific privilege that a user has. This is an abstract type since user privileges are operating-system specific, and is extended as needed in the derived CybOX object schemas.
Diagram
Diagram
Used by
Source
<xs:complexType name="PrivilegeType" abstract="true">
  <xs:annotation>
    <xs:documentation>The PrivilegeType type specifies a specific privilege that a user has. This is an abstract type since user privileges are operating-system specific, and is extended as needed in the derived CybOX object schemas.</xs:documentation>
  </xs:annotation>
</xs:complexType>
Attribute UserAccountObj:UserAccountObjectType / @password_required
Namespace No namespace
Annotations
The password_required field specifies whether a password is required for this user account.
Type xs:boolean
Used by
Source
<xs:attribute name="password_required" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The password_required field specifies whether a password is required for this user account.</xs:documentation>
  </xs:annotation>
</xs:attribute>