jstralko / silk-guardian

<< Silk Guardian >> is an anti-forensic kill-switch that waits for a change on your usb ports and then wipes your ram and turns off your computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silk-guardian

Silk Guardian is an anti-forensic LKM kill-switch that waits for a change on your usb ports and then wipes your ram and turns off your computer.

Very Very much inspired by usbkill I remade this project as a LKM because I feel that it could be implemented better than it already is.

The project is still under development but it does work and is effective.

To run:

make
sudo insmod usbkill.ko

Why?

There are 3 reasons (maybe more?) to use this tool:

  • In case the police or other thugs come busting in (or steal your laptop from you when you are at a public library as happened to Ross). The police commonly uses a « mouse jiggler » to keep the screensaver and sleep mode from activating.
  • You don't want someone retrieve documents from your computer via USB or install malware or backdoors.
  • You want to improve the security of your (Full Disk Encrypted) home or corporate server (e.g. Your Raspberry).

[!] Important: Make sure to use (partial) disk encryption ! Otherwise they will get in anyway.

Tip: Additionally, you may use a cord to attach a USB key to your wrist. Then insert the key into your computer and insert the kernel module. If they steal your computer, the USB will be removed and the computer shuts down immediately.

Feature List

  • Shutdown the computer when there is USB activity
  • Secure deletion of incriminating files before shutdown
  • No dependencies
  • Difficult to detect

To Do

  • Ability to whitelist USB devices
  • Remove files before shutdown
  • Remove userspace dependancy upon shutdown

Contact

natebrune@gmail.com - No PGP because dont email me stuff that you would need to encrypt! I dont wanna hear about it :)

About

<< Silk Guardian >> is an anti-forensic kill-switch that waits for a change on your usb ports and then wipes your ram and turns off your computer.


Languages

Language:C 88.6%Language:C++ 7.2%Language:Makefile 4.2%