Skip to content

Commit 5cb21b5

Browse files
committed
Add best practices
1 parent af284bb commit 5cb21b5

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

_posts/2025-11-16-redirectors.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,17 @@ Another unusual issue we encountered when writing the redirector's upstream conn
9999
)
100100
```
101101

102-
This forces IPv4, if we encounter a situation where only IPv6 is available we'll need to revist this and add some form of failover but for now it's working.
102+
This forces IPv4, if we encounter a situation where only IPv6 is available we'll need to revist this and add some form of failover but for now it's working.
103+
104+
105+
## Best Practices
106+
107+
When deploying redirector infrastructure, there are several best practices to follow for improved operational security.
108+
109+
First, always deploy multiple redirectors rather than relying on a single point of failure. This redundancy ensures that if one redirector is detected and blocked, the remaining agents will be able to callback through your the remaining redirectors, maintaining persistent access to your deployed agents.
110+
111+
Second, ensure that each redirector uses a unique IP address, DNS domain, and hosting provider. This diversity makes it significantly more difficult for defenders to perform infrastructure correlation and takedown operations, as blocking or seizing one redirector provides minimal intelligence about the others and doesn't impact overall operations.
112+
113+
Finally, deploy your Tavern C2 server in a non-default VPC with strict network access controls that block all inbound connections except those originating from your authorized redirectors. This network segmentation provides defense in depth, ensuring that even if your redirector locations are discovered, attackers cannot directly access or attack the core C2 infrastructure without first compromising a redirector.
114+
115+

0 commit comments

Comments
 (0)