mirror of https://github.com/MISP/misp-objects
State added to file like signed, harmless...
parent
b801bc6603
commit
0f3261077b
|
@ -130,9 +130,20 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"values_list": [
|
||||||
|
"Harmless",
|
||||||
|
"Signed",
|
||||||
|
"Revoked",
|
||||||
|
"Expired",
|
||||||
|
"Trusted"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue