Enum: WindowsServiceStartEnum
Windows service start type enumeration.
URI: attack:WindowsServiceStartEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| SERVICE_AUTO_START | None | |
| SERVICE_BOOT_START | None | |
| SERVICE_DEMAND_START | None | |
| SERVICE_DISABLED | None | |
| SERVICE_SYSTEM_ALERT | None |
Slots
| Name | Description |
|---|---|
| start_type | Specifies the start options defined for the service |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/attack
LinkML Source
name: WindowsServiceStartEnum
description: Windows service start type enumeration.
from_schema: https://w3id.org/lmodel/attack
rank: 1000
permissible_values:
SERVICE_AUTO_START:
text: SERVICE_AUTO_START
SERVICE_BOOT_START:
text: SERVICE_BOOT_START
SERVICE_DEMAND_START:
text: SERVICE_DEMAND_START
SERVICE_DISABLED:
text: SERVICE_DISABLED
SERVICE_SYSTEM_ALERT:
text: SERVICE_SYSTEM_ALERT