mirror of https://github.com/MISP/misp-objects
chg: [spambee-report] updated
parent
cd8a9e2897
commit
d3a5c2c02d
|
@ -2,25 +2,25 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"feedback-requested": {
|
"feedback-requested": {
|
||||||
"description": "User has requested feedback",
|
"description": "User has requested feedback",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "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",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"feedback-time": {
|
"feedback-time": {
|
||||||
"description": "Timestamp of the feedback",
|
"description": "Timestamp of the feedback",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"privacy": {
|
"privacy": {
|
||||||
"description": "User has requested privacy",
|
"description": "User has requested privacy",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"External analysis"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"description": "Result of the Spambee analysis for the submitted email",
|
"description": "Result of the Spambee analysis for the submitted email",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"Internal reference"
|
"Internal reference"
|
||||||
],
|
],
|
||||||
"description": "Internal reference to the Spambee report",
|
"description": "Internal reference to the Spambee report",
|
||||||
"disable-correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,5 @@
|
||||||
"report-uid"
|
"report-uid"
|
||||||
],
|
],
|
||||||
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
|
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue