Go to file
Eugeny Ablesov f5eee854f8
Update scheme.sql
pymisp warning fix
2023-05-30 15:02:52 +03:00
analysis zeek 5.1.1-0 has a new logfile format, fixes #123 2022-12-18 15:37:48 +01:00
app Merge pull request #107 from chenxiaoqino/main 2022-08-22 17:57:53 +03:00
assets Update scheme.sql 2023-05-30 15:02:52 +03:00
server Merge branch 'main' into main 2022-07-15 16:48:28 +03:00
.gitignore First commit 2020-11-24 19:45:03 +01:00
config.yaml Merge pull request #111 from Te-k/main 2022-08-22 17:52:15 +03:00
install.sh Merge branch 'main' into main 2022-07-15 16:48:28 +03:00
kiosk.sh Issues with End of Line Sequences in bash scripts. 2020-11-26 09:03:24 +01:00
LICENSE.txt First commit 2020-11-24 19:45:03 +01:00
NOTICE.txt First commit 2020-11-24 19:45:03 +01:00
README.md Update README.md 2022-08-31 15:22:05 +03:00
uninstall.sh Update uninstall script 2021-02-11 20:09:03 +01:00
update.sh Merge pull request #73 from KasperskyLab/misp 2021-06-14 16:07:03 +02:00

TinyCheck

Architecture

Description

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs).

The idea of TinyCheck emerged in a meeting about stalkerware with a French women's shelter. During this meeting we talked about how to easily detect stalkerware without installing very technical apps nor doing forensic analysis on the victim's smartphone. The initial concept was to develop a tiny kiosk device based on Raspberry Pi which can be used by non-tech people to test their smartphones against malicious communications issued by stalkerware or any spyware.

Of course, TinyCheck can also be used to spot any malicious communications from cybercrime to state-sponsored implants. It allows the end-user to push their own extended Indicators of Compromise via a backend in order to detect some ghosts over the wire.

If you need more documentation on how to install it, use it and the internals, don't hesitate to take a look at the TinyCheck Wiki.

If you have any question about the project, want to contribute or just send your feedback,
don't hesitate to contact us at tinycheck[@]kaspersky[.]com.

Use cases

TinyCheck can be used in several ways by individuals and entities:

  • Over a network - TinyCheck is installed on a network and can be accessed from a workstation via a browser.
  • In kiosk mode - TinyCheck can be used as a kiosk to allow visitors to test their own devices.
  • Fully standalone - By using a powerbank, two Wi-Fi interfaces or a 4G dongle and a small touch screen like in this video, you can tap any device anywhere.

Installation

Please check the few steps in the Wiki's Installation Page.

Meet the frontend

The frontend - which can be accessed from http://tinycheck.local is a kind of tunnel which help the user throughout the process of network capture and reporting. It allows the user to setup a Wi-Fi connection to an existing Wi-Fi network, create an ephemeral Wi-Fi network, capture the communications and show a report to the user... in less than one minute, 5 clicks and without any technical knowledge.

Frontend

Meet the backend

Once installed, you can connect yourself to the TinyCheck backend by browsing the URL https://tinycheck.local and accepting the SSL self-signed certificate.

Backend

The backend allows you to edit the configuration of TinyCheck, add extended IOCs and whitelisted elements in order to prevent false positives. Several IOCs are already provided such as few suricata rules, FreeDNS, Name servers, CIDRs known to host malicious servers and so on.

Special thanks

Felix Aime, for his idea and passion while developing and testing this project. Felix is a main contributor and we really appreciate his work on TinyCheck.

People who provided some IOCs

Code review

Others

  • GReAT colleagues.
  • Tatyana, Kristina, Christina and Arnaud from Kaspersky (Support and IOCs)
  • Zeek and Suricata awesome maintainers.
  • virtual-keyboard.js.org & loading.io guys.
  • Yan Zhu for his awesome Spectre CSS lib (https://picturepan2.github.io/spectre/)