UserSettings¶
Model of User Settings
Field | Type | Description | Required | Default |
---|---|---|---|---|
classification | Classification | Default submission classification This will be moved to the "default" submission profile |
Yes |
TLP:C |
deep_scan | Boolean | Should a deep scan be performed? This will be moved to the "default" submission profile |
Yes |
False |
download_encoding | Enum | Default download encoding when downloading files Supported values are: "cart", "raw", "zip" |
Yes |
cart |
default_external_sources | List [Keyword] | List of sha256 sources to check by default | Yes |
[] |
default_zip_password | Text | Default user-defined password for creating password protected ZIPs when downloading files | Yes |
infected |
executive_summary | Boolean | Should executive summary sections be shown? | Yes |
True |
expand_min_score | Integer | Auto-expand section when score bigger then this | Yes |
500 |
generate_alert | Boolean | Generate an alert? This will be moved to the "default" submission profile |
Yes |
False |
ignore_cache | Boolean | Ignore service caching? This will be moved to the "default" submission profile |
Yes |
False |
ignore_recursion_prevention | Boolean | Ignore all service recursion prevention? This will be moved to the "default" submission profile |
Yes |
False |
ignore_filtering | Boolean | Ignore filtering services? This will be moved to the "default" submission profile |
Yes |
False |
priority | Integer | Default priority for the submissions This will be moved to the "default" submission profile |
Yes |
1000 |
preferred_submission_profile | Text | Preferred submission profile | Optional |
None |
submission_profiles | Mapping [String, SubmissionProfileParams] | Default submission profile settings | Yes |
See SubmissionProfileParams for more details. |
service_spec | Mapping [String, Mapping [String, Any]] | Default service specific settings This will be moved to the "default" submission profile |
Yes |
{} |
services | ServiceSelection | Default service selection This will be moved to the "default" submission profile |
Yes |
See ServiceSelection for more details. |
submission_view | Enum | Default view for completed submissions Supported values are: "details", "report" |
Yes |
report |
ttl | Integer | Default submission TTL, in days This will be moved to the "default" submission profile |
Yes |
30 |