Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
intelmq (3.4.1-1) UNRELEASED; urgency=medium
intelmq (3.4.1~alpha1-1) UNRELEASED; urgency=medium

* 3.4.1 Bugfix release

Expand Down
41 changes: 27 additions & 14 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,31 @@ Architecture: all
Depends: bash-completion,
cron,
jq,
python3-dateutil (>= 2.5),
python3-intelmq,
redis-server,
systemd,
${misc:Depends}
Recommends: intelmq-contrib
Description: Solution for IT security teams for collecting and processing security feeds
IntelMQ is a solution for IT security teams (CERTs, CSIRTs, abuse
departments,...) for collecting and processing security feeds (such as log
files) using a message queuing protocol. It's a community driven initiative
called IHAP (Incident Handling Automation Project) which was conceptually
designed by European CERTs/CSIRTs during several InfoSec events. Its main goal
is to give to incident responders an easy way to collect & process threat
intelligence thus improving the incident handling processes of CERTs.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Package: python3-intelmq
Architecture: all
Depends: python3-dateutil (>= 2.5),
python3-dnspython (>= 2.0.0),
python3-openssl,
python3-psutil (>= 1.2.1),
Expand All @@ -44,12 +68,7 @@ Depends: bash-completion,
python3-termstyle (>= 0.1.10),
python3-tz,
python3-importlib-metadata,
redis-server,
systemd,
${misc:Depends},
${sphinxdoc:Depends},
${python3:Depends}
Recommends: intelmq-contrib
Suggests: python3-geoip2 (>= 2.2.0),
python3-imbox (>= 0.8),
python3-psycopg2 (>= 2.5.5),
Expand All @@ -58,14 +77,8 @@ Suggests: python3-geoip2 (>= 2.2.0),
python3-sleekxmpp (>= 1.3.1),
python3-stomp (>= 4.1.12),
python3-pendulum
Description: Solution for IT security teams for collecting and processing security feeds
IntelMQ is a solution for IT security teams (CERTs, CSIRTs, abuse
departments,...) for collecting and processing security feeds (such as log
files) using a message queuing protocol. It's a community driven initiative
called IHAP (Incident Handling Automation Project) which was conceptually
designed by European CERTs/CSIRTs during several InfoSec events. Its main goal
is to give to incident responders an easy way to collect & process threat
intelligence thus improving the incident handling processes of CERTs.
Description: Python Data of IntelMQ
Contains the Python Libraries and Executables for IntelMQ
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down
Loading