Skip to content

[FEATURE] More/custom task execution timeouts #242

@LM-CT

Description

@LM-CT

Feature

NOTE!
Before submitting, please go through our roadmap and phases to see if the feature you want is already defined there.

Is your feature request related to a problem? Please describe.

Despite there being a form input for custom task timeouts, it would be really useful if there was a config section to add custom/more timeouts for other commonly used analysis times.

I frequently run analyses with 5 to 10 minutes execution timeouts. And sometimes 1h, 6h or even 24h on some more complex and persistent malware.

Proposed solution

Describe the solution you'd like.

A new section in $CUCKOOCWD/conf/analysissettings.yml for configuring the analysis timeouts shown in the web UI, with the default 30/60/120 present by default on installation.

Something like this:

timeouts:
  - 30
  - 60
  - 120
  - 300
  - [...]

Additional context

Calculating timeouts in seconds is hard (I'm lazy) and inputting them in the form is boring.

This would be ideal:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions