Short Bytes: USB Canary is an open source tool that monitors for any suspicious activity on a computer. Written in Python language, USB Canary can send an SMS or Slack message when a USB device is attached or removed from a computer. It can do so even if the computer is locked. You can try USB Canary by visiting its repo on GitHub.
There are a lot of USB devices which can be fatal to your innocent machine. An office worker leaving his computer even for a short span of time is making it vulnerable to USB-led attacks.

It doesn’t really matter if the computer is locked or not. A possible workaround could include disabling the USB ports completely but that won’t be a practical approach in the long run.
If USB Canary detects any USB device being plugged or unplugged from the machine, it uses the Twilio API to send an SMS to the owner. Also, it can send messages on Slack. This would allow other team members to sense a foul smell.
There are various existing tools that can do a similar job but USB Canary works even if the computer is locked. Currently, the tool is only available for Linux-based operating systems. But the developer is working on versions for Windows and MacOS following the immense appreciation he got from the community.
USB Canary can also be implemented by system administrator in organizations which restrict employees from attaching any sort of USB devices to their work machines.

No comments