Summary
TheApollo agent can use websockets to support getting tasks and returning task data. The profile supports both Polland Push tasking types. System proxies are supported.
Profile Options
Tasking type
Choose between Poll (periodic check-ins like HTTPS profiles) or Push tasking types. Push is recommended.Callback Host
The URL for websocket redirector or Mythic server. This must include the protocol to use (e.g.ws:// or wss://).
Callback Interval in seconds
Time to sleep between agent check-in, only relevant for thePoll tasking type.
Callback Jitter in percent
Randomize the callback interval within the specified threshold. e.g., if Callback Interval is 10, and jitter is 20, Apollo will call back randomly along the interval 8 and 12 seconds. Only relevant for thePoll tasking type.