Example (user tasking):
Any command is able to reply with its own artifacts that are created along the way. The following response can be returned as a separate C2 message or as part of the command’s normal output.The following response is part of the normal agent response. So, it is base64 encoded and put in the normal response format
Example (agent response):
Walkthrough:
Agents can report back their own artifacts they create at any time. They just include anartifacts keyword with an array of the artifacts. There are two components to this:
-
base_artifactis the type of base artifact being reported. If this base_artifact type isn’t already captured in the “Global Configurations” -> “Artifact Types” page, then thisbase_artifactvalue will be created. -
artifactis the actual artifact being created. This is a free-form field.
