All Projects → pucherot → Pi.alert

pucherot / Pi.alert

Licence: gpl-3.0
WIFI / LAN intruder detector. Check the devices connected and alert you with unknown devices. It also warns of the disconnection of "always connected" devices

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pi.alert

Py Idstools
idstools: Snort and Suricata Rule and Event Utilities in Python (Including a Rule Update Tool)
Stars: ✭ 205 (-1.91%)
Mutual labels:  ids, intrusion-detection
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-64.59%)
Mutual labels:  network, scan
Fail2ban
Daemon to ban hosts that cause multiple authentication errors
Stars: ✭ 6,677 (+3094.74%)
Mutual labels:  ids, intrusion-detection
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+107.66%)
Mutual labels:  network, wifi
Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (-34.93%)
Mutual labels:  pi-hole, dnsmasq
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (+135.41%)
Mutual labels:  pi-hole, dnsmasq
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+16204.31%)
Mutual labels:  pi-hole, dnsmasq
Security Onion
Security Onion 16.04 - Linux distro for threat hunting, enterprise security monitoring, and log management
Stars: ✭ 2,956 (+1314.35%)
Mutual labels:  ids, intrusion-detection
Snort Rules
An UNOFFICIAL Git Repository of Snort Rules(IDS rules) Releases.
Stars: ✭ 135 (-35.41%)
Mutual labels:  ids, intrusion-detection
Maza Ad Blocking
Local ad blocker. Like Pi-hole but local and using your operating system.
Stars: ✭ 1,544 (+638.76%)
Mutual labels:  pi-hole, dnsmasq
Wazuh Ruleset
Wazuh - Ruleset
Stars: ✭ 305 (+45.93%)
Mutual labels:  ids, intrusion-detection
Wifi Password
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
Stars: ✭ 2,325 (+1012.44%)
Mutual labels:  network, wifi
Kawaiideauther
Jam all wifi clients/routers.
Stars: ✭ 284 (+35.89%)
Mutual labels:  network, wifi
Selks
A Suricata based IDS/IPS distro
Stars: ✭ 707 (+238.28%)
Mutual labels:  ids, network
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+1518.66%)
Mutual labels:  wifi, dnsmasq
Wazuh Chef
Wazuh - Chef cookbooks
Stars: ✭ 9 (-95.69%)
Mutual labels:  ids, intrusion-detection
NIDS-Intrusion-Detection
Simple Implementation of Network Intrusion Detection System. KddCup'99 Data set is used for this project. kdd_cup_10_percent is used for training test. correct set is used for test. PCA is used for dimension reduction. SVM and KNN supervised algorithms are the classification algorithms of project. Accuracy : %83.5 For SVM , %80 For KNN
Stars: ✭ 45 (-78.47%)
Mutual labels:  ids, intrusion-detection
bsmtrace
BSM based intrusion detection system
Stars: ✭ 31 (-85.17%)
Mutual labels:  ids, intrusion-detection
Teler
Real-time HTTP Intrusion Detection
Stars: ✭ 1,248 (+497.13%)
Mutual labels:  ids, intrusion-detection
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-31.1%)
Mutual labels:  pi-hole, dnsmasq

Pi.Alert

WIFI / LAN intruder detector.

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns the disconnection of "always connected" devices.

Main screen

(Apologies for my English and my limited knowledge of Python, php and JavaScript)

How it works

The system continuously scans the network for:

  • New devices
  • New connections (re-connections)
  • Disconnections
  • "Always Connected" devices down
  • Devices IP changes
  • Internet IP address changes

Scan Methods

Up to three scanning methods are used:

  • Method 1: arp-scan. The arp-scan system utility is used to search for devices on the network using arp frames.
  • Method 2: Pi-hole. This method is optional and complementary to method 1. If the Pi-hole DNS server is active, Pi.Alert examines its activity looking for active devices using DNS that have not been detected by method 1.
  • Method 3. dnsmasq. This method is optional and complementary to the previous methods. If the DHCP server dnsmasq is active, Pi.Alert examines the DHCP leases (addresses assigned) to find active devices that were not discovered by the other methods.

Components

The system consists of two parts:

Back

In charge of:

  • Scan the network searching connected devices using the scanning methods described
  • Store the information in the DB
  • Report the changes detected by e-mail
Report 1 Report 2

Front

A web frontal that allows:

  • Manage the devices inventory and the characteristics
  • Display in a visual way all the information collected by the back
    • Sessions
    • Connected devices
    • Favorites
    • Events
    • Presence
    • Concurrent devices
    • Down alerts
    • IP's
    • ...
Screen 1 Screen 2
Screen 3 Screen 4

Installation

Initially designed to run on a Raspberry Pi, probably it can run on many other Linux distributions.

Update

  • One-step Automated Update:

    curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_update.sh | bash

Device Management

Other useful info

Versions History

Powered by:

Product Objetive
Python Programming language for the Back
PHP Programming language for the Front-end
JavaScript Programming language for the Front-end
Bootstrap Front-end framework
Admin.LTE Bootstrap template
FullCalendar Calendar component
Sqlite DB engine
Lighttpd Webserver
arp-scan Scan network using arp commands
Pi.hole DNS Server with Ad-block
dnsmasq DHCP Server

License

GPL 3.0 Read more here

Contact

[email protected]

Suggestions and comments are welcome

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].