Enum: ScriptTypeIdEnum
The normalized script type ID.
URI: ocsf:ScriptTypeIdEnum
Permissible Values
| Value |
Meaning |
Description |
| UNKNOWN |
None |
The script type is unknown |
| WINDOWS_COMMAND_PROMPT |
None |
Windows Command Prompt |
| POWERSHELL |
None |
PowerShell |
| PYTHON |
None |
Python |
| JAVASCRIPT |
None |
JavaScript |
| VBSCRIPT |
None |
VBScript |
| UNIX_SHELL |
None |
Unix Shell |
| VBA |
None |
VBA |
| OTHER |
None |
The script type is not mapped |
Slots
| Name |
Description |
| type_id |
The normalized script type ID |
Schema Source
LinkML Source
name: ScriptTypeIdEnum
description: The normalized script type ID.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The script type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
WINDOWS_COMMAND_PROMPT:
text: WINDOWS_COMMAND_PROMPT
description: Windows Command Prompt
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Windows Command Prompt
POWERSHELL:
text: POWERSHELL
description: PowerShell
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: PowerShell
PYTHON:
text: PYTHON
description: Python
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Python
JAVASCRIPT:
text: JAVASCRIPT
description: JavaScript
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: JavaScript
VBSCRIPT:
text: VBSCRIPT
description: VBScript
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: VBScript
UNIX_SHELL:
text: UNIX_SHELL
description: Unix Shell
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Unix Shell
VBA:
text: VBA
description: VBA
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: VBA
OTHER:
text: OTHER
description: 'The script type is not mapped. See the <code>type</code> attribute
which
contains an event source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other