Detonate URL - Cuckoo

Detonating URL with Cuckoo

Cuckoo Sandbox · 9 tasks · 3 inputs · 22 outputs

Inputs

  • URL — URL to detonate
  • interval — How often to poll for results
  • timeout — How long to wait before giving up waiting for results

Outputs

  • Cuckoo.Task.Category — Category of task
  • Cuckoo.Task.Machine — Machine of task
  • Cuckoo.Task.Errors — Errors of task
  • Cuckoo.Task.Traget — Traget of task
  • Cuckoo.Task.Package — Package of task
  • Cuckoo.Task.SampleID — Sample ID of task
  • Cuckoo.Task.Guest — Task guest
  • Cuckoo.Task.Custom — Custom values of task
  • Cuckoo.Task.Owner — Task owner
  • Cuckoo.Task.Priority — Priority of task
  • Cuckoo.Task.Platform — Platform of task
  • Cuckoo.Task.Options — Task options
  • Cuckoo.Task.Status — Task status
  • Cuckoo.Task.EnforceTimeout — Is timeout of task enforced
  • Cuckoo.Task.Timeout — Task timeout
  • Cuckoo.Task.Memory — Task memory
  • Cuckoo.Task.Tags — Task tags
  • Cuckoo.Task.ID — ID of task
  • Cuckoo.Task.AddedOn — Date on which the task was added
  • Cuckoo.Task.CompletedOn — Date on which the task was completed
  • Cuckoo.Task.Score — Reported score of the the task
  • Cuckoo.Task.Monitor — Monitor of the reported task

Commands used

cuckoo-create-task-from-url cuckoo-get-task-report cuckoo-view-task

Flowchart

yes yes Start Start Is there any active Cuckoo instance? Is there any active Cucko... Is there a URL? Is there a URL? Send URL to Cuckoo - cuckoo-create-task-from-url Send URL to Cuckoo cuckoo-create-task-from-url GenericPolling - GenericPolling GenericPolling GenericPolling Done Done Get task report - cuckoo-get-task-report Get task report cuckoo-get-task-report Sleep (let the sandbox create the task) - Sleep Sleep (let the sandbox cr... Sleep View task - cuckoo-view-task View task cuckoo-view-task