Sliver C2 Operator Guide — Implants, Transports, OPSEC, and the Detection Patterns Blue Teams Should Hunt
Manish GargAssociate of (ISC)² · RingSafe
May 8, 20266 min read
Read as
Sliver C2 (BishopFox open-source, Go-based) is the post-Cobalt-Strike default for legitimate red team operations and the most-commonly-abused C2 framework after CS itself. This module covers Sliver’s architecture, implant generation, OPSEC considerations (mTLS vs DNS vs WireGuard transports, profile randomisation), and the detection patterns blue teams should hunt for. Practical for both red and blue, framed for Indian engagements where Cobalt Strike licensing is rarely available.
Cobalt Strike licenses ($5,900/year/seat) are not legally accessible in most of India outside large MNCs. Sliver fills the gap — open source, modern, multi-transport, comparable feature set. The same accessibility makes it the threat-actor favourite. This module is paired red/blue: how operators use it, how defenders detect it.
Sliver architecture
Sliver has three components:
Server: long-running process that holds operator sessions, generates implants, stores collected data. Runs on Linux/macOS/Windows.
Operator client: connects to server via mTLS. Console-based REPL.