Will unchecking "Prevent change to network and firewall parameters" cause any leaks out of sandbox? #4289
Unanswered
MaryAtlas
asked this question in
Q&A Feedback
Replies: 2 comments 6 replies
-
I don't think the Why don't you add the rules through the host? After all, even if you make the necessary settings in the sandbox to allow NETSH, permissions will still be set on the host. |
Beta Was this translation helpful? Give feedback.
5 replies
-
If there is no any open service running in your system,then allowing won't make huge impact for just your system.
…---Original---
From: ***@***.***>
Date: Fri, Oct 11, 2024 20:54 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: Re: [sandboxie-plus/Sandboxie] Will unchecking "Prevent change tonetwork and firewall parameters" cause any leaks out of sandbox? (Discussion#4289)
Great piece of info on software sandbox detection. This also means that if I restrict the use of the harmful software inside sandbox, and never letting it outside, my system will be secured. Now whether or not messing with firewall will give it a chance to breakout, that is the million dollar question.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I require to add a few lines to firewall. An example line like this and similar:
for /R "C:\Program Files\Red Giant" %%X in (*.exe) do (
echo Blocking: %%~nX
netsh advfirewall firewall add rule name="%%~nX adobe-block" dir=out program="%%X" action=block
netsh advfirewall firewall add rule name="%%~nX adobe-block" dir=in program="%%X" action=block
)
With default settings, I am getting error that it could not communicate with Firewall service. I think the solution is to uncheck "Prevent change to network and firewall parameters"? However, the Firewall line is suggested to me to enable running a potential virus app. Will "Prevent change to network and firewall parameters" have any potential infection/damage to my system that is outside of sandbox?
Beta Was this translation helpful? Give feedback.
All reactions