mirror of https://github.com/MISP/misp-objects
pull/140/head
commit
db6297131f
|
@ -7,6 +7,7 @@
|
|||
"imported-sample": {
|
||||
"description": "The original imported file itself (binary).",
|
||||
"ui-priority": 1,
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "attachment"
|
||||
},
|
||||
"format": {
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
"Perl",
|
||||
"Ruby",
|
||||
"Winbatch",
|
||||
"AutoIt"
|
||||
"AutoIt",
|
||||
"PHP"
|
||||
]
|
||||
},
|
||||
"filename": {
|
||||
|
@ -54,7 +55,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"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