mirror of https://github.com/MISP/misp-objects
chg: jq all the things ;-)
parent
96f234884a
commit
5acaa3498f
|
@ -24,20 +24,20 @@
|
||||||
"description": "Determines the type of activity conducted on the file at a given time",
|
"description": "Determines the type of activity conducted on the file at a given time",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"Accessed",
|
"Accessed",
|
||||||
"Created",
|
"Created",
|
||||||
"Changed",
|
"Changed",
|
||||||
"Modified",
|
"Modified",
|
||||||
"Other"
|
"Other"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"filePermissions": {
|
"filePermissions": {
|
||||||
"description": "Describes permissions assigned the file",
|
"description": "Describes permissions assigned the file",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"file": {
|
"file": {
|
||||||
"description": "Mactime output file",
|
"description": "Mactime output file",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "attachment"
|
"misp-attribute": "attachment"
|
||||||
|
|
Loading…
Reference in New Issue