Scrape the MAC table from HP ProCurve switch and alert if a untrusted MAC is found.
Go to file
Hendrik Schutter 62445b426a fix systemd service file work dir 2023-02-26 20:18:51 +01:00
scripts fix systemd service file work dir 2023-02-26 20:18:51 +01:00
.gitignore Initial commit 2023-02-26 15:13:17 +01:00
LICENSE Initial commit 2023-02-26 15:13:17 +01:00
README.md first working version 2023-02-26 20:13:13 +01:00
config.py first working version 2023-02-26 20:13:13 +01:00
mac_watcher.py first working version 2023-02-26 20:13:13 +01:00

README.md

mac_watcher

Scrape the MAC table from HP ProCurve switch and altert if a untrusted MAC is found.

Overview

Scrape all known MAC addresses via snmp from a HP ProCurve switch. If a reported MAC is not i a white list, a alert is sent via email.

Install

  • pip install mac-vendor-lookup
  • cd /opt/
  • git clone https://git.mosad.xyz/localhorst/mac_watcher.git
  • cd /opt/mac_watcher/
  • Set the constants in config.py
  • chmod +x /opt/mac_watcher/mac_watcher.py
  • cp scripts/mac-watcher.service /etc/systemd/system/mac-watcher.service
  • systemctl daemon-reload && systemctl enable --now mac-watcher.service