Some anti-sandbox techniques implemented in Golang.
| Technique Name | Description |
|---|---|
| CheckDomainName | Checks for AD domain names. |
| CheckInterface | Checks network interface count and MAC address. |
| CheckUsername | Checks for specific usernames. |
| isDomainJoined | Checks if the system is joined to a domain. |
| PlatformLimits | Anti-debugging techniques. |
| RandomSleep | Executes with random delays. |