Showing:

Annotations
Attributes
Diagrams
Source
Used by
Main schema Unix_User_Account_Object.xsd
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-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 UnixUserAccountObj:Unix_User_Account
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The Unix_User_Account object is intended to characterize Unix user account objects.
Diagram
Diagram cybox_common_xsd.tmp#ObjectPropertiesType_object_reference cybox_common_xsd.tmp#ObjectPropertiesType_Custom_Properties cybox_common_xsd.tmp#ObjectPropertiesType Account_Object_xsd.tmp#AccountObjectType_disabled Account_Object_xsd.tmp#AccountObjectType_locked_out Account_Object_xsd.tmp#AccountObjectType_Description Account_Object_xsd.tmp#AccountObjectType_Domain Account_Object_xsd.tmp#AccountObjectType 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 Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_Group_ID Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_User_ID Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_Login_Shell Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType
Type UnixUserAccountObj:UnixUserAccountObjectType
Type hierarchy
Children AccountObj:Description, AccountObj:Domain, UnixUserAccountObj:Group_ID, UnixUserAccountObj:Login_Shell, UnixUserAccountObj:User_ID, UserAccountObj:Full_Name, UserAccountObj:Group_List, UserAccountObj:Home_Directory, UserAccountObj:Last_Login, UserAccountObj:Privilege_List, UserAccountObj:Script_Path, UserAccountObj:User_Password_Age, UserAccountObj:Username, cyboxCommon:Custom_Properties
Attributes
QName Type Use Annotation
disabled xs:boolean optional
The disabled field specifies whether or not the account is disabled.
locked_out xs:boolean optional
The locked_out field specifies whether or not the account is locked out.
object_reference xs:QName optional
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
password_required xs:boolean optional
The password_required field specifies whether a password is required for this user account.
Source
<xs:element name="Unix_User_Account" type="UnixUserAccountObj:UnixUserAccountObjectType" nillable="true">
  <xs:annotation>
    <xs:documentation>The Unix_User_Account object is intended to characterize Unix user account objects.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixUserAccountObj:UnixUserAccountObjectType / UnixUserAccountObj:Group_ID
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#UnsignedIntegerObjectPropertyType_datatype cybox_common_xsd.tmp#UnsignedIntegerObjectPropertyType
Type cyboxCommon:UnsignedIntegerObjectPropertyType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum unsignedInt optional
This attribute is optional and specifies the expected type for the value of the specified property.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
					
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification. 
					
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not definied by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="Group_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixUserAccountObj:UnixUserAccountObjectType / UnixUserAccountObj:User_ID
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The User_ID field specifies the ID of the Unix user account.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#UnsignedIntegerObjectPropertyType_datatype cybox_common_xsd.tmp#UnsignedIntegerObjectPropertyType
Type cyboxCommon:UnsignedIntegerObjectPropertyType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum unsignedInt optional
This attribute is optional and specifies the expected type for the value of the specified property.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
					
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification. 
					
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not definied by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="User_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The User_ID field specifies the ID of the Unix user account.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixUserAccountObj:UnixUserAccountObjectType / UnixUserAccountObj:Login_Shell
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The Login_Shell field specifies the name of the default login shell used by the Unix user account.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#StringObjectPropertyType_datatype cybox_common_xsd.tmp#StringObjectPropertyType
Type cyboxCommon:StringObjectPropertyType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum string optional
This attribute is optional and specifies the expected type for the value of the specified property.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
					
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification. 
					
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not definied by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="Login_Shell" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Login_Shell field specifies the name of the default login shell used by the Unix user account.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixUserAccountObj:UnixGroupType / UnixUserAccountObj:Group_ID
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The Group_ID field specifies the Unix ID of the group.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#NonNegativeIntegerObjectPropertyType_datatype cybox_common_xsd.tmp#NonNegativeIntegerObjectPropertyType
Type cyboxCommon:NonNegativeIntegerObjectPropertyType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum nonNegativeInteger optional
This attribute is optional and specifies the expected type for the value of the specified property.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
					
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification. 
					
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not definied by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="Group_ID" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Group_ID field specifies the Unix ID of the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Element UnixUserAccountObj:UnixPrivilegeType / UnixUserAccountObj:Permissions_Mask
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The Permissions_Mask field specifies the Unix permissions mask for the privilege.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#StringObjectPropertyType_datatype cybox_common_xsd.tmp#StringObjectPropertyType
Type cyboxCommon:StringObjectPropertyType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum string optional
This attribute is optional and specifies the expected type for the value of the specified property.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
					
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification. 
					
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not definied by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="Permissions_Mask" type="cyboxCommon:StringObjectPropertyType">
  <xs:annotation>
    <xs:documentation>The Permissions_Mask field specifies the Unix permissions mask for the privilege.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type UnixUserAccountObj:UnixUserAccountObjectType
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The UnixUserAccountType type is intended to characterize Unix user accounts.
Diagram
Diagram cybox_common_xsd.tmp#ObjectPropertiesType_object_reference cybox_common_xsd.tmp#ObjectPropertiesType_Custom_Properties cybox_common_xsd.tmp#ObjectPropertiesType Account_Object_xsd.tmp#AccountObjectType_disabled Account_Object_xsd.tmp#AccountObjectType_locked_out Account_Object_xsd.tmp#AccountObjectType_Description Account_Object_xsd.tmp#AccountObjectType_Domain Account_Object_xsd.tmp#AccountObjectType 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 Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_Group_ID Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_User_ID Unix_User_Account_Object_xsd.tmp#UnixUserAccountObjectType_Login_Shell
Type extension of UserAccountObj:UserAccountObjectType
Type hierarchy
Used by
Children AccountObj:Description, AccountObj:Domain, UnixUserAccountObj:Group_ID, UnixUserAccountObj:Login_Shell, UnixUserAccountObj:User_ID, UserAccountObj:Full_Name, UserAccountObj:Group_List, UserAccountObj:Home_Directory, UserAccountObj:Last_Login, UserAccountObj:Privilege_List, UserAccountObj:Script_Path, UserAccountObj:User_Password_Age, UserAccountObj:Username, cyboxCommon:Custom_Properties
Attributes
QName Type Use Annotation
disabled xs:boolean optional
The disabled field specifies whether or not the account is disabled.
locked_out xs:boolean optional
The locked_out field specifies whether or not the account is locked out.
object_reference xs:QName optional
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
password_required xs:boolean optional
The password_required field specifies whether a password is required for this user account.
Source
<xs:complexType name="UnixUserAccountObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The UnixUserAccountType type is intended to characterize Unix user accounts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:UserAccountObjectType">
      <xs:sequence>
        <xs:element name="Group_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="User_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The User_ID field specifies the ID of the Unix user account.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Login_Shell" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Login_Shell field specifies the name of the default login shell used by the Unix user account.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type UnixUserAccountObj:UnixGroupType
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The UnixGroupType type is used for specifying Unix groups. It extends the abstract GroupType from the Cybox UserAccount construct.
Diagram
Diagram User_Account_Object_xsd.tmp#GroupType Unix_User_Account_Object_xsd.tmp#UnixGroupType_Group_ID
Type extension of UserAccountObj:GroupType
Type hierarchy
Children UnixUserAccountObj:Group_ID
Source
<xs:complexType name="UnixGroupType">
  <xs:annotation>
    <xs:documentation>The UnixGroupType type is used for specifying Unix groups. It extends the abstract GroupType from the Cybox UserAccount construct.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:GroupType">
      <xs:sequence>
        <xs:element name="Group_ID" type="cyboxCommon:NonNegativeIntegerObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Group_ID field specifies the Unix ID of the group.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type UnixUserAccountObj:UnixPrivilegeType
Namespace http://cybox.mitre.org/objects#UnixUserAccountObject-2
Annotations
The UnixPrivilegeType type is used to specify Unix privileges. It extends the abstract PrivilegeType from the CybOX UserAccount object.
Diagram
Diagram User_Account_Object_xsd.tmp#PrivilegeType Unix_User_Account_Object_xsd.tmp#UnixPrivilegeType_Permissions_Mask
Type extension of UserAccountObj:PrivilegeType
Type hierarchy
Children UnixUserAccountObj:Permissions_Mask
Source
<xs:complexType name="UnixPrivilegeType">
  <xs:annotation>
    <xs:documentation>The UnixPrivilegeType type is used to specify Unix privileges. It extends the abstract PrivilegeType from the CybOX UserAccount object.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAccountObj:PrivilegeType">
      <xs:sequence>
        <xs:element name="Permissions_Mask" type="cyboxCommon:StringObjectPropertyType">
          <xs:annotation>
            <xs:documentation>The Permissions_Mask field specifies the Unix permissions mask for the privilege.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>