Skip to content

Commit 84df20e

Browse files
committed
new: [windows-service] windows-service object added
1 parent 2b1c353 commit 84df20e

1 file changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"attributes": {
3+
"comment": {
4+
"description": "Additional comments.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 0
8+
},
9+
"display": {
10+
"description": "Display name/information of the service.",
11+
"misp-attribute": "windows-service-displayname",
12+
"ui-priority": 0
13+
},
14+
"group": {
15+
"description": "Group to which the system/driver belong to.",
16+
"disable_correlation": true,
17+
"misp-attribute": "text",
18+
"sane_default": [
19+
"Base",
20+
"Boot Bus Extender",
21+
"Boot File System",
22+
"Cryptography",
23+
"Extended base",
24+
"Event Log",
25+
"Filter",
26+
"FSFilter Bottom",
27+
"FSFilter Infrastructure",
28+
"File System",
29+
"FSFilter Virtualization",
30+
"Keyboard Port",
31+
"Network",
32+
"NDIS",
33+
"Parallel arbitrator",
34+
"Pointer Port",
35+
"PnP Filter",
36+
"ProfSvc_Group",
37+
"PNP_TDI",
38+
"SCSI Miniport",
39+
"SCSI CDROM Class",
40+
"System Bus Extender",
41+
"Video Save",
42+
"other"
43+
],
44+
"ui-priority": 0
45+
},
46+
"image-path": {
47+
"description": "Path of the service/drive",
48+
"misp-attribute": "text",
49+
"ui-priority": 0
50+
},
51+
"name": {
52+
"description": "name of the service",
53+
"misp-attribute": "windows-service-name",
54+
"ui-priority": 0
55+
},
56+
"start": {
57+
"description": "When the service/driver starts or executes.",
58+
"disable_correlation": true,
59+
"misp-attribute": "text",
60+
"sane_default": [
61+
"Boot start",
62+
"System start",
63+
"Auto start",
64+
"Manual",
65+
"Disabled"
66+
],
67+
"ui-priority": 0
68+
},
69+
"type": {
70+
"description": "Service/driver type.",
71+
"disable_correlation": true,
72+
"misp-attribute": "text",
73+
"sane_default": [
74+
"Kernel driver",
75+
"File system driver",
76+
"Own process",
77+
"Share process",
78+
"Interactive",
79+
"Other"
80+
],
81+
"ui-priority": 0
82+
}
83+
},
84+
"description": "Windows service and detailed about a service running a Windows operating system",
85+
"meta-category": "misc",
86+
"name": "windows-service",
87+
"required": [
88+
"name"
89+
],
90+
"uuid": "7598cc63-7ba3-4d0a-91c0-b875c6013035",
91+
"version": 1
92+
}

0 commit comments

Comments
 (0)