mirror of https://github.com/MISP/misp-objects
chg: [spambee-object] Correct jq
Signed-off-by: Romain Kieffer <romain.kieffer@nc3.lu>pull/449/head
parent
d2cca68c23
commit
df070cdaf8
|
@ -1,36 +1,27 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"privacy": {
|
|
||||||
"description": "User has requested privacy",
|
|
||||||
"misp-atrubute": "boolean",
|
|
||||||
"disable-correlation": true,
|
|
||||||
"ui-priority": 0
|
|
||||||
},
|
|
||||||
"feedback-requested": {
|
"feedback-requested": {
|
||||||
"description": "User has requested feedback",
|
"description": "User has requested feedback",
|
||||||
"misp-atrubute": "boolean",
|
|
||||||
"disable-correlation": true,
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"feedback-sent": {
|
"feedback-sent": {
|
||||||
"description": "Feedback has been sent to user",
|
"description": "Feedback has been sent to user",
|
||||||
"misp-atrubute": "boolean",
|
|
||||||
"disable-correlation": true,
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"feedback-time": {
|
"feedback-time": {
|
||||||
"description": "Timestamp of the feedback",
|
"description": "Timestamp of the feedback",
|
||||||
"misp-atrubute": "datetime",
|
|
||||||
"disable-correlation": true,
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"report-uid": {
|
"privacy": {
|
||||||
"categories": [
|
"description": "User has requested privacy",
|
||||||
"Internal reference"
|
|
||||||
],
|
|
||||||
"description": "Internal reference to the Spambee report",
|
|
||||||
"misp-atrubute": "text",
|
|
||||||
"disable-correlation": true,
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"report-status": {
|
"report-status": {
|
||||||
|
@ -38,8 +29,17 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"description": "Result of the Spambee analysis for the submitted email",
|
"description": "Result of the Spambee analysis for the submitted email",
|
||||||
"misp-atrubute": "text",
|
|
||||||
"disable-correlation": true,
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"report-uid": {
|
||||||
|
"categories": [
|
||||||
|
"Internal reference"
|
||||||
|
],
|
||||||
|
"description": "Internal reference to the Spambee report",
|
||||||
|
"disable-correlation": true,
|
||||||
|
"misp-atrubute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue