Egress Profiles
The http and the websocket profiles are both examples of egress profiles. They talk directly out of the target network. Egress profiles have associated Docker containers that translate the profile’s traffic into messages Mythic understands. See C2 Class Definition to create your own.P2P Profiles
Peer-to-peer profiles in general are a bit different. They don’t talk directly out to the internet; instead, they allow agents to talk to each other such as via smb and tcp. This distinction between P2P and Egress for Mythic is made by a simple boolean indicating the purpose of the c2 container.P2P Visualizations
P2P profiles announce their connections to Mythic via P2P Connections. When Mythic gets these messages, it can start mapping out what the internal mesh looks like. To help view this from an operator perspective, there is an additional views on the main Callbacks page. This view uses a directed graph to illustrate the connections between the agents. There’s a central “Mythic Server” node that all egress agents connect to. When a route is announced, the view is updated to move one of the callbacks to be a child of another callback.
