1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: arpalert
Section: net
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12)
, libpcap0.8-dev
Homepage: https://www.arpalert.org/arpalert.html
Vcs-Browser: https://salsa.debian.org/alteholz/arpalert
Vcs-Git: https://salsa.debian.org/alteholz/arpalert.git
Standards-Version: 4.5.0
Package: arpalert
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
, adduser
, ieee-data
, lsb-base
Description: monitor ARP changes in ethernet networks
The arpalert daemon is a security tool that listens on a network interface
(without using 'promiscuous' mode) and catches all conversations
of MAC address to IP request to alert of possibility of ARP spoofing attack.
.
It compares the mac addresses it detected with a pre-configured list of
authorized MAC addresses. If the MAC is not in list, arpalert launches a
pre-defined user script with the MAC address and IP address as parameters.
.
If you need to use a list of authorized MAC addresses, this package should
suit your needs, otherwise arpwatch may be also fine.
|