preparing task for agent...
- The task is being sent to the Payload Type container for processing (parsing arguments, confirming values, doing RPC functionality to register files, etc)submitted
- The task is now ready for an agent to pick it upagent processing
- The task has been picked up by an agent, but there hasn’t been any response back yetprocessed, agent sending responses...
- The task has at least one response, but the agent hasn’t marked it as done yet.completed
- The task is marked as completed by the agent and there wasn’t an error in executionerror:*
- The agent report back a status of “error”post_response
information. Similarly, in a task’s create_tasking
function, you’re free to set the task.status
value. Anything of the error:*
format will show up as red in the Mythic UI as an error for the user.