mirror of https://github.com/MISP/misp-objects
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"required": [
|
|
"permalink"
|
|
],
|
|
"attributes": {
|
|
"community-score": {
|
|
"description": "Community Score",
|
|
"disable_correlation": true,
|
|
"categories": [
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"detection-ratio": {
|
|
"description": "Detection Ratio",
|
|
"disable_correlation": true,
|
|
"categories": [
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text"
|
|
},
|
|
"first-submission": {
|
|
"description": "First Submission",
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"last-submission": {
|
|
"description": "Last Submission",
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"permalink": {
|
|
"description": "Permalink Reference",
|
|
"categories": [
|
|
"External analysis"
|
|
],
|
|
"ui-priority": 2,
|
|
"misp-attribute": "link"
|
|
},
|
|
"comment": {
|
|
"description": "Comment related to this hash",
|
|
"categories": [
|
|
"Exernal analysis"
|
|
],
|
|
"misp-attribute": "text",
|
|
"ui-priority": 2,
|
|
"multiple": true
|
|
}
|
|
},
|
|
"version": 2,
|
|
"description": "VirusTotal report",
|
|
"meta-category": "misc",
|
|
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
|
|
"name": "virustotal-report"
|
|
}
|