mirror of https://github.com/MISP/misp-objects
Added VirusTotal Submission object and uploaded/uploaded-by relation
parent
ea23d59185
commit
dcb44bcc5a
|
@ -0,0 +1,77 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"city": {
|
||||||
|
"categories": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"description": "The city a file was uploaded from.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"country": {
|
||||||
|
"categories": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"description": "The country a file was uploaded from.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"categories": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"description": "The upload date.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"filename": {
|
||||||
|
"categories": [
|
||||||
|
"Payload Delivery"
|
||||||
|
],
|
||||||
|
"description": "The filename used to submit a file.",
|
||||||
|
"disable_correlation": false,
|
||||||
|
"misp-attribute": "filename",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"interface": {
|
||||||
|
"categories": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"description": "The interface used to upload a file.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"values-list": [
|
||||||
|
"web",
|
||||||
|
"api",
|
||||||
|
"email"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"submitter-id": {
|
||||||
|
"categories": [
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"description": "Submitter ID, given as source_key via the VT API.",
|
||||||
|
"disable_correlation": false,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"to_ids": false,
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "VirusTotal Submission",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "virustotal-submission",
|
||||||
|
"required": [
|
||||||
|
"submitter-id"
|
||||||
|
],
|
||||||
|
"uuid": "473d289b-f1d4-4f02-a4fe-3b69f534ed45",
|
||||||
|
"version": 1
|
||||||
|
}
|
|
@ -1336,7 +1336,23 @@
|
||||||
"misp"
|
"misp"
|
||||||
],
|
],
|
||||||
"name": "has-met"
|
"name": "has-met"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The referenced source object uploaded the referenced target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "uploaded",
|
||||||
|
"opposite": "uploaded-by"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The referenced source object was uploaded by the referenced target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "uploaded-by",
|
||||||
|
"opposite": "uploaded"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 33
|
"version": 34
|
||||||
}
|
}
|
Loading…
Reference in New Issue