Heads up! These docs are for STIX 1.1.1, which is not the latest version (1.2). View the latest!

WindowsMailslotObjectTypeWin Mailslot Object Schema

The WindowsMailslotObjectType is intended to characterize Windows mailslot objects.


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.

Handle0..1 WindowsHandleObjectType

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

Max_Message_Size0..1 NonNegativeIntegerObjectPropertyType

The Max_Message_Size field specifies the maximum message size for the mailslot, in bytes.

Name0..1 StringObjectPropertyType

The Name field specifies the name of the mailslot.

Read_Timeout0..1 NonNegativeIntegerObjectPropertyType

The Read_Timeout field specifies the amount of time, in milliseconds, a read operation can wait for a message to be written to the mailslot before a time-out occurs.

Security_Attributes0..1 StringObjectPropertyType

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