WindowsPipeObjectTypeWin Pipe Object Schema

The WindowsPipeObjectType type is intended to characterize Windows pipes.


Fields

Field Name Type Description
@object_referenceoptional QName

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.

Custom_Properties0..1 CustomPropertiesType

The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas.

@namedoptional boolean

The named field specifies whether the pipe is named.

Name0..1 StringObjectPropertyType

The Name field specifies the name of the pipe, if applicable.

Default_Time_Out0..1 NonNegativeIntegerObjectPropertyType

The Default_Time_Out field specifies the default time-out value for the pipe, in milliseconds.

Handle0..1 WindowsHandleObjectType

The Handle field specifies the open Windows handle to the pipe. It imports and uses the WindowsHandleObjectType from the CybOX Windows Handle Object.

In_Buffer_Size0..1 NonNegativeIntegerObjectPropertyType

The In_Buffer_Size field specifies the number of bytes to reserve for the input buffer of the pipe.

Max_Instances0..1 NonNegativeIntegerObjectPropertyType

The Max_Instances field specifies the maximum number of instances that can be created for this pipe.

Open_Mode0..1 HexBinaryObjectPropertyType

The Open_Mode field specifies the open mode used for the pipe.

Out_Buffer_Size0..1 NonNegativeIntegerObjectPropertyType

The Out_Buffer_Size field specifies the number of bytes to reserve for the output buffer of the pipe.

Pipe_Mode0..1 HexBinaryObjectPropertyType

The Pipe_Mode field specifies the mode used for the pipe.

Security_Attributes0..1 StringObjectPropertyType

The Security_Attributes field specifies the Windows security attributes for the pipe.