Oracle VirtualBox: GUI (VirtualBox Manager)¶
Deploy the RTA using the VirtualBox graphical manager. You import the OVA through the File menu, fix the firmware and network settings in the VM's Settings dialog, and then start the VM.
Before you start
Review the VirtualBox overview. You'll need the OVA file from your engagement lead and VirtualBox 7.x installed on your host.
Quick deploy¶
Experienced operators can work straight from this outline; the detailed walkthrough follows below.
- File → Import Appliance the OVA; set 4 CPU / 8192 MB.
- Settings → System → Motherboard → Enable EFI (mandatory: VirtualBox defaults to BIOS and the image will not boot under BIOS).
- Settings → Network → Adapter 1 → Bridged Adapter on the wired host NIC.
- Start. The appliance boots pre-registered, with no activation step.
1. Import the OVA¶
- Open VirtualBox Manager.
- Go to File → Import Appliance (or press
Ctrl+I/Cmd+I). - Click the folder icon and browse to
<OVA_PATH>, then click Next. - Review the appliance settings. Adjust the following before importing:
- CPU: set to 4 (minimum 2).
- RAM: set to 8192 MB (minimum 4096 MB).
- Leave all other settings at their defaults.
- Click Finish and wait for the import to complete (~40 GB).
You can change CPU and RAM after import too
If you skip the adjustment here, you can change the values later in Settings → System → Motherboard (RAM) and Settings → System → Processor (CPU), as long as the VM is powered off.
2. Enable EFI (UEFI firmware)¶
This step is mandatory, do not skip it
VirtualBox defaults every new VM to Legacy BIOS. The RTA image uses a GPT disk with an EFI System Partition and will not boot under BIOS.
- Select the newly imported VM in the VirtualBox Manager sidebar.
- Click Settings (or press
Ctrl+S/Cmd+S). - Go to System → Motherboard.
- Under Extended Features, tick Enable EFI (special OSes only).
- Click OK.
Secure Boot
Secure Boot is off by default in VirtualBox 7.x; leave it that way. The appliance bootloader is unsigned; enabling Secure Boot will prevent the VM from booting.
3. Set the network adapter to Bridged¶
- In the VM's Settings, go to Network → Adapter 1.
- Ensure Enable Network Adapter is ticked.
- In the Attached to drop-down, select Bridged Adapter.
- In the Name drop-down, choose the host NIC that is connected to the engagement LAN (typically your wired Ethernet adapter).
- Click OK.
NAT is fine for isolated lab use
If you are running the appliance in an isolated lab with no real LAN targets, NAT is sufficient for the outbound VPN tunnel. For actual engagements where the appliance must have Layer-2 adjacency to targets, Bridged Adapter is required.
4. Start the VM¶
Select the VM in the sidebar and click Start (the green arrow). The VM console window opens.
Verify¶
This image is customized for your engagement before you receive it, so the appliance boots already registered and connects to the Sophos headend over its outbound VPN tunnel automatically. There is no activation step. The console shows a live status and troubleshooting dashboard (network interface, VPN tunnel, and connectivity health); you do not normally need to log in.
Watch the VM console window to check the dashboard. If you closed it, go to Machine → Console in VirtualBox Manager to reopen it.
Network access¶
The appliance makes one connection to do its job: an outbound tunnel to the Sophos headend. Nothing inbound is ever required: you never open or forward any ports to the appliance.
Allow this outbound destination
| Destination | connect.remotetesting.secureworks.com |
| IP addresses | 3.33.194.251 and 15.197.255.2 (static; these do not change) |
| Port / protocol | TCP 443, carrying OpenVPN (not HTTPS) |
| Direction | Outbound only |
Allow egress on TCP/443 to that destination from the appliance's network. On a next-generation firewall or NAC-controlled network, an L3 "allow 443" rule is often not enough: Layer-7 application control, TLS/SSL decryption, or NAC can still drop the tunnel even when the port is open. See Connectivity troubleshooting for the exact firewall and NAC exceptions to request.
Troubleshooting¶
Deployed but something isn't right?
See this platform's troubleshooting guide for the most common issues here and how to fix them.