Source: secinfo-xmpp
Section: net
Maintainer: John Lines <john@paladyn.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.4
Homepage: https://gitlab.com/JohnLines/secinfo-xmpp
Vcs-Browser: https://salsa.debian.org/jlines/secinfo-xmpp
Vcs-Git: https://salsa.debian.org/jlines/secinfo-xmpp.git

Package: secinfo-xmpp
Architecture: all
Depends:
 python3:any,
 python3-slixmpp (>= 1.10),
 ${misc:Depends},
Suggests: fail2ban
Description: Share security information about attacks via XMPP
 secinfo-xmpp receives information about attacks reported
 locally by, for example fail2ban, and shares the information
 via an XMPP group. Similarly it can use information received
 from other hosts using the same XMPP group to ban addresses
 which have attacked another host in the group.
 
Package: secinfo-xmpp-coordinator
Architecture: all
Depends:
 secinfo-xmpp,
 python3:any,
 python3-slixmpp (>= 1.10),
 rdap,
 python3-geoip,
 sqlite3,
 ${misc:Depends},
Description: Coordinate secinfo-xmpp instances
 secinfo-xmpp receives information about attacks reported
 locally by, for example fail2ban, and shares the information
 via an XMPP group.
 The coordinator runs on a non-internet facing host, and logs
 information about attacks and attackers to a database, also
 doing some analysis, such as source country and ISP.

