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 30 31
|
Source: arpwatch
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Lukas Schwaighofer <lukas@schwaighofer.name>
Build-Depends:
debhelper (>= 11),
libpcap0.8-dev,
Standards-Version: 4.2.1
Homepage: http://ee.lbl.gov/
Vcs-Git: https://salsa.debian.org/pkg-security-team/arpwatch.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/arpwatch
Package: arpwatch
Architecture: any
Depends:
adduser,
gawk,
lsb-base,
${misc:Depends},
${shlibs:Depends},
Recommends:
ieee-data (>=20160613.1),
Description: Ethernet/FDDI station activity monitor
Arpwatch maintains a database of Ethernet MAC addresses seen on the
network, with their associated IP pairs. Alerts the system administrator
via e-mail if any change happens, such as new station/activity,
flip-flops, changed and re-used old addresses.
.
If you want to maintain a list authorized MAC addresses manually, take a look
at the arpalert package which may fit your needs better.
|