mirror of https://github.com/MISP/misp-objects
Merge branch 'master' of github.com:MISP/misp-objects
commit
0da065163a
|
@ -81,6 +81,10 @@
|
|||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1,
|
||||
"disable_correlation": true
|
||||
},
|
||||
"malware-sample": {
|
||||
"misp-attribute": "malware-sample",
|
||||
"misp-usage-frequency": 1
|
||||
}
|
||||
},
|
||||
"requiredOneOf": [
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"misp-attribute": "pehash",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"impfuzzy": {
|
||||
"misp-attribute": "impfuzzy",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"type": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1,
|
||||
|
|
Loading…
Reference in New Issue