You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snapshots with the following strings in the name (case insensitive) won't be deleted:
18
19
clean
@@ -65,31 +66,20 @@ See you next time you need to clean up your VMs! ✨
65
66
## Check internet adapter status
66
67
67
68
[`vbox-adapter-check.py`](vbox-adapter-check.py) prints the status of all internet adapters of all VMs in VirtualBox.
68
-
The script also notifies if any dynamic analysis VM (with `.dynamic` in the name) has an adapter whose type is not allowed (internet access is undesirable for dynamic malware analysis).
69
-
Unless the argument `--do_not_modify` is provided, the script changes the type of the adapters with non-allowed type to Host-Only.
70
-
Unless the argument `--skip_disabled` is provided, the script also explores the disabled adapters, printing their status and possibly changing their type.
71
-
The script has been tested in Debian 12 with GNOME 44.9.
69
+
If the argument `--dynamic_only` is provided, the script only print the status of the dynamic analysis VM (with `.dynamic` in the name).
70
+
Unless the argument `--do_not_modify` is provided, if internet is detected in any dynamic analysis VM, the script sends a notification and changes the adapters type to Host-Only.
71
+
The script is useful to detect internet access, which is undesirable for dynamic malware analysis.
VM {2bc66f50-9ecb-4b10-a4dd-0cc329bc383d} ⚠️ FLARE-VM.testing is connected to the internet on adapter(s): 1
78
+
VM {a23c0c37-2062-4cf0-882b-9e9747dd33b6} ✅ REMnux.20241217.dynamic network configuration is ok
79
+
VM {fa0b3733-50cb-43fd-8428-745d0e9159cb} ✅ FLARE-VM.Win10.20250211.dynamic network configuration is ok
80
+
VM {e5f509ed-cbc8-4abc-b052-664246207e89} ⚠️ FLARE-VM.Win10.20250211.full.dynamic is connected to the internet on adapter(s): 1, 2
81
+
VM {e5f509ed-cbc8-4abc-b052-664246207e89} ⚙️ FLARE-VM.Win10.20250211.full.dynamic set adapter 1 to hostonly
82
+
VM {e5f509ed-cbc8-4abc-b052-664246207e89} ⚙️ FLARE-VM.Win10.20250211.full.dynamic set adapter 2 to hostonly
93
83
```
94
84
95
85
#### Notification
@@ -134,7 +124,7 @@ This configuration file specifies the VM name, the exported VM name, and details
134
124
Individual snapshot configurations can include custom commands to be executed within the guest, legal notices to be applied, and file/folder exclusions for the automated cleanup process.
135
125
See the configuration example file [`configs/win10_flare-vm.yaml`](configs/win10_flare-vm.yaml).
136
126
137
-
The `BUILD-READY` snapshot is expected to be an empty Windows installation that satisfies the FLARE-VM installation requirements and has UAC disabled
127
+
The `BUILD-READY` snapshot is expected to be an empty Windows installation that satisfies the FLARE-VM installation requirements and has UAC disabled.
138
128
To disable UAC execute in a cmd console with admin rights and restart the VM for the change to take effect:
0 commit comments