You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Captures field data with a malware instance or family. At least one of \"delivery_vectors\" or \"first_seen\" or \"last_seen\" MUST be included when using this type.",
"properties": {
"delivery_vectors": {
"type": "array",
"items": {"type": "string"},
"description": "Captures the vectors used to distribute/deploy the Malware Instance. The values for this property SHOULD come from the delivery-vector-ov vocabulary."
},
"first_seen": {
"type": "string",
"format": "date-time",
"description": "Captures the date/time that the malware instance was first seen by the producer of the Malware Instance Object."
},
"last_seen": {
"type": "string",
"format": "date-time",
"description": "Captures the date/time that the malware instance was last seen by producer of the Malware Instance Object."