chg: [collaborative-intelligence] request malware config added
Following feedback during a workshop session at a bank.pull/160/head
parent
69a8ce2916
commit
e726c1a8c0
|
@ -61,7 +61,7 @@
|
||||||
"description": "CIRCL Taxonomy is a simple scheme for incident classification and area topic where the incident took place."
|
"description": "CIRCL Taxonomy is a simple scheme for incident classification and area topic where the incident took place."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"name": "collaborative-intelligence",
|
"name": "collaborative-intelligence",
|
||||||
"description": "Collaborative intelligence support language is a common language to support analysts to perform their analysis to get crowdsourced support when using threat intelligence sharing platform like MISP."
|
"description": "Collaborative intelligence support language is a common language to support analysts to perform their analysis to get crowdsourced support when using threat intelligence sharing platform like MISP."
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"namespace": "collaborative-intelligence",
|
"namespace": "collaborative-intelligence",
|
||||||
"expanded": "collaborative intelligence support language",
|
"expanded": "collaborative intelligence support language",
|
||||||
"description": "Collaborative intelligence support language is a common language to support analysts to perform their analysis to get crowdsourced support when using threat intelligence sharing platform like MISP. The objective of this language is to advance collaborative analysis and to share earlier than later.",
|
"description": "Collaborative intelligence support language is a common language to support analysts to perform their analysis to get crowdsourced support when using threat intelligence sharing platform like MISP. The objective of this language is to advance collaborative analysis and to share earlier than later.",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "request",
|
"value": "request",
|
||||||
|
@ -18,6 +18,11 @@
|
||||||
"value": "sample",
|
"value": "sample",
|
||||||
"expanded": "Request a binary sample"
|
"expanded": "Request a binary sample"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "extracted-malware-config",
|
||||||
|
"expanded": "Extracted malware config",
|
||||||
|
"description": "Request of the malware configuration extracted from the malware sample tagged."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "deobfuscated-sample",
|
"value": "deobfuscated-sample",
|
||||||
"expanded": "Request a deobfuscated sample of the shared sample"
|
"expanded": "Request a deobfuscated sample of the shared sample"
|
||||||
|
|
Loading…
Reference in New Issue