2024-11-15 09:15:36 +08:00
|
|
|
# Include base requirements
|
|
|
|
|
-r requirements.txt
|
|
|
|
|
|
2021-05-23 15:12:53 +08:00
|
|
|
# csirtg. it has an implicit dependency on geoip2
|
|
|
|
|
csirtgsdk==1.1.5
|
|
|
|
|
geoip2
|
2017-01-01 12:18:59 -05:00
|
|
|
|
|
|
|
|
# dshield
|
2024-06-04 08:45:54 +08:00
|
|
|
requests==2.32.3
|
2024-10-07 11:45:52 +08:00
|
|
|
python-dateutil==2.9.0.post0
|
2017-01-01 12:18:59 -05:00
|
|
|
|
|
|
|
|
# elasticsearch
|
2024-12-18 10:57:44 +08:00
|
|
|
elasticsearch==8.17.0
|
2017-01-01 12:18:59 -05:00
|
|
|
|
2018-06-04 20:32:13 +01:00
|
|
|
# hpfeeds
|
2023-10-25 11:58:33 +02:00
|
|
|
hpfeeds==3.1.0
|
2018-06-04 20:32:13 +01:00
|
|
|
|
2017-01-01 12:18:59 -05:00
|
|
|
# mysql
|
2025-02-18 11:34:56 +08:00
|
|
|
mysql-connector-python==9.2.0
|
2017-01-01 12:18:59 -05:00
|
|
|
|
2017-01-13 05:57:19 -08:00
|
|
|
# mongodb
|
2024-11-19 13:43:59 +08:00
|
|
|
pymongo==4.10.1
|
2017-01-13 05:57:19 -08:00
|
|
|
|
2017-01-01 12:18:59 -05:00
|
|
|
# rethinkdblog
|
2023-12-31 00:37:00 +08:00
|
|
|
rethinkdb==2.4.10.post1
|
2017-01-01 12:18:59 -05:00
|
|
|
|
2017-10-27 13:26:12 +01:00
|
|
|
# s3
|
2024-12-24 15:01:58 +08:00
|
|
|
# Disabled 2024-12-23 because too large
|
|
|
|
|
# botocore==1.35.76
|
2017-10-27 13:26:12 +01:00
|
|
|
|
2017-01-01 12:18:59 -05:00
|
|
|
# slack
|
2022-04-22 22:51:13 +08:00
|
|
|
slackclient==2.9.4
|
2017-01-01 12:18:59 -05:00
|
|
|
|
2018-01-31 18:49:44 +01:00
|
|
|
# influxdb
|
2024-05-30 16:29:05 +08:00
|
|
|
influxdb==5.3.2
|
2018-04-09 11:07:55 +04:00
|
|
|
|
|
|
|
|
# dblog_xmpp
|
2024-12-24 15:01:58 +08:00
|
|
|
# Disabled 2024-12-23 because unmaintained upstream dependency: https://github.com/cowrie/cowrie/issues/1639
|
|
|
|
|
# wokkel==18.0.0
|
2018-04-09 11:07:55 +04:00
|
|
|
|
2020-03-27 14:59:04 +01:00
|
|
|
# misp
|
2024-12-24 15:00:34 +08:00
|
|
|
pymisp==2.5.4
|
2020-11-10 13:46:36 +08:00
|
|
|
|
2021-10-14 19:55:10 -07:00
|
|
|
# redis
|
2024-12-18 10:57:25 +08:00
|
|
|
redis==5.2.1
|
2023-06-12 17:24:27 +08:00
|
|
|
|
2023-11-13 13:26:50 +01:00
|
|
|
# Oracle Cloud
|
2024-10-31 01:17:30 +08:00
|
|
|
# Disabled 2024-10-31 because downgrades our cryptography package to vulnerable version
|
|
|
|
|
# oci==2.129.2
|
2024-11-21 16:59:49 +08:00
|
|
|
|
|
|
|
|
# rabbitmq
|
|
|
|
|
pika==1.3.2
|