Closed molitona closed 3 years ago
Hi @molitona,
The key difference is that:
block
will deauthorize the device and it will stay in a blocked state until it is authorized.reject
will deauthorize and remove the device. In case you would like to use a rejected device again, you will have to reinsert it.Both should protect against malicious USBs by a set of usbguard rules.
But USBKiller is the name of a device that has too high voltage for USB, no? In that case, any software based solution is not capable of defending against such an attack.
Oh, unfortunately. Thanks!
-------- Original Message -------- On Apr 19, 2021, 8:12 AM, muelli wrote:
But USBKiller is the name of a device that has too high voltage for USB, no? In that case, any software based solution is not capable of defending against such an attack.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Then, usbguard can only protect software attacks (those who exfiltrate data), right ?
-------- Original Message -------- On Apr 19, 2021, 8:12 AM, muelli wrote:
But USBKiller is the name of a device that has too high voltage for USB, no? In that case, any software based solution is not capable of defending against such an attack.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
USBGuard was designed to authorize/deauthorize/reject usb devices by a set of rules. It's up to the user to decide, which devices are authorized for use. To sum up, deauthorized devices can not exfiltrate data from your machine.
Ok, thanks!
-------- Original Message -------- On Apr 21, 2021, 12:18 PM, Attila Lakatos wrote:
USBGuard was designed to authorize/deauthorize/reject usb devices by a set of rules. It's up to the user to decide, which devices are authorized for use. To sum up, deauthorized devices can not exfiltrate data from your machine.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi, I wonder what's the deep difference between Block and Reject (I've already seen the doc hint)
And, Do they both prevent USBKiller ? Do they both prevent the other malicious USB's (those who exfiltrate data) ?