C2 OPSEC Checks
C2 Profiles can optionally provide some operational security checks before allowing a payload to be created. For example, you might want to prevent operators from using a known-bad named pipe name, or you might want to prevent them from using infrastructure that you know is burned.Where is it?
These checks all happen within a single function per C2 profile with a function calledopsec
:
opsec checks
C2 Server Configuration Checks
C2 servers know the most about their configuration. You can pass in the configuration for an agent and check it against the server’s configuration to make sure everything matches up or get additional insight into how to configure potential redirectors.configuration checks
C2 Server Redirect Rules
C2 servers know the most about how their configurations work. You can pass in an agent’s configuration and get information about how to generate potential redirector rules so that only your agent’s traffic makes it through.redirect rules