i############################################################################### # The MIT License (MIT) # Copyright (c) Russell Handorf # Other copyrights noted where code modification is located # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # ############################################################################### SoHO SIGINT WARNING: THIS IS VERY ALPHA/BETA CODE! Gradware at best. FORWARD: This is from a talk that I gave at BSidesDE 2015 from a small project that I started working on. The powerpoint it contained within. CONCEPT: 1. Continued monitoring and analysis of WiFi, Bluetooth and SDR to look and log nearby devices. 2. Do not store events passed 30 days unless tracked for specific monitoring and alerting. Beta: 1. WiFi - Dependencies of Kismet, memory leak on BBB 2. Bluetooth - Dependencies of Kismet, memory leak on BBB [not released yet] 3. SDR - TPMS code, memory leak on BBB [not released yet] Hardware: 1. One server to log and present analysis 2. Collection from Raspberry Pi (RPi) or Beaglebone Black (BBB) Dependencies: 1. LAMP Stack 2. RTL-SDR, Ubertooth One, TP-Link TL-WN722N Current Operation: Client code runs on a RPi or BBB. Each client pushes data realtime to a MySQL DB. Server PHP code handles presentation. A cron job purges old messages. TODO: 1. Write 802.11 sniffer / currently depends on Kismet 2. Write BT sniffer / currently depends on Kismet 3. Write a better TPMS monitor / memory leak in current code. 4. Better webpage admin functions