mirror of https://github.com/MISP/misp-objects
chg: [script] requiredOneOf for script or filename
Malicious scripts can be received without having a filename.pull/187/head
parent
816f38c61e
commit
a1b2db8fd1
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"required": [
|
||||
"requiredOneOf": [
|
||||
"script",
|
||||
"filename"
|
||||
],
|
||||
|
@ -56,7 +56,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"version": 4,
|
||||
"description": "Object describing a computer program written to be run in a special run-time environment. The script or shell script can be used for malicious activities but also as support tools for threat analysts.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2",
|
||||
|
|
Loading…
Reference in New Issue