-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New protection based on detection of a sequence of potentially malicious actions #22
Comments
Wasted already has a USB trigger. It will fire if USB data connection will be made (excluding electric charging only). |
I just now saw that trigger: thanks for pointing it out. One question from a layman: if I connect my usb key to the smartphone while the device is already unlocked nothing happens. |
It may fire Wasted.
…On Sat, Sep 24, 2022, 08:19 serrq ***@***.***> wrote:
Hi just now saw that trigger :thanks for pointing it out.
One question from a layman: if I connect my usb key to the smartphone
while the device is already unlocked nothing happens.
But what happens if I forget the connected usb key (from a previous lawful
unlock) and in the meantime the screen lock for timout lighting is
activated?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXH7T2UT3U6SYW2PVR6GC3V72FOFANCNFSM6AAAAAAQTU2L5E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Forgive me I didn't understand. Wasted deletes everything In the case I described? |
It depends on Wasted settings. If you turn on Wipe Data, it will run factory reset. Without it only force lock your device. |
Thank you very much for the explanations. My only concern is that I connect a usb key myself (with the screen off) forgetting that I have the usb listener turned on. At the moment I can't come up with a protection scheme that can avoid false alarms (me mistakenly connecting the usb key with screen off). Also, it is not 100% clear to me whether the SuperVooc (80W) charging of my OnePlus exchanges not only energy but also data... triggering the wipe (since it is a proprietary technology that exchanges data on monitoring charging status). |
You always can do not turn on Wipe Data option and test your SuperVooc (80W). |
This morning I tested both SuperVooc and the USB key. I specify that my device is locked regardless of Wasted's requests. It would be interesting if it added an events' log or even better to have the flashlight LED flash for 5 seconds as evidence of fired. Or both. |
It depends on Wasted settings. If you turn on Wipe Data, it will run
factory reset. Without it only force lock your device.
…On Sat, Sep 24, 2022, 12:47 serrq ***@***.***> wrote:
Forgive me I didn't understand. Wasted deletes everything?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXH7T2C3IRAUVB3XHR5QKLV73E3NANCNFSM6AAAAAAQTU2L5E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Suppose we want to set up the device as follows:
After a single failed pin entry attempt (or giving up typing it after displaying it) Sentry will start the "delayed wipe" mode (24h countdown) that will wait for a valid pin before initiating a wipe (as explained in another post)
If, however, during the 24h countdown of waiting for a valid code someone tries to connect the usb connector (excluding electric charging only) then a wipe will start because someone has deliberately figured out that there is a blockage and wants to get around it by usb hacking.
Is this feasible? Has my idea any functional problems?
The text was updated successfully, but these errors were encountered: