forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
31 lines (31 loc) · 744 Bytes
/
definition.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"attributes": {
"description": {
"description": "Description",
"misp-attribute": "text",
"ui-priority": 0
},
"name": {
"description": "name of the mutex",
"misp-attribute": "text",
"ui-priority": 0
},
"operating-system": {
"description": "Operating system where the mutex has been seen",
"misp-attribute": "text",
"sane_default": [
"Windows",
"Unix"
],
"ui-priority": 0
}
},
"description": "Object to describe mutual exclusion locks (mutex) as seen in memory or computer program",
"meta-category": "misc",
"name": "mutex",
"requiredOneOf": [
"name"
],
"uuid": "9f5c1a68-2021-4faa-b409-61c899c86466",
"version": 1
}