Skip to content

Commit 6256846

Browse files
committed
chg: Disable correlation in VT objects
1 parent 4b9f12c commit 6256846

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

objects/virustotal-report/definition.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"description": "Comment related to this hash",
88
"misp-attribute": "text",
9+
"disable_correlation": true,
910
"multiple": true,
1011
"ui-priority": 2
1112
},
@@ -33,6 +34,7 @@
3334
],
3435
"description": "First Submission",
3536
"misp-attribute": "datetime",
37+
"disable_correlation": true,
3638
"ui-priority": 0
3739
},
3840
"last-submission": {
@@ -41,6 +43,7 @@
4143
],
4244
"description": "Last Submission",
4345
"misp-attribute": "datetime",
46+
"disable_correlation": true,
4447
"ui-priority": 0
4548
},
4649
"permalink": {
@@ -49,6 +52,7 @@
4952
],
5053
"description": "Permalink Reference",
5154
"misp-attribute": "link",
55+
"disable_correlation": true,
5256
"ui-priority": 2
5357
}
5458
},
@@ -59,5 +63,5 @@
5963
"permalink"
6064
],
6165
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
62-
"version": 3
63-
}
66+
"version": 4
67+
}

0 commit comments

Comments
 (0)