Skip to content

Commit 3d3d40e

Browse files
committed
fix: keys order in VT object
1 parent 6256846 commit 3d3d40e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

objects/virustotal-report/definition.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"External analysis"
66
],
77
"description": "Comment related to this hash",
8-
"misp-attribute": "text",
98
"disable_correlation": true,
9+
"misp-attribute": "text",
1010
"multiple": true,
1111
"ui-priority": 2
1212
},
@@ -33,26 +33,26 @@
3333
"Other"
3434
],
3535
"description": "First Submission",
36-
"misp-attribute": "datetime",
3736
"disable_correlation": true,
37+
"misp-attribute": "datetime",
3838
"ui-priority": 0
3939
},
4040
"last-submission": {
4141
"categories": [
4242
"Other"
4343
],
4444
"description": "Last Submission",
45-
"misp-attribute": "datetime",
4645
"disable_correlation": true,
46+
"misp-attribute": "datetime",
4747
"ui-priority": 0
4848
},
4949
"permalink": {
5050
"categories": [
5151
"External analysis"
5252
],
5353
"description": "Permalink Reference",
54-
"misp-attribute": "link",
5554
"disable_correlation": true,
55+
"misp-attribute": "link",
5656
"ui-priority": 2
5757
}
5858
},
@@ -64,4 +64,4 @@
6464
],
6565
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
6666
"version": 4
67-
}
67+
}

0 commit comments

Comments
 (0)